Skip to content

Commit

Permalink
chore(examples): update drupal to 9.4 (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher committed Aug 27, 2022
1 parent 0fdea1a commit 6b7e981
Show file tree
Hide file tree
Showing 13 changed files with 1,168 additions and 1,101 deletions.
8 changes: 4 additions & 4 deletions docs/drupal/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"composer/installers": "^2.0",
"cweagans/composer-patches": "^1.7",
"drupal-tome/tome_drush": "dev-master",
"drupal/core-composer-scaffold": "^9.3",
"drupal/core-project-message": "^9.3",
"drupal/core-recommended": "^9.3",
"drupal/core-composer-scaffold": "9.4.0",
"drupal/core-project-message": "9.4.0",
"drupal/core-recommended": "9.4.0",
"drupal/decoupled_router": "2.0.3",
"drupal/druxt": "^1.1.1",
"drupal/jsonapi_hypermedia": "^1.6",
Expand All @@ -29,7 +29,7 @@
"drush/drush": "^11.0"
},
"require-dev": {
"drupal/core-dev": "^9.3"
"drupal/core-dev": "9.4.0"
},
"conflict": {
"drupal/drupal": "*"
Expand Down
1,140 changes: 592 additions & 548 deletions docs/drupal/composer.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ dependencies:
- layout_builder
third_party_settings:
layout_builder:
allow_custom: false
enabled: false
allow_custom: false
_core:
default_config_hash: 3-ywiAmzlIyMCYihJv4YZF-dS0l8zYwIqbrxUjLyUik
id: media.image.medium_8_7
Expand All @@ -22,12 +22,14 @@ bundle: image
mode: medium_8_7
content:
field_media_image:
type: image
label: visually_hidden
settings:
image_style: medium_8_7
image_link: ''
image_style: medium_8_7
image_loading:
attribute: lazy
third_party_settings: { }
type: image
weight: 1
region: content
hidden:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ dependencies:
- layout_builder
third_party_settings:
layout_builder:
allow_custom: false
enabled: false
allow_custom: false
_core:
default_config_hash: wE0QJQ4GF9ydxRYmb5jlAyr78TYMsPh6A_c_-eIyYNI
id: media.image.scale_crop_7_3_large
Expand All @@ -22,12 +22,14 @@ bundle: image
mode: scale_crop_7_3_large
content:
field_media_image:
type: image
label: visually_hidden
settings:
image_style: scale_crop_7_3_large
image_link: ''
image_style: scale_crop_7_3_large
image_loading:
attribute: lazy
third_party_settings: { }
type: image
weight: 1
region: content
hidden:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@ mode: compact
content:
user_picture:
type: image
weight: 0
region: content
label: hidden
settings:
image_style: thumbnail
image_link: content
image_style: thumbnail
image_loading:
attribute: lazy
third_party_settings: { }
label: hidden
weight: 0
region: content
hidden:
langcode: true
member_for: true
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,14 @@ content:
region: content
user_picture:
type: image
weight: 0
region: content
label: hidden
settings:
image_style: thumbnail
image_link: content
image_style: thumbnail
image_loading:
attribute: lazy
third_party_settings: { }
label: hidden
weight: 0
region: content
hidden:
langcode: true
1 change: 1 addition & 0 deletions docs/drupal/config/sync/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ module:
media_library: 0
menu_link_content: 0
menu_ui: 0
mysql: 0
node: 0
options: 0
page_cache: 0
Expand Down
3 changes: 3 additions & 0 deletions docs/drupal/config/sync/jsonapi.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ langcode: en
read_only: false
_core:
default_config_hash: p_qzzTwtOMiIPE7CyG0wD6M-UCpBp6Y5E4LhNCnCRpY
maintenance_header_retry_seconds:
min: 5
max: 10
4 changes: 2 additions & 2 deletions docs/drupal/config/sync/language.types.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
_core:
default_config_hash: dqouFqVseNJNvEjsoYKxbinFOITuCxYhi4y2OTNQP_8
all:
- language_interface
- language_content
Expand All @@ -15,5 +17,3 @@ negotiation:
language_interface:
enabled:
language-url: 0
_core:
default_config_hash: dqouFqVseNJNvEjsoYKxbinFOITuCxYhi4y2OTNQP_8

0 comments on commit 6b7e981

Please sign in to comment.