Skip to content

Commit fb71b30

Browse files
authored
chore: update to Drupal 9.4 (#83)
* chore: update to drupal 9.4.x * chore: update patches
1 parent 531728a commit fb71b30

17 files changed

+665
-1647
lines changed

drupal/composer.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,7 @@
181181
"Preview link accidentally closes the media library https://www.drupal.org/project/focal_point/issues/3162210#comment-13855854": "https://www.drupal.org/files/issues/2020-10-11/preview_link_accidentally_closes_the_media_library-3162210-19.patch"
182182
},
183183
"drupal/gin": {
184-
"https://www.drupal.org/project/gin/issues/3217391#comment-14212917": "./patch/3217391.diff",
185-
"https://www.drupal.org/project/gin/issues/3194226#comment-14415576": "./patch/3194226.diff"
184+
"https://www.drupal.org/project/gin/issues/3217391#comment-14212917": "./patch/3217391.diff"
186185
},
187186
"drupal/gin_toolbar": {
188187
"https://www.drupal.org/project/gin_toolbar/issues/3217393": "./patch/3217393.diff"
@@ -197,9 +196,6 @@
197196
},
198197
"drupal/node_edit_protection": {
199198
"Triggers if button used instead of input https://www.drupal.org/project/node_edit_protection/issues/3208719": "./patch/3208719.diff"
200-
},
201-
"drupal/tome": {
202-
"https://www.drupal.org/project/tome/issues/3257363#comment-14395629": "https://www.drupal.org/files/issues/2022-02-02/3257363-3.patch"
203199
}
204200
}
205201
}

drupal/composer.lock

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

drupal/config/sync/core.entity_view_display.media.document.media_library.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ content:
2424
settings:
2525
image_link: ''
2626
image_style: medium
27+
image_loading:
28+
attribute: lazy
2729
third_party_settings: { }
2830
weight: 0
2931
region: content

drupal/config/sync/core.entity_view_display.media.image.card.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ content:
2323
settings:
2424
image_link: ''
2525
image_style: medium
26+
image_loading:
27+
attribute: lazy
2628
third_party_settings: { }
2729
weight: 0
2830
region: content

drupal/config/sync/core.entity_view_display.media.image.default.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ content:
2222
settings:
2323
image_link: ''
2424
image_style: large
25+
image_loading:
26+
attribute: lazy
2527
third_party_settings: { }
2628
weight: 0
2729
region: content

drupal/config/sync/core.entity_view_display.media.image.media_library.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ content:
2323
settings:
2424
image_link: ''
2525
image_style: thumbnail
26+
image_loading:
27+
attribute: lazy
2628
third_party_settings: { }
2729
weight: 0
2830
region: content

drupal/config/sync/core.entity_view_display.media.video.media_library.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ content:
2020
settings:
2121
image_link: ''
2222
image_style: medium
23+
image_loading:
24+
attribute: lazy
2325
third_party_settings: { }
2426
weight: 0
2527
region: content

drupal/config/sync/core.extension.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ module:
8989
menu_link_content: 0
9090
menu_ui: 0
9191
metatag: 0
92+
mysql: 0
9293
node: 0
9394
node_edit_protection: 0
9495
oembed_providers: 0

drupal/config/sync/editor.editor.formatted.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,7 @@ settings:
3636
name: Tools
3737
items:
3838
- Source
39-
plugins:
40-
language:
41-
language_list: un
42-
stylescombo:
43-
styles: ''
39+
plugins: { }
4440
image_upload:
4541
status: false
4642
scheme: public

drupal/config/sync/field.storage.node.field_display_title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
uuid: c59f39aa-bae9-4c94-a6be-ea9a108d2b6e
1+
uuid: b0a228cc-4d16-4b49-bc1b-78f18dacd3be
22
langcode: en
33
status: true
44
dependencies:

0 commit comments

Comments
 (0)