Skip to content

Commit 240d7f8

Browse files
authored
Merge pull request #380 from GSA/release/1.4.0
Release/1.4.0
2 parents 31f86c1 + 710594b commit 240d7f8

File tree

4 files changed

+18
-22
lines changed

4 files changed

+18
-22
lines changed

config/sync/core.entity_form_display.node.news.default.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -173,21 +173,14 @@ content:
173173
placeholder: ''
174174
third_party_settings: { }
175175
uid:
176-
type: autocomplete_deluxe
176+
type: entity_reference_autocomplete
177177
weight: 5
178178
region: content
179179
settings:
180180
match_operator: CONTAINS
181-
autocomplete_route_name: autocomplete_deluxe.autocomplete
182-
size: 60
183-
selection_handler: default
184181
match_limit: 10
185-
min_length: 0
186-
delimiter: ''
187-
not_found_message_allow: false
188-
not_found_message: "The term '@term' will be added"
189-
new_terms: false
190-
no_empty_message: 'No terms could be found. Please type in order to add a new term.'
182+
size: 60
183+
placeholder: ''
191184
third_party_settings: { }
192185
url_redirects:
193186
weight: 50

package-lock.json

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

terraform/applications/nginx-waf/nginx.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
worker_processes auto;
1010
daemon off;
1111

12-
error_log stderr debug;
12+
error_log stderr warn;
1313
events { worker_connections 1024; }
1414

1515
http {
@@ -55,13 +55,13 @@ http {
5555
## DO NOT UNCOMMENT
5656
## This is required for the Nginx buildpack to start.
5757
##
58-
58+
5959
# server {
6060
# listen {{port}};
6161
# root public;
6262
# index index.html index.htm Default.htm;
6363
# }
64-
64+
6565
##
6666
## DO NOT UNCOMMENT
6767
## This is required for the Nginx buildpack to start.

web/themes/custom/digital_gov/package-lock.json

Lines changed: 8 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)