Skip to content

Commit e51c9f0

Browse files
committed
Added updated config
1 parent 32bb3e2 commit e51c9f0

28 files changed

+680
-680
lines changed

.github/workflows/pr.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
run: |
4848
composer install --no-interaction --no-progress
4949
composer normalize composer.json --dry-run
50+
composer audit
5051
5152
config-check:
5253
name: Check that config is up to date

composer.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"drupal/color": "^1.0",
1818
"drupal/config_ignore": "^2.4",
1919
"drupal/convert_media_tags_to_markup": "^3.0",
20-
"drupal/core-composer-scaffold": "^10.1",
21-
"drupal/core-project-message": "^10.1",
22-
"drupal/core-recommended": "^10.1",
20+
"drupal/core-composer-scaffold": "^10.4",
21+
"drupal/core-project-message": "^10.4",
22+
"drupal/core-recommended": "^10.4",
2323
"drupal/date_popup": "^2.0",
2424
"drupal/diff": "^1.1",
2525
"drupal/entity_print": "^2.13",
@@ -57,7 +57,7 @@
5757
"drupal/views_data_export": "^1.3",
5858
"drupal/views_flag_refresh": "^1.0",
5959
"drupal/viewsreference": "^2.0@beta",
60-
"drupal/xls_serialization": "^1.3",
60+
"drupal/xls_serialization": "^2.0",
6161
"drush/drush": "^12.2",
6262
"jjj/chosen": "2.2.1"
6363
},
@@ -208,8 +208,7 @@
208208
},
209209
"patches": {
210210
"drupal/core": {
211-
"Disable forced configuration langcode (https://www.drupal.org/project/drupal/issues/3150540)": "https://www.drupal.org/files/issues/2024-07-03/drupal-3150540-42.patch",
212-
"Handle undefined index when using form states (https://www.drupal.org/project/drupal/issues/2700667)": "https://www.drupal.org/files/issues/2020-03-11/2700667-104.patch"
211+
"Disable forced configuration langcode (https://www.drupal.org/project/drupal/issues/3150540)": "https://www.drupal.org/files/issues/2024-07-03/drupal-3150540-42.patch"
213212
},
214213
"drupal/devel": {
215214
"Public methods are not visible in kint (https://gitlab.com/drupalspoons/devel/-/issues/221 via https://www.drupal.org/project/devel/issues/3112201)": "https://gitlab.com/-/project/18040690/uploads/7897853cd83cb829ae8d752657e2f497/kint.221-5-3.patch"

composer.lock

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,13 @@ content:
116116
autocomplete_route_name: autocomplete_deluxe.autocomplete
117117
size: 60
118118
selection_handler: default
119-
match_limit: 0
120119
min_length: 0
121120
delimiter: ''
122121
not_found_message_allow: false
123122
not_found_message: "The term '@term' will be added"
124123
new_terms: false
125124
no_empty_message: 'No terms could be found. Please type in order to add a new term.'
125+
match_limit: '0'
126126
third_party_settings: { }
127127
os2loop_shared_rev_date:
128128
type: datetime_default
@@ -139,13 +139,13 @@ content:
139139
autocomplete_route_name: autocomplete_deluxe.autocomplete
140140
size: 60
141141
selection_handler: default
142-
match_limit: 0
143142
min_length: 0
144143
delimiter: ''
145144
not_found_message_allow: false
146145
not_found_message: "The term '@term' will be added"
147146
new_terms: false
148147
no_empty_message: 'No terms could be found. Please type in order to add a new term.'
148+
match_limit: '0'
149149
third_party_settings: { }
150150
os2loop_shared_tags:
151151
type: autocomplete_deluxe
@@ -156,13 +156,13 @@ content:
156156
autocomplete_route_name: autocomplete_deluxe.autocomplete
157157
size: 60
158158
selection_handler: default
159-
match_limit: 10
160159
min_length: 0
161160
delimiter: ''
162161
not_found_message_allow: false
163162
not_found_message: "The term '@term' will be added"
164163
new_terms: true
165164
no_empty_message: 'No terms could be found. Please type in order to add a new term.'
165+
match_limit: 10
166166
third_party_settings: { }
167167
os2loop_shared_version:
168168
type: string_textfield

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,13 +130,13 @@ content:
130130
autocomplete_route_name: autocomplete_deluxe.autocomplete
131131
size: 60
132132
selection_handler: default
133-
match_limit: 0
134133
min_length: 0
135134
delimiter: ''
136135
not_found_message_allow: false
137136
not_found_message: "The term '@term' will be added"
138137
new_terms: false
139138
no_empty_message: 'No terms could be found. Please type in order to add a new term.'
139+
match_limit: '0'
140140
third_party_settings: { }
141141
os2loop_shared_rev_date:
142142
type: datetime_default
@@ -153,13 +153,13 @@ content:
153153
autocomplete_route_name: autocomplete_deluxe.autocomplete
154154
size: 60
155155
selection_handler: default
156-
match_limit: 0
157156
min_length: 0
158157
delimiter: ''
159158
not_found_message_allow: false
160159
not_found_message: "The term '@term' will be added"
161160
new_terms: false
162161
no_empty_message: 'No terms could be found. Please type in order to add a new term.'
162+
match_limit: '0'
163163
third_party_settings: { }
164164
os2loop_shared_tags:
165165
type: autocomplete_deluxe
@@ -170,13 +170,13 @@ content:
170170
autocomplete_route_name: autocomplete_deluxe.autocomplete
171171
size: 60
172172
selection_handler: default
173-
match_limit: 10
174173
min_length: 0
175174
delimiter: ''
176175
not_found_message_allow: false
177176
not_found_message: "The term '@term' will be added"
178177
new_terms: true
179178
no_empty_message: 'No terms could be found. Please type in order to add a new term.'
179+
match_limit: 10
180180
third_party_settings: { }
181181
os2loop_shared_version:
182182
type: string_textfield

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ content:
6363
autocomplete_route_name: autocomplete_deluxe.autocomplete
6464
size: 60
6565
selection_handler: default
66-
match_limit: 0
6766
min_length: 0
6867
delimiter: ''
6968
not_found_message_allow: false
7069
not_found_message: "The term '@term' will be added"
7170
new_terms: false
7271
no_empty_message: 'No terms could be found. Please type in order to add a new term.'
72+
match_limit: '0'
7373
third_party_settings: { }
7474
os2loop_shared_rev_date:
7575
type: datetime_default
@@ -86,13 +86,13 @@ content:
8686
autocomplete_route_name: autocomplete_deluxe.autocomplete
8787
size: 60
8888
selection_handler: default
89-
match_limit: 0
9089
min_length: 0
9190
delimiter: ''
9291
not_found_message_allow: false
9392
not_found_message: "The term '@term' will be added"
9493
new_terms: false
9594
no_empty_message: 'No terms could be found. Please type in order to add a new term.'
95+
match_limit: '0'
9696
third_party_settings: { }
9797
os2loop_shared_tags:
9898
type: autocomplete_deluxe
@@ -103,13 +103,13 @@ content:
103103
autocomplete_route_name: autocomplete_deluxe.autocomplete
104104
size: 60
105105
selection_handler: default
106-
match_limit: 10
107106
min_length: 0
108107
delimiter: ''
109108
not_found_message_allow: false
110109
not_found_message: "The term '@term' will be added"
111110
new_terms: true
112111
no_empty_message: 'No terms could be found. Please type in order to add a new term.'
112+
match_limit: 10
113113
third_party_settings: { }
114114
path:
115115
type: path

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,13 @@ content:
8383
autocomplete_route_name: autocomplete_deluxe.autocomplete
8484
size: 60
8585
selection_handler: default
86-
match_limit: 0
8786
min_length: 0
8887
delimiter: ''
8988
not_found_message_allow: false
9089
not_found_message: "The term '@term' will be added"
9190
new_terms: false
9291
no_empty_message: 'No terms could be found. Please type in order to add a new term.'
92+
match_limit: '0'
9393
third_party_settings: { }
9494
os2loop_shared_subject:
9595
type: autocomplete_deluxe
@@ -100,13 +100,13 @@ content:
100100
autocomplete_route_name: autocomplete_deluxe.autocomplete
101101
size: 60
102102
selection_handler: default
103-
match_limit: 0
104103
min_length: 0
105104
delimiter: ''
106105
not_found_message_allow: false
107106
not_found_message: "The term '@term' will be added"
108107
new_terms: false
109108
no_empty_message: 'No terms could be found. Please type in order to add a new term.'
109+
match_limit: '0'
110110
third_party_settings: { }
111111
os2loop_shared_tags:
112112
type: autocomplete_deluxe
@@ -117,13 +117,13 @@ content:
117117
autocomplete_route_name: autocomplete_deluxe.autocomplete
118118
size: 60
119119
selection_handler: default
120-
match_limit: 10
121120
min_length: 0
122121
delimiter: ''
123122
not_found_message_allow: false
124123
not_found_message: "The term '@term' will be added"
125124
new_terms: true
126125
no_empty_message: 'No terms could be found. Please type in order to add a new term.'
126+
match_limit: 10
127127
third_party_settings: { }
128128
path:
129129
type: path

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,13 @@ content:
8282
autocomplete_route_name: autocomplete_deluxe.autocomplete
8383
size: 60
8484
selection_handler: default
85-
match_limit: 0
8685
min_length: 0
8786
delimiter: ''
8887
not_found_message_allow: false
8988
not_found_message: "The term '@term' will be added"
9089
new_terms: false
9190
no_empty_message: 'No terms could be found. Please type in order to add a new term.'
91+
match_limit: '0'
9292
third_party_settings: { }
9393
os2loop_shared_subject:
9494
type: entity_reference_autocomplete
@@ -109,13 +109,13 @@ content:
109109
autocomplete_route_name: autocomplete_deluxe.autocomplete
110110
size: 60
111111
selection_handler: default
112-
match_limit: 10
113112
min_length: 0
114113
delimiter: ''
115114
not_found_message_allow: false
116115
not_found_message: "The term '@term' will be added"
117116
new_terms: true
118117
no_empty_message: 'No terms could be found. Please type in order to add a new term.'
118+
match_limit: 10
119119
third_party_settings: { }
120120
path:
121121
type: path

config/sync/core.entity_form_display.user.user.register.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,13 +147,13 @@ content:
147147
autocomplete_route_name: autocomplete_deluxe.autocomplete
148148
size: 60
149149
selection_handler: default
150-
match_limit: 0
151150
min_length: 0
152151
delimiter: ''
153152
not_found_message_allow: false
154153
not_found_message: "The term '@term' will be added"
155154
new_terms: false
156155
no_empty_message: 'No terms could be found. Please type in order to add a new term.'
156+
match_limit: '0'
157157
third_party_settings: { }
158158
os2loop_user_biography:
159159
type: string_textarea
@@ -255,13 +255,13 @@ content:
255255
autocomplete_route_name: autocomplete_deluxe.autocomplete
256256
size: 60
257257
selection_handler: default
258-
match_limit: 0
259258
min_length: 0
260259
delimiter: ''
261260
not_found_message_allow: false
262261
not_found_message: "The term '@term' will be added"
263262
new_terms: false
264263
no_empty_message: 'No terms could be found. Please type in order to add a new term.'
264+
match_limit: '0'
265265
third_party_settings: { }
266266
hidden:
267267
langcode: true

config/sync/filter.format.os2loop_documents_body.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,12 @@ filters:
9393
settings:
9494
type: default
9595
auto: ''
96-
block: false
97-
exclude_above: false
96+
block: '0'
97+
exclude_above: '0'
9898
token_filter:
9999
id: token_filter
100100
provider: token_filter
101101
status: false
102102
weight: -42
103103
settings:
104-
replace_empty: false
104+
replace_empty: '0'

0 commit comments

Comments
 (0)