From bf45c1b2c466634bbcefe046192ea3b564906c14 Mon Sep 17 00:00:00 2001 From: bach Date: Wed, 10 Nov 2021 13:25:48 +0100 Subject: [PATCH] added structure_syn --- composer.json | 1 + config/sync/core.extension.yml | 1 + config/sync/structure_sync.data.yml | 14 ++++++++++++++ 3 files changed, 16 insertions(+) create mode 100644 config/sync/structure_sync.data.yml diff --git a/composer.json b/composer.json index 412bb3c..47f830e 100644 --- a/composer.json +++ b/composer.json @@ -25,6 +25,7 @@ "drupal/page_manager": "4.x-dev@dev", "drupal/panels": "^4.6", "drupal/role_delegation": "^1.1", + "drupal/structure_sync": "^2.0", "wikimedia/composer-merge-plugin": "^2.0" }, "conflict": { diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index 6429b3b..8ff1617 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -93,6 +93,7 @@ module: search_api_db: 0 smart_trim: 0 smtp: 0 + structure_sync: 0 system: 0 taxonomy: 0 telephone: 0 diff --git a/config/sync/structure_sync.data.yml b/config/sync/structure_sync.data.yml new file mode 100644 index 0000000..bdfa32c --- /dev/null +++ b/config/sync/structure_sync.data.yml @@ -0,0 +1,14 @@ +blocks: + - + info: 'Actualité Link' + langcode: fr + uuid: 3ee1f633-aaa7-4b4c-a42a-02206e26d3a2 + bundle: link + revision_id: null + rev_id_current: null + fields: + field_lien: + - + uri: 'internal:/actualites' + title: 'Voir toutes les actualités' + options: { }