Skip to content

Commit

Permalink
chore: export drupal config after updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Leksat committed Jan 27, 2025
1 parent 672814b commit ea6f95b
Show file tree
Hide file tree
Showing 17 changed files with 390 additions and 183 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ dependencies:
_core:
default_config_hash: r3t6MLUWkQk97pf7x3OiHCBZanFJKsKLS3uuQbmw-Yo
id: reusable_block
label: 'Reusable block'
label: Pattern
revision: false
description: 'Build your block on Gutenberg editor and re-use it everywhere!'
description: 'Build your pattern on Gutenberg editor and re-use it everywhere.'
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ dependencies:
config:
- block_content.type.reusable_block
- field.field.block_content.reusable_block.body
- field.field.block_content.reusable_block.field_pattern_category
- field.field.block_content.reusable_block.field_pattern_sync_status
module:
- text
enforced:
Expand All @@ -26,6 +28,22 @@ content:
summary_rows: 3
placeholder: ''
third_party_settings: { }
field_pattern_category:
type: entity_reference_autocomplete_tags
weight: 1
region: content
settings:
match_operator: CONTAINS
match_limit: 10
size: 60
placeholder: ''
third_party_settings: { }
field_pattern_sync_status:
type: options_select
weight: 3
region: content
settings: { }
third_party_settings: { }
info:
type: string_textfield
weight: -5
Expand Down
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
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ dependencies:
config:
- block_content.type.reusable_block
- field.field.block_content.reusable_block.body
- field.field.block_content.reusable_block.field_pattern_category
- field.field.block_content.reusable_block.field_pattern_sync_status
module:
- gutenberg
enforced:
Expand All @@ -27,4 +29,6 @@ content:
weight: 0
region: content
hidden:
field_pattern_category: true
field_pattern_sync_status: true
langcode: true
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
uuid: c4beba0c-65b8-4ea1-91b3-78b945c7a0e0
langcode: en
status: true
status: false
dependencies:
config:
- block_content.type.reusable_block
- core.entity_view_mode.block_content.reusable_block
- field.field.block_content.reusable_block.body
- field.field.block_content.reusable_block.field_pattern_category
- field.field.block_content.reusable_block.field_pattern_sync_status
module:
- gutenberg
enforced:
Expand All @@ -28,4 +30,6 @@ content:
weight: 1
region: content
hidden:
field_pattern_category: true
field_pattern_sync_status: true
langcode: true
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ default_value_callback: ''
settings:
display_summary: false
required_summary: false
allowed_formats: { }
allowed_formats:
- plain_text
field_type: text_with_summary
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
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
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
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
3 changes: 0 additions & 3 deletions apps/silverback-drupal/config/sync/gutenberg.mediaedit.yml

This file was deleted.

101 changes: 10 additions & 91 deletions apps/silverback-drupal/config/sync/gutenberg.settings.yml
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
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,7 @@ display:
action_title: Aktion
info:
separator: ', '
body:
separator: ', '
filters:
status:
expose:
label: Veröffentlicht
info:
expose:
label: Titel
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,7 @@ display:
action_title: Action
info:
separator: ', '
body:
separator: ', '
filters:
status:
expose:
label: Publié
info:
expose:
label: Titre
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
_core:
default_config_hash: 6Nffs0f0augGItO21H-DDIcPxIBbB5txCgVuY_3xY8k
id: reusable_block_delete_action
label: 'Delete reusable block'
label: 'Delete pattern'
type: block_content
plugin: reusable_block_delete_action
configuration: { }
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
Loading

0 comments on commit ea6f95b

Please sign in to comment.