From 64077e3bd4ca04cd89c086d9aada504f16b72ccb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Sun, 18 Aug 2019 12:39:04 -0400 Subject: [PATCH] Add blocks we added (and that Drutopia added?) --- config/sync/block.block.footer_about_us.yml | 35 ++++++ .../sync/block.block.footer_get_involved.yml | 35 ++++++ config/sync/block.block.footer_our_work.yml | 35 ++++++ config/sync/block.block.hireagaric.yml | 47 ++++++++ ...t.snapshot.config_sync.module.drutopia.yml | 108 ++++++++++++++++++ 5 files changed, 260 insertions(+) create mode 100644 config/sync/block.block.footer_about_us.yml create mode 100644 config/sync/block.block.footer_get_involved.yml create mode 100644 config/sync/block.block.footer_our_work.yml create mode 100644 config/sync/block.block.hireagaric.yml diff --git a/config/sync/block.block.footer_about_us.yml b/config/sync/block.block.footer_about_us.yml new file mode 100644 index 0000000..266cb3a --- /dev/null +++ b/config/sync/block.block.footer_about_us.yml @@ -0,0 +1,35 @@ +uuid: a9f2c8b6-96c6-418c-8d5e-463d251739b0 +langcode: en +status: true +dependencies: + config: + - system.menu.main + module: + - block_visibility_groups + - menu_block + theme: + - octavia +_core: + default_config_hash: eJrCgI_sSLwD4b-lgt-hLYWyH5R6m_ou6ZSzZZbv3Hg +id: footer_about_us +theme: octavia +region: footer_menus +weight: -20 +provider: null +plugin: 'menu_block:main' +settings: + id: 'menu_block:main' + label: 'About Us' + provider: menu_block + label_display: visible + level: 1 + depth: 0 + expand: 0 + parent: 'main:menu_link_content:33435872-bdbe-4833-9477-c057c2c33359' + suggestion: main +visibility: + condition_group: + id: condition_group + negate: false + block_visibility_group: '' + context_mapping: { } diff --git a/config/sync/block.block.footer_get_involved.yml b/config/sync/block.block.footer_get_involved.yml new file mode 100644 index 0000000..48299d4 --- /dev/null +++ b/config/sync/block.block.footer_get_involved.yml @@ -0,0 +1,35 @@ +uuid: a57e43df-eacf-4a80-8cce-ebc8fcd93a7d +langcode: en +status: true +dependencies: + config: + - system.menu.main + module: + - block_visibility_groups + - menu_block + theme: + - octavia +_core: + default_config_hash: y7D1_-5WE5uR9bFhOPE7wnF-ZHNeK8JhVe8-PBa03e8 +id: footer_get_involved +theme: octavia +region: footer_menus +weight: -18 +provider: null +plugin: 'menu_block:main' +settings: + id: 'menu_block:main' + label: 'Get Involved' + provider: menu_block + label_display: visible + level: 1 + depth: 0 + expand: 0 + parent: 'main:menu_link_content:f1eaa438-620d-418b-acd3-ad00dab9c635' + suggestion: main +visibility: + condition_group: + id: condition_group + negate: false + block_visibility_group: '' + context_mapping: { } diff --git a/config/sync/block.block.footer_our_work.yml b/config/sync/block.block.footer_our_work.yml new file mode 100644 index 0000000..5d20630 --- /dev/null +++ b/config/sync/block.block.footer_our_work.yml @@ -0,0 +1,35 @@ +uuid: ea6024cb-e5ef-47d2-9f89-d3e5f05087c1 +langcode: en +status: true +dependencies: + config: + - system.menu.main + module: + - block_visibility_groups + - menu_block + theme: + - octavia +_core: + default_config_hash: Uvp7dFZ5RwRIOWf2HBXzYRqoV5UI-6nx5zqh6CmhikI +id: footer_our_work +theme: octavia +region: footer_menus +weight: -19 +provider: null +plugin: 'menu_block:main' +settings: + id: 'menu_block:main' + label: 'Our Work' + provider: menu_block + label_display: visible + level: 1 + depth: 0 + expand: 0 + parent: 'main:menu_link_content:3f594be0-bb0f-4b30-923e-e7984983a0fd' + suggestion: main +visibility: + condition_group: + id: condition_group + negate: false + block_visibility_group: '' + context_mapping: { } diff --git a/config/sync/block.block.hireagaric.yml b/config/sync/block.block.hireagaric.yml new file mode 100644 index 0000000..2922993 --- /dev/null +++ b/config/sync/block.block.hireagaric.yml @@ -0,0 +1,47 @@ +uuid: 111507ad-206f-4d2f-864e-24b12ebac1dd +langcode: en +status: true +dependencies: + content: + - 'block_content:basic:134165a3-b38a-41c1-92aa-984e3e6d3435' + module: + - block_content + - block_visibility_groups + - ctools + - node + theme: + - agarica +id: hireagaric +theme: agarica +region: content_bottom +weight: 0 +provider: null +plugin: 'block_content:134165a3-b38a-41c1-92aa-984e3e6d3435' +settings: + id: 'block_content:134165a3-b38a-41c1-92aa-984e3e6d3435' + label: 'Hire Agaric' + provider: block_content + label_display: '0' + status: true + info: '' + view_mode: full +visibility: + condition_group: + id: condition_group + negate: false + block_visibility_group: '' + context_mapping: { } + node_type: + id: node_type + bundles: + blog: blog + negate: false + context_mapping: + node: '@node.node_route_context:node' + 'entity_bundle:node': + id: 'entity_bundle:node' + bundles: + blog: blog + negate: false + context_mapping: + node: '@node.node_route_context:node' diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.drutopia.yml b/config/sync/config_snapshot.snapshot.config_sync.module.drutopia.yml index 147a016..4ac92a1 100644 --- a/config/sync/config_snapshot.snapshot.config_sync.module.drutopia.yml +++ b/config/sync/config_snapshot.snapshot.config_sync.module.drutopia.yml @@ -240,6 +240,114 @@ items: negate: false block_visibility_group: event_listing context_mapping: { } + - + collection: '' + name: block.block.footer_about_us + data: + langcode: en + status: true + dependencies: + config: + - system.menu.main + module: + - block_visibility_groups + - menu_block + theme: + - octavia + id: footer_about_us + theme: octavia + region: footer_menus + weight: -20 + provider: null + plugin: 'menu_block:main' + settings: + id: 'menu_block:main' + label: 'About Us' + provider: menu_block + label_display: visible + level: 1 + depth: 0 + expand: 0 + parent: 'main:menu_link_content:33435872-bdbe-4833-9477-c057c2c33359' + suggestion: main + visibility: + condition_group: + id: condition_group + negate: false + block_visibility_group: '' + context_mapping: { } + - + collection: '' + name: block.block.footer_get_involved + data: + langcode: en + status: true + dependencies: + config: + - system.menu.main + module: + - block_visibility_groups + - menu_block + theme: + - octavia + id: footer_get_involved + theme: octavia + region: footer_menus + weight: -18 + provider: null + plugin: 'menu_block:main' + settings: + id: 'menu_block:main' + label: 'Get Involved' + provider: menu_block + label_display: visible + level: 1 + depth: 0 + expand: 0 + parent: 'main:menu_link_content:f1eaa438-620d-418b-acd3-ad00dab9c635' + suggestion: main + visibility: + condition_group: + id: condition_group + negate: false + block_visibility_group: '' + context_mapping: { } + - + collection: '' + name: block.block.footer_our_work + data: + langcode: en + status: true + dependencies: + config: + - system.menu.main + module: + - block_visibility_groups + - menu_block + theme: + - octavia + id: footer_our_work + theme: octavia + region: footer_menus + weight: -19 + provider: null + plugin: 'menu_block:main' + settings: + id: 'menu_block:main' + label: 'Our Work' + provider: menu_block + label_display: visible + level: 1 + depth: 0 + expand: 0 + parent: 'main:menu_link_content:3f594be0-bb0f-4b30-923e-e7984983a0fd' + suggestion: main + visibility: + condition_group: + id: condition_group + negate: false + block_visibility_group: '' + context_mapping: { } - collection: '' name: block.block.group_operations