From 3815e68e28783975180ffa184d49ce2f66bce58f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 29 Jul 2019 08:11:10 -0400 Subject: [PATCH] Enable article facet blocks --- config/sync/block.block.articletopics.yml | 29 +++++++++++++++++++++++ config/sync/block.block.articletype.yml | 29 +++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 config/sync/block.block.articletopics.yml create mode 100644 config/sync/block.block.articletype.yml diff --git a/config/sync/block.block.articletopics.yml b/config/sync/block.block.articletopics.yml new file mode 100644 index 0000000..bf1addf --- /dev/null +++ b/config/sync/block.block.articletopics.yml @@ -0,0 +1,29 @@ +uuid: 1fd9e706-544c-461c-a4bf-ef4858b1ba91 +langcode: en +status: true +dependencies: + config: + - facets.facet.article_topics + module: + - block_visibility_groups + - facets + theme: + - geofresco +id: articletopics +theme: geofresco +region: sidebar_first +weight: 0 +provider: null +plugin: 'facet_block:article_topics' +settings: + id: 'facet_block:article_topics' + label: 'Article Topics' + provider: facets + label_display: visible + block_id: articletopics +visibility: + condition_group: + id: condition_group + negate: false + block_visibility_group: '' + context_mapping: { } diff --git a/config/sync/block.block.articletype.yml b/config/sync/block.block.articletype.yml new file mode 100644 index 0000000..8c8fccd --- /dev/null +++ b/config/sync/block.block.articletype.yml @@ -0,0 +1,29 @@ +uuid: 3e619988-a620-47d4-9368-66bce0072c59 +langcode: en +status: true +dependencies: + config: + - facets.facet.article_type + module: + - block_visibility_groups + - facets + theme: + - geofresco +id: articletype +theme: geofresco +region: sidebar_first +weight: 0 +provider: null +plugin: 'facet_block:article_type' +settings: + id: 'facet_block:article_type' + label: 'Article Type' + provider: facets + label_display: visible + block_id: articletype +visibility: + condition_group: + id: condition_group + negate: false + block_visibility_group: '' + context_mapping: { }