Skip to content

Commit e17bf1d

Browse files
committed
chore(#1): update drupal example and content
1 parent 4fdab9a commit e17bf1d

166 files changed

Lines changed: 606 additions & 365 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

example/drupal/composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"drupal/core-project-message": "9.4.0",
2121
"drupal/core-recommended": "9.4.0",
2222
"drupal/druxt": "1.1.1",
23+
"drupal/jsonapi_hypermedia": "^1.7",
2324
"drupal/tome": "1.7.0",
2425
"drush/drush": "11.0.9"
2526
},
@@ -74,6 +75,11 @@
7475
"web/themes/custom/{$name}": [
7576
"type:drupal-custom-theme"
7677
]
78+
},
79+
"patches": {
80+
"drupal/core": {
81+
"#2942975 Expose Layout Builder data to REST and JSON:API": "https://www.drupal.org/files/issues/2022-06-24/2942975-199.patch"
82+
}
7783
}
7884
}
7985
}

example/drupal/config/sync/block.block.bartik_footer.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

example/drupal/config/sync/block.block.bartik_local_tasks.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

example/drupal/config/sync/block.block.bartik_search.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

example/drupal/config/sync/block.block.bartik_tools.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

example/drupal/config/sync/block.block.seven_breadcrumbs.yml renamed to example/drupal/config/sync/block.block.claro_breadcrumbs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
uuid: c2ad9d78-1717-411b-bf33-eed677a49c39
1+
uuid: df7a3d6e-8b3a-458e-94b4-e2b992283d66
22
langcode: en
33
status: true
44
dependencies:
55
module:
66
- system
77
theme:
8-
- seven
8+
- claro
99
_core:
10-
default_config_hash: 2rIN97Rd7-rjv3P4h0-xrZnAgPJHyXFEwrB--sS2_qE
11-
id: seven_breadcrumbs
12-
theme: seven
10+
default_config_hash: NjcxOBrPOiK5-38t56DwFBDVY4yer7YSlbRWXFuHe7A
11+
id: claro_breadcrumbs
12+
theme: claro
1313
region: breadcrumb
1414
weight: 0
1515
provider: null

example/drupal/config/sync/block.block.seven_content.yml renamed to example/drupal/config/sync/block.block.claro_content.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
uuid: dc6e74a8-283c-4fa1-a48e-ccfe5947387b
1+
uuid: 613ec1cc-de4e-4d92-b178-5c006e6b2e33
22
langcode: en
33
status: true
44
dependencies:
55
module:
66
- system
77
theme:
8-
- seven
8+
- claro
99
_core:
10-
default_config_hash: 6_eJxtyfANKFE_nfriHKgrARRIPHH88sI6jvQ4EHbBc
11-
id: seven_content
12-
theme: seven
10+
default_config_hash: a0Yyx1GeyKarZ4T_yXQBR_ZFKnXiFLtxAb6gWLd8nr0
11+
id: claro_content
12+
theme: claro
1313
region: content
1414
weight: 0
1515
provider: null

example/drupal/config/sync/block.block.seven_help.yml renamed to example/drupal/config/sync/block.block.claro_help.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
uuid: 46cea158-99b6-4773-999a-89b624d0ec51
1+
uuid: 87f6ad6e-22be-4f77-9c5c-152ea3fddaa1
22
langcode: en
33
status: true
44
dependencies:
55
module:
66
- help
77
theme:
8-
- seven
8+
- claro
99
_core:
10-
default_config_hash: bYvyEzJ7UcmjXZAYLxb4Qb_J77K9bPbk4ealdap31FY
11-
id: seven_help
12-
theme: seven
10+
default_config_hash: jccFSSVqV0WCDb6NtML1VWAWTtDbZ-zn5YgTRMgMrIM
11+
id: claro_help
12+
theme: claro
1313
region: help
1414
weight: 0
1515
provider: null

example/drupal/config/sync/block.block.seven_local_actions.yml renamed to example/drupal/config/sync/block.block.claro_local_actions.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
uuid: 484d44ea-82e9-4a08-a277-2cb1df4382c0
1+
uuid: 6542d9ea-17ff-42af-bf50-8cfb3cb6a96d
22
langcode: en
33
status: true
44
dependencies:
55
theme:
6-
- seven
6+
- claro
77
_core:
8-
default_config_hash: gv5JXTvQXjlMY6PXrfxzcLMjMg4074WiEQCy7ZSMvK4
9-
id: seven_local_actions
10-
theme: seven
8+
default_config_hash: CdXfDmRgAvms7EQovxxWPdYi0GitxeRbVtScYK16ZH0
9+
id: claro_local_actions
10+
theme: claro
1111
region: content
1212
weight: -10
1313
provider: null

example/drupal/config/sync/block.block.seven_messages.yml renamed to example/drupal/config/sync/block.block.claro_messages.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
uuid: f2ce36f7-5213-432e-b734-183dc0b555f1
1+
uuid: 4ab512c7-0fda-4db7-bbe1-a8a8e516fa84
22
langcode: en
33
status: true
44
dependencies:
55
module:
66
- system
77
theme:
8-
- seven
8+
- claro
99
_core:
10-
default_config_hash: bZvFlENVti4PpqT6kqoC86B5_lXp6aE-d4nrvLMU4CY
11-
id: seven_messages
12-
theme: seven
10+
default_config_hash: '-Ac3ISpIT0PQ-whzD7_dw0SdKi6dAbRFNWdSjOiVDqg'
11+
id: claro_messages
12+
theme: claro
1313
region: highlighted
1414
weight: 0
1515
provider: null

0 commit comments

Comments
 (0)