-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: export drupal config after updates
- Loading branch information
Showing
17 changed files
with
390 additions
and
183 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
38 changes: 38 additions & 0 deletions
38
...-drupal/config/sync/core.entity_form_display.taxonomy_term.pattern_categories.default.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
uuid: 34560dcd-ddc6-4192-92a8-cf326e1b1362 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- taxonomy.vocabulary.pattern_categories | ||
_core: | ||
default_config_hash: '-DK8TVFfGc0hJ-zV2FDj4a7QBsNtW6lVZ6-6HDN2cAI' | ||
id: taxonomy_term.pattern_categories.default | ||
targetEntityType: taxonomy_term | ||
bundle: pattern_categories | ||
mode: default | ||
content: | ||
langcode: | ||
type: language_select | ||
weight: 2 | ||
region: content | ||
settings: | ||
include_locked: true | ||
third_party_settings: { } | ||
name: | ||
type: string_textfield | ||
weight: 0 | ||
region: content | ||
settings: | ||
size: 60 | ||
placeholder: '' | ||
third_party_settings: { } | ||
status: | ||
type: boolean_checkbox | ||
weight: 1 | ||
region: content | ||
settings: | ||
display_label: true | ||
third_party_settings: { } | ||
hidden: | ||
description: true | ||
path: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 31 additions & 0 deletions
31
...ck-drupal/config/sync/field.field.block_content.reusable_block.field_pattern_category.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
uuid: cd5245a6-d76f-4b31-9304-73a5758e38da | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- block_content.type.reusable_block | ||
- field.storage.block_content.field_pattern_category | ||
- taxonomy.vocabulary.pattern_categories | ||
_core: | ||
default_config_hash: VXXtw0UNI3rTobtEGOJt2H9TqzAM0T2EQnK7ruZPFpU | ||
id: block_content.reusable_block.field_pattern_category | ||
field_name: field_pattern_category | ||
entity_type: block_content | ||
bundle: reusable_block | ||
label: Category | ||
description: '' | ||
required: false | ||
translatable: false | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: | ||
handler: 'default:taxonomy_term' | ||
handler_settings: | ||
target_bundles: | ||
pattern_categories: pattern_categories | ||
sort: | ||
field: name | ||
direction: asc | ||
auto_create: true | ||
auto_create_bundle: '' | ||
field_type: entity_reference |
23 changes: 23 additions & 0 deletions
23
...drupal/config/sync/field.field.block_content.reusable_block.field_pattern_sync_status.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
uuid: ff801826-5f00-4f25-9f29-f2742c24b07f | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- block_content.type.reusable_block | ||
- field.storage.block_content.field_pattern_sync_status | ||
module: | ||
- options | ||
_core: | ||
default_config_hash: XdoaC7cVee4wS-sUFJCpXlVkjK21-9GyMglzXnnFAtA | ||
id: block_content.reusable_block.field_pattern_sync_status | ||
field_name: field_pattern_sync_status | ||
entity_type: block_content | ||
bundle: reusable_block | ||
label: 'Sync Status' | ||
description: '' | ||
required: true | ||
translatable: false | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: { } | ||
field_type: list_string |
22 changes: 22 additions & 0 deletions
22
apps/silverback-drupal/config/sync/field.storage.block_content.field_pattern_category.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
uuid: 30f7a71c-2526-48ed-a449-a3f73bf8ce6b | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- block_content | ||
- taxonomy | ||
_core: | ||
default_config_hash: v25CI_ResKc-IP8b8-2dAIyMEXgd3CDQhjw-QLoVUX0 | ||
id: block_content.field_pattern_category | ||
field_name: field_pattern_category | ||
entity_type: block_content | ||
type: entity_reference | ||
settings: | ||
target_type: taxonomy_term | ||
module: core | ||
locked: false | ||
cardinality: -1 | ||
translatable: true | ||
indexes: { } | ||
persist_with_no_fields: false | ||
custom_storage: false |
29 changes: 29 additions & 0 deletions
29
apps/silverback-drupal/config/sync/field.storage.block_content.field_pattern_sync_status.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
uuid: baff1a9c-8d0c-43a4-b710-62b78042a840 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- block_content | ||
- options | ||
_core: | ||
default_config_hash: hWPUi16SfyGNTDoBhpybOILaQMPDcvPvCl0A2qOLUG4 | ||
id: block_content.field_pattern_sync_status | ||
field_name: field_pattern_sync_status | ||
entity_type: block_content | ||
type: list_string | ||
settings: | ||
allowed_values: | ||
- | ||
value: synced | ||
label: Synced | ||
- | ||
value: unsynced | ||
label: Unsynced | ||
allowed_values_function: '' | ||
module: options | ||
locked: false | ||
cardinality: 1 | ||
translatable: true | ||
indexes: { } | ||
persist_with_no_fields: false | ||
custom_storage: false |
This file was deleted.
Oops, something went wrong.
101 changes: 10 additions & 91 deletions
101
apps/silverback-drupal/config/sync/gutenberg.settings.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,93 +1,12 @@ | ||
gutenberg_page_enable_full: 1 | ||
gutenberg_page_template: "[\r\n [\"custom/root\", {}]\r\n]" | ||
gutenberg_page_template_lock: all | ||
gutenberg_page_allowed_blocks: | ||
core/paragraph: core/paragraph | ||
core/list: core/list | ||
core/quote: core/quote | ||
core/columns: core/columns | ||
core/column: core/column | ||
core/all: 0 | ||
core/image: 0 | ||
core/heading: 0 | ||
core/gallery: 0 | ||
core/legacy-widget: 0 | ||
core/audio: 0 | ||
core/button: 0 | ||
core/buttons: 0 | ||
core/calendar: 0 | ||
core/code: 0 | ||
core/cover: 0 | ||
core/embed: 0 | ||
core/file: 0 | ||
core/freeform: 0 | ||
core/html: 0 | ||
core/media-text: 0 | ||
core/navigation: 0 | ||
core/preformatted: 0 | ||
core/pullquote: 0 | ||
core/rss: 0 | ||
core/search: 0 | ||
core/separator: 0 | ||
core/block: 0 | ||
core/social-links: 0 | ||
core/spacer: 0 | ||
core/subhead: 0 | ||
core/tag-cloud: 0 | ||
core/table: 0 | ||
core/text-columns: 0 | ||
core/verse: 0 | ||
core/video: 0 | ||
core-embed/all: 0 | ||
core-embed/twitter: 0 | ||
core-embed/youtube: 0 | ||
core-embed/facebook: 0 | ||
core-embed/instagram: 0 | ||
core-embed/wordpress: 0 | ||
core-embed/soundcloud: 0 | ||
core-embed/spotify: 0 | ||
core-embed/flickr: 0 | ||
core-embed/vimeo: 0 | ||
core-embed/amazon-kindle: 0 | ||
core-embed/animoto: 0 | ||
core-embed/cloudup: 0 | ||
core-embed/collegehumor: 0 | ||
core-embed/crowdsignal: 0 | ||
core-embed/dailymotion: 0 | ||
embed: 0 | ||
core-embed/hulu: 0 | ||
core-embed/imgur: 0 | ||
core-embed/issuu: 0 | ||
core-embed/kickstarter: 0 | ||
core-embed/meetup-com: 0 | ||
core-embed/mixcloud: 0 | ||
core-embed/polldaddy: 0 | ||
core-embed/reddit: 0 | ||
core-embed/reverbnation: 0 | ||
core-embed/screencast: 0 | ||
core-embed/scribd: 0 | ||
core-embed/slideshare: 0 | ||
core-embed/smugmug: 0 | ||
core-embed/speaker-deck: 0 | ||
core-embed/speaker: 0 | ||
core-embed/tiktok: 0 | ||
core-embed/ted: 0 | ||
core-embed/tumblr: 0 | ||
core-embed/videopress: 0 | ||
core-embed/wordpress-tv: 0 | ||
- core/column | ||
- core/columns | ||
- core/list | ||
- core/paragraph | ||
- core/quote | ||
gutenberg_page_allowed_drupal_blocks: | ||
page_title_block: 0 | ||
user_login_block: 0 | ||
'views_block:content_recent-block_1': 0 | ||
'views_block:who_s_online-who_s_online_block': 0 | ||
'system_menu_block:footer': 0 | ||
'system_menu_block:main': 0 | ||
'system_menu_block:account': 0 | ||
system_breadcrumb_block: 0 | ||
'language_block:language_interface': 0 | ||
system_messages_block: 0 | ||
system_powered_by_block: 0 | ||
system_branding_block: 0 | ||
node_syndicate_block: 0 | ||
drupalmedia/drupal-media-entity: drupalmedia/drupal-media-entity | ||
news_enable_full: 0 | ||
- drupalmedia/drupal-media-entity | ||
gutenberg_page_enable_full: true | ||
gutenberg_page_template: "[\r\n [\"custom/root\", {}]\r\n]" | ||
gutenberg_page_template_lock: all | ||
news_enable_full: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
apps/silverback-drupal/config/sync/taxonomy.vocabulary.pattern_categories.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
uuid: 8946b84b-face-4421-9bad-071a97733ce2 | ||
langcode: en | ||
status: true | ||
dependencies: { } | ||
_core: | ||
default_config_hash: 7JP2STsDAKOF3Ir75uJm-pAUviZAoMUB8dli-DPaqzU | ||
name: 'Pattern Categories' | ||
vid: pattern_categories | ||
description: 'Categories used for Gutenberg patterns.' | ||
weight: 0 | ||
new_revision: false |
Oops, something went wrong.