From ea6f95bfec27a2b595b87387ade0a3cb599b4f2f Mon Sep 17 00:00:00 2001 From: Alex Tkachev Date: Mon, 27 Jan 2025 15:20:57 +0400 Subject: [PATCH] chore: export drupal config after updates --- .../block_content.type.reusable_block.yml | 4 +- ...y.block_content.reusable_block.default.yml | 18 ++ ...xonomy_term.pattern_categories.default.yml | 38 +++ ...y.block_content.reusable_block.default.yml | 4 + ..._content.reusable_block.reusable_block.yml | 6 +- ...ield.block_content.reusable_block.body.yml | 3 +- ....reusable_block.field_pattern_category.yml | 31 ++ ...usable_block.field_pattern_sync_status.yml | 23 ++ ...e.block_content.field_pattern_category.yml | 22 ++ ...lock_content.field_pattern_sync_status.yml | 29 ++ .../config/sync/gutenberg.mediaedit.yml | 3 - .../config/sync/gutenberg.settings.yml | 101 +------ .../de/views.view.reusable_blocks.yml | 5 - .../fr/views.view.reusable_blocks.yml | 5 - ...em.action.reusable_block_delete_action.yml | 2 +- ...taxonomy.vocabulary.pattern_categories.yml | 11 + .../sync/views.view.reusable_blocks.yml | 268 +++++++++++++----- 17 files changed, 390 insertions(+), 183 deletions(-) create mode 100644 apps/silverback-drupal/config/sync/core.entity_form_display.taxonomy_term.pattern_categories.default.yml create mode 100644 apps/silverback-drupal/config/sync/field.field.block_content.reusable_block.field_pattern_category.yml create mode 100644 apps/silverback-drupal/config/sync/field.field.block_content.reusable_block.field_pattern_sync_status.yml create mode 100644 apps/silverback-drupal/config/sync/field.storage.block_content.field_pattern_category.yml create mode 100644 apps/silverback-drupal/config/sync/field.storage.block_content.field_pattern_sync_status.yml delete mode 100644 apps/silverback-drupal/config/sync/gutenberg.mediaedit.yml create mode 100644 apps/silverback-drupal/config/sync/taxonomy.vocabulary.pattern_categories.yml diff --git a/apps/silverback-drupal/config/sync/block_content.type.reusable_block.yml b/apps/silverback-drupal/config/sync/block_content.type.reusable_block.yml index 3782d85ea2..6b559d08af 100644 --- a/apps/silverback-drupal/config/sync/block_content.type.reusable_block.yml +++ b/apps/silverback-drupal/config/sync/block_content.type.reusable_block.yml @@ -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.' diff --git a/apps/silverback-drupal/config/sync/core.entity_form_display.block_content.reusable_block.default.yml b/apps/silverback-drupal/config/sync/core.entity_form_display.block_content.reusable_block.default.yml index 89be57208f..4a0a396de5 100644 --- a/apps/silverback-drupal/config/sync/core.entity_form_display.block_content.reusable_block.default.yml +++ b/apps/silverback-drupal/config/sync/core.entity_form_display.block_content.reusable_block.default.yml @@ -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: @@ -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 diff --git a/apps/silverback-drupal/config/sync/core.entity_form_display.taxonomy_term.pattern_categories.default.yml b/apps/silverback-drupal/config/sync/core.entity_form_display.taxonomy_term.pattern_categories.default.yml new file mode 100644 index 0000000000..3b193b5e8b --- /dev/null +++ b/apps/silverback-drupal/config/sync/core.entity_form_display.taxonomy_term.pattern_categories.default.yml @@ -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 diff --git a/apps/silverback-drupal/config/sync/core.entity_view_display.block_content.reusable_block.default.yml b/apps/silverback-drupal/config/sync/core.entity_view_display.block_content.reusable_block.default.yml index f08bb4329d..37307a256b 100644 --- a/apps/silverback-drupal/config/sync/core.entity_view_display.block_content.reusable_block.default.yml +++ b/apps/silverback-drupal/config/sync/core.entity_view_display.block_content.reusable_block.default.yml @@ -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: @@ -27,4 +29,6 @@ content: weight: 0 region: content hidden: + field_pattern_category: true + field_pattern_sync_status: true langcode: true diff --git a/apps/silverback-drupal/config/sync/core.entity_view_display.block_content.reusable_block.reusable_block.yml b/apps/silverback-drupal/config/sync/core.entity_view_display.block_content.reusable_block.reusable_block.yml index 94489f6511..12e09be499 100644 --- a/apps/silverback-drupal/config/sync/core.entity_view_display.block_content.reusable_block.reusable_block.yml +++ b/apps/silverback-drupal/config/sync/core.entity_view_display.block_content.reusable_block.reusable_block.yml @@ -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: @@ -28,4 +30,6 @@ content: weight: 1 region: content hidden: + field_pattern_category: true + field_pattern_sync_status: true langcode: true diff --git a/apps/silverback-drupal/config/sync/field.field.block_content.reusable_block.body.yml b/apps/silverback-drupal/config/sync/field.field.block_content.reusable_block.body.yml index 95e2b3d65b..074c6efde0 100644 --- a/apps/silverback-drupal/config/sync/field.field.block_content.reusable_block.body.yml +++ b/apps/silverback-drupal/config/sync/field.field.block_content.reusable_block.body.yml @@ -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 diff --git a/apps/silverback-drupal/config/sync/field.field.block_content.reusable_block.field_pattern_category.yml b/apps/silverback-drupal/config/sync/field.field.block_content.reusable_block.field_pattern_category.yml new file mode 100644 index 0000000000..f972aff228 --- /dev/null +++ b/apps/silverback-drupal/config/sync/field.field.block_content.reusable_block.field_pattern_category.yml @@ -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 diff --git a/apps/silverback-drupal/config/sync/field.field.block_content.reusable_block.field_pattern_sync_status.yml b/apps/silverback-drupal/config/sync/field.field.block_content.reusable_block.field_pattern_sync_status.yml new file mode 100644 index 0000000000..61b12c3a47 --- /dev/null +++ b/apps/silverback-drupal/config/sync/field.field.block_content.reusable_block.field_pattern_sync_status.yml @@ -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 diff --git a/apps/silverback-drupal/config/sync/field.storage.block_content.field_pattern_category.yml b/apps/silverback-drupal/config/sync/field.storage.block_content.field_pattern_category.yml new file mode 100644 index 0000000000..fabf345da7 --- /dev/null +++ b/apps/silverback-drupal/config/sync/field.storage.block_content.field_pattern_category.yml @@ -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 diff --git a/apps/silverback-drupal/config/sync/field.storage.block_content.field_pattern_sync_status.yml b/apps/silverback-drupal/config/sync/field.storage.block_content.field_pattern_sync_status.yml new file mode 100644 index 0000000000..53eb22f53f --- /dev/null +++ b/apps/silverback-drupal/config/sync/field.storage.block_content.field_pattern_sync_status.yml @@ -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 diff --git a/apps/silverback-drupal/config/sync/gutenberg.mediaedit.yml b/apps/silverback-drupal/config/sync/gutenberg.mediaedit.yml deleted file mode 100644 index 2b768d0308..0000000000 --- a/apps/silverback-drupal/config/sync/gutenberg.mediaedit.yml +++ /dev/null @@ -1,3 +0,0 @@ -gutenberg: null -_core: - default_config_hash: egLLgAP3ql19hCUXkHbZI4BWfygF8HL_Qege9h8pYPg diff --git a/apps/silverback-drupal/config/sync/gutenberg.settings.yml b/apps/silverback-drupal/config/sync/gutenberg.settings.yml index 8d1f763101..33d23d10b9 100644 --- a/apps/silverback-drupal/config/sync/gutenberg.settings.yml +++ b/apps/silverback-drupal/config/sync/gutenberg.settings.yml @@ -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 diff --git a/apps/silverback-drupal/config/sync/language/de/views.view.reusable_blocks.yml b/apps/silverback-drupal/config/sync/language/de/views.view.reusable_blocks.yml index 9c1aa80b27..4ffd343c20 100644 --- a/apps/silverback-drupal/config/sync/language/de/views.view.reusable_blocks.yml +++ b/apps/silverback-drupal/config/sync/language/de/views.view.reusable_blocks.yml @@ -23,12 +23,7 @@ display: action_title: Aktion info: separator: ', ' - body: - separator: ', ' filters: - status: - expose: - label: Veröffentlicht info: expose: label: Titel diff --git a/apps/silverback-drupal/config/sync/language/fr/views.view.reusable_blocks.yml b/apps/silverback-drupal/config/sync/language/fr/views.view.reusable_blocks.yml index af70044ac4..b0fb0bc5c0 100644 --- a/apps/silverback-drupal/config/sync/language/fr/views.view.reusable_blocks.yml +++ b/apps/silverback-drupal/config/sync/language/fr/views.view.reusable_blocks.yml @@ -23,12 +23,7 @@ display: action_title: Action info: separator: ', ' - body: - separator: ', ' filters: - status: - expose: - label: Publié info: expose: label: Titre diff --git a/apps/silverback-drupal/config/sync/system.action.reusable_block_delete_action.yml b/apps/silverback-drupal/config/sync/system.action.reusable_block_delete_action.yml index ca73bd72ce..2093ab32b9 100644 --- a/apps/silverback-drupal/config/sync/system.action.reusable_block_delete_action.yml +++ b/apps/silverback-drupal/config/sync/system.action.reusable_block_delete_action.yml @@ -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: { } diff --git a/apps/silverback-drupal/config/sync/taxonomy.vocabulary.pattern_categories.yml b/apps/silverback-drupal/config/sync/taxonomy.vocabulary.pattern_categories.yml new file mode 100644 index 0000000000..bf8dd22350 --- /dev/null +++ b/apps/silverback-drupal/config/sync/taxonomy.vocabulary.pattern_categories.yml @@ -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 diff --git a/apps/silverback-drupal/config/sync/views.view.reusable_blocks.yml b/apps/silverback-drupal/config/sync/views.view.reusable_blocks.yml index 6e9ed3d641..9afdeb4931 100644 --- a/apps/silverback-drupal/config/sync/views.view.reusable_blocks.yml +++ b/apps/silverback-drupal/config/sync/views.view.reusable_blocks.yml @@ -4,18 +4,20 @@ status: true dependencies: config: - block_content.type.reusable_block - - field.storage.block_content.body + - field.storage.block_content.field_pattern_sync_status + - taxonomy.vocabulary.pattern_categories module: - block_content - - gutenberg + - options + - taxonomy - user enforced: module: - gutenberg _core: - default_config_hash: dQAgt7cy1g5VF_mxTRuJt3_dWOuYpjqEl6EBArSs9jo + default_config_hash: Uq1EcezwP-UA89lHMvcsIJgYmxIbfSqlOmNTtMsgvX8 id: reusable_blocks -label: 'Reusable Blocks' +label: Patterns module: views description: '' tag: '' @@ -28,7 +30,7 @@ display: display_plugin: default position: 0 display_options: - title: 'Reusable Blocks' + title: Patterns fields: block_content_bulk_form: id: block_content_bulk_form @@ -83,18 +85,16 @@ display: action_title: Action include_exclude: exclude selected_actions: { } - info: - id: info - table: block_content_field_data - field: info + field_pattern_sync_status: + id: field_pattern_sync_status + table: block_content__field_pattern_sync_status + field: field_pattern_sync_status relationship: none group_type: group admin_label: '' - entity_type: block_content - entity_field: info plugin_id: field label: '' - exclude: false + exclude: true alter: alter_text: false text: '' @@ -122,7 +122,7 @@ display: trim: false preserve_tags: '' html: false - element_type: h2 + element_type: '' element_class: '' element_label_type: '' element_label_class: '' @@ -135,9 +135,8 @@ display: empty_zero: false hide_alter_empty: true click_sort_column: value - type: string - settings: - link_to_entity: false + type: list_key + settings: { } group_column: value group_columns: { } group_rows: true @@ -148,13 +147,15 @@ display: multi_type: separator separator: ', ' field_api_classes: false - body: - id: body - table: block_content__body - field: body + info: + id: info + table: block_content_field_data + field: info relationship: none group_type: group admin_label: '' + entity_type: block_content + entity_field: info plugin_id: field label: '' exclude: false @@ -185,8 +186,8 @@ display: trim: false preserve_tags: '' html: false - element_type: '' - element_class: '' + element_type: h3 + element_class: 'pattern-{{ field_pattern_sync_status }}' element_label_type: '' element_label_class: '' element_label_colon: false @@ -198,10 +199,9 @@ display: empty_zero: false hide_alter_empty: true click_sort_column: value - type: gutenberg_text + type: string settings: - format: gutenberg - content_only: false + link_to_entity: false group_column: value group_columns: { } group_rows: true @@ -212,11 +212,61 @@ display: multi_type: separator separator: ', ' field_api_classes: false + rendered_entity: + id: rendered_entity + table: block_content + field: rendered_entity + relationship: none + group_type: group + admin_label: '' + entity_type: block_content + plugin_id: rendered_entity + label: '' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: false + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + view_mode: default pager: type: mini options: offset: 0 - pagination_heading_level: h4 items_per_page: 10 total_pages: null id: 0 @@ -231,6 +281,7 @@ display: items_per_page_options_all_label: '- All -' offset: false offset_label: Offset + pagination_heading_level: h4 exposed_form: type: basic options: @@ -265,48 +316,6 @@ display: sorts: { } arguments: { } filters: - status: - id: status - table: block_content_field_data - field: status - relationship: none - group_type: group - admin_label: '' - entity_type: block_content - entity_field: status - plugin_id: boolean - operator: '=' - value: '1' - group: 1 - exposed: true - expose: - operator_id: '' - label: Published - description: '' - use_operator: false - operator: status_op - operator_limit_selection: false - operator_list: { } - identifier: status - required: true - remember: false - multiple: false - remember_roles: - authenticated: authenticated - anonymous: '0' - administrator: '0' - is_grouped: false - group_info: - label: '' - description: '' - identifier: '' - optional: true - widget: select - multiple: false - remember: false - default_group: All - default_group_multiple: { } - group_items: { } reusable: id: reusable table: block_content_field_data @@ -373,13 +382,116 @@ display: default_group: All default_group_multiple: { } group_items: { } + field_pattern_category_target_id: + id: field_pattern_category_target_id + table: block_content__field_pattern_category + field: field_pattern_category_target_id + relationship: none + group_type: group + admin_label: '' + plugin_id: taxonomy_index_tid + operator: or + value: { } + group: 1 + exposed: true + expose: + operator_id: field_pattern_category_target_id_op + label: Category + description: '' + use_operator: false + operator: field_pattern_category_target_id_op + operator_limit_selection: false + operator_list: { } + identifier: field_pattern_category_target_id + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + content_editor: '0' + administrator: '0' + reduce: false + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + reduce_duplicates: false + vid: pattern_categories + type: select + hierarchy: true + limit: true + error_message: true + field_pattern_sync_status_value: + id: field_pattern_sync_status_value + table: block_content__field_pattern_sync_status + field: field_pattern_sync_status_value + relationship: none + group_type: group + admin_label: '' + plugin_id: list_field + operator: or + value: { } + group: 1 + exposed: true + expose: + operator_id: field_pattern_sync_status_value_op + label: 'Sync Status' + description: '' + use_operator: false + operator: field_pattern_sync_status_value_op + operator_limit_selection: false + operator_list: { } + identifier: field_pattern_sync_status_value + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + content_editor: '0' + administrator: '0' + reduce: false + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + reduce_duplicates: false style: - type: default + type: grid_responsive + options: + grouping: { } + columns: 3 + automatic_width: true + alignment: horizontal + row_class_custom: '' + row_class_default: true + col_class_custom: '' + col_class_default: true + cell_min_width: 300 + grid_gutter: 10 row: type: fields options: default_field_elements: true - inline: { } + inline: + block_content_bulk_form: block_content_bulk_form separator: '' hide_empty: false query: @@ -401,9 +513,13 @@ display: - 'languages:language_interface' - url - url.query_args + - user - user.permissions tags: - - 'config:field.storage.block_content.body' + - 'config:core.entity_view_display.block_content.basic.default' + - 'config:core.entity_view_display.block_content.reusable_block.default' + - 'config:core.entity_view_display.block_content.reusable_block.reusable_block' + - 'config:field.storage.block_content.field_pattern_sync_status' page_1: id: page_1 display_title: Page @@ -411,10 +527,10 @@ display: position: 1 display_options: display_extenders: { } - path: admin/content/reusable-blocks + path: admin/content/patterns menu: type: tab - title: 'Reusable Blocks' + title: 'Patterns (Gutenberg)' description: '' weight: 0 expanded: false @@ -428,6 +544,10 @@ display: - 'languages:language_interface' - url - url.query_args + - user - user.permissions tags: - - 'config:field.storage.block_content.body' + - 'config:core.entity_view_display.block_content.basic.default' + - 'config:core.entity_view_display.block_content.reusable_block.default' + - 'config:core.entity_view_display.block_content.reusable_block.reusable_block' + - 'config:field.storage.block_content.field_pattern_sync_status'