From a03688efa4cae62b7d57346503f406b01c828c83 Mon Sep 17 00:00:00 2001 From: bach Date: Tue, 20 Sep 2022 16:10:08 +0200 Subject: [PATCH] cdel matomo.settings --- src/composer.json | 1 + src/composer.lock | 83 ++++++++++++++++++++++++- src/config/sync/core.extension.yml | 1 + src/config/sync/matomo.settings.yml | 38 ----------- src/config/sync/structure_sync.data.yml | 2 + 5 files changed, 86 insertions(+), 39 deletions(-) delete mode 100644 src/config/sync/matomo.settings.yml create mode 100644 src/config/sync/structure_sync.data.yml diff --git a/src/composer.json b/src/composer.json index 0d3d220..9824482 100644 --- a/src/composer.json +++ b/src/composer.json @@ -21,6 +21,7 @@ "drupal/core-project-message": "^9.4", "drupal/core-recommended": "^9.4", "drupal/paragraphs": "^1.15", + "drupal/structure_sync": "^2.0", "wikimedia/composer-merge-plugin": "^2.0" }, "conflict": { diff --git a/src/composer.lock b/src/composer.lock index 435907d..ff2cafb 100644 --- a/src/composer.lock +++ b/src/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "aea0592ad6ad8016ce9acf94c357afbd", + "content-hash": "9f22f2a18cec2f9fe341a284cef4d4bb", "packages": [ { "name": "alchemy/zippy", @@ -7327,6 +7327,87 @@ "source": "https://git.drupalcode.org/project/sophron" } }, + { + "name": "drupal/structure_sync", + "version": "2.0.3", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/structure_sync.git", + "reference": "2.0.3" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/structure_sync-2.0.3.zip", + "reference": "2.0.3", + "shasum": "67be6d3e9948531d8f6056cc7c53f713aef45490" + }, + "require": { + "drupal/core": "^8 || ^9 || ^10", + "php": ">=7.1" + }, + "require-dev": { + "drush/drush": "^9 || ^10 || ^11" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "2.0.3", + "datestamp": "1662288035", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + }, + "drush": { + "services": { + "drush.services.yml": "^9 || ^10 || ^11" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "colan", + "homepage": "https://www.drupal.org/user/58704" + }, + { + "name": "fidovdbos", + "homepage": "https://www.drupal.org/user/1494332" + }, + { + "name": "joachim", + "homepage": "https://www.drupal.org/user/107701" + }, + { + "name": "louis-cuny", + "homepage": "https://www.drupal.org/user/3606332" + }, + { + "name": "mparker17", + "homepage": "https://www.drupal.org/user/536298" + }, + { + "name": "spiderman", + "homepage": "https://www.drupal.org/user/1631" + }, + { + "name": "timKruijsen", + "homepage": "https://www.drupal.org/user/3513437" + }, + { + "name": "vinlaurens", + "homepage": "https://www.drupal.org/user/2945689" + } + ], + "description": "Tool for syncing structural data that is stored as content.", + "homepage": "https://www.drupal.org/project/structure_sync", + "support": { + "source": "https://git.drupalcode.org/project/structure_sync" + } + }, { "name": "drupal/synonyms", "version": "2.1.1", diff --git a/src/config/sync/core.extension.yml b/src/config/sync/core.extension.yml index bbb1c37..7e3bf6b 100644 --- a/src/config/sync/core.extension.yml +++ b/src/config/sync/core.extension.yml @@ -91,6 +91,7 @@ module: search_api_db: 0 smart_trim: 0 smtp: 0 + structure_sync: 0 system: 0 taxonomy: 0 telephone: 0 diff --git a/src/config/sync/matomo.settings.yml b/src/config/sync/matomo.settings.yml deleted file mode 100644 index 3f4db1e..0000000 --- a/src/config/sync/matomo.settings.yml +++ /dev/null @@ -1,38 +0,0 @@ -_core: - default_config_hash: YGueb7ImKHSG1RRmIB1iqPHVGXTmI2yvCcB-RX7FPeY -site_id: '' -url_http: '' -url_https: '' -domain_mode: 0 -visibility: - request_path_mode: 0 - request_path_pages: |- - /admin - /admin/* - /batch - /node/add* - /node/*/* - /user/*/* - user_role_mode: 0 - user_role_roles: { } - user_account_mode: 1 -track: - mailto: true - files: true - files_extensions: '7z|aac|arc|arj|asf|asx|avi|bin|csv|doc(x|m)?|dot(x|m)?|exe|flv|gif|gz|gzip|hqx|jar|jpe?g|js|mp(2|3|4|e?g)|mov(ie)?|msi|msp|pdf|phps|png|ppt(x|m)?|pot(x|m)?|pps(x|m)?|ppam|sld(x|m)?|thmx|qtm?|ra(m|r)?|sea|sit|tar|tgz|torrent|txt|wav|wma|wmv|wpd|xls(x|m|b)?|xlt(x|m)|xlam|xml|z|zip' - colorbox: true - userid: false - messages: { } - site_search: false -privacy: - donottrack: true -custom: - variable: { } -codesnippet: - before: '' - after: '' -translation_set: false -cache: false -page_title_hierarchy: false -page_title_hierarchy_exclude_home: true -langcode: fr diff --git a/src/config/sync/structure_sync.data.yml b/src/config/sync/structure_sync.data.yml new file mode 100644 index 0000000..d9f3f5f --- /dev/null +++ b/src/config/sync/structure_sync.data.yml @@ -0,0 +1,2 @@ +menus: { } +log: 1