From a8643936f7b822c0100bd0921cd50a7fb3c21e21 Mon Sep 17 00:00:00 2001 From: bach Date: Mon, 12 Aug 2024 16:35:05 +0200 Subject: [PATCH] updated remaining C modules --- composer.lock | 339 +++++++++--------- ...lock.actionsdadministrationprincipales.yml | 23 +- config/sync/block.block.checkoutprogress.yml | 11 - config/sync/block.block.contact.yml | 22 +- .../block.block.materiosapisearchblock.yml | 22 -- .../block.block.simplenewssubscription.yml | 22 +- config/sync/block.block.socialmedialinks.yml | 22 +- config/sync/block.block.tabs.yml | 11 - config/sync/block.block.userlogin.yml | 22 +- config/sync/config_ignore.settings.yml | 9 +- .../sync/config_split.config_split.devel.yml | 1 + .../sync/config_split.config_split.prod.yml | 1 + .../sync/config_split.config_split.stage.yml | 1 + config/sync/jsonapi_extras.settings.yml | 1 + config/sync/views.view.admin_nodes.yml | 2 +- web/profiles/d8-starterkit-profile | 2 +- 16 files changed, 192 insertions(+), 319 deletions(-) diff --git a/composer.lock b/composer.lock index 918bf459..b0421b32 100644 --- a/composer.lock +++ b/composer.lock @@ -5320,29 +5320,29 @@ }, { "name": "drupal/computed_field", - "version": "3.0.0-alpha2", + "version": "3.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/computed_field.git", - "reference": "3.0.0-alpha2" + "reference": "3.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/computed_field-3.0.0-alpha2.zip", - "reference": "3.0.0-alpha2", - "shasum": "74bdb563672a502c832d992a7a93be668f3ef1af" + "url": "https://ftp.drupal.org/files/projects/computed_field-3.0.0.zip", + "reference": "3.0.0", + "shasum": "88f060658f30e196b177923dc12bc48df38042df" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^8 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "3.0.0-alpha2", - "datestamp": "1604371297", + "version": "3.0.0", + "datestamp": "1705775905", "security-coverage": { - "status": "not-covered", - "message": "Alpha releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, @@ -5355,14 +5355,6 @@ "name": "Agileware", "homepage": "https://www.drupal.org/user/89106" }, - { - "name": "Moonshine", - "homepage": "https://www.drupal.org/user/133705" - }, - { - "name": "Pedro Lozano", - "homepage": "https://www.drupal.org/user/123766" - }, { "name": "colan", "homepage": "https://www.drupal.org/user/58704" @@ -5371,14 +5363,26 @@ "name": "dealancer", "homepage": "https://www.drupal.org/user/243418" }, + { + "name": "joachim", + "homepage": "https://www.drupal.org/user/107701" + }, { "name": "markus_petrux", "homepage": "https://www.drupal.org/user/39593" }, + { + "name": "Moonshine", + "homepage": "https://www.drupal.org/user/133705" + }, { "name": "nickcaballero", "homepage": "https://www.drupal.org/user/588336" }, + { + "name": "Pedro Lozano", + "homepage": "https://www.drupal.org/user/123766" + }, { "name": "ram4nd", "homepage": "https://www.drupal.org/user/601534" @@ -5457,20 +5461,20 @@ }, { "name": "drupal/config_filter", - "version": "2.2.0", + "version": "2.6.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/config_filter.git", - "reference": "8.x-2.2" + "reference": "8.x-2.6" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_filter-8.x-2.2.zip", - "reference": "8.x-2.2", - "shasum": "dc6bc8107255066507cfc1d6766e664c3673cda0" + "url": "https://ftp.drupal.org/files/projects/config_filter-8.x-2.6.zip", + "reference": "8.x-2.6", + "shasum": "fd1a057a402436fc906c63bf0a74722f73b9b155" }, "require": { - "drupal/core": "^8.8 || ^9" + "drupal/core": "^8.8 || ^9 || ^10" }, "conflict": { "drush/drush": "<10" @@ -5481,8 +5485,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.2", - "datestamp": "1601934694", + "version": "8.x-2.6", + "datestamp": "1698308577", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5526,27 +5530,30 @@ }, { "name": "drupal/config_ignore", - "version": "2.3.0", + "version": "3.3.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/config_ignore.git", - "reference": "8.x-2.3" + "reference": "8.x-3.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_ignore-8.x-2.3.zip", - "reference": "8.x-2.3", - "shasum": "2e1f07a455275fb6637909921a8915646601fc00" + "url": "https://ftp.drupal.org/files/projects/config_ignore-8.x-3.3.zip", + "reference": "8.x-3.3", + "shasum": "4446811ecb023820a57c227d35c034e0d4363a70" }, "require": { - "drupal/config_filter": "^1 || ^2", - "drupal/core": "^8 || ^9" + "drupal/core": "^8.8 || ^9 || ^10 || ^11" + }, + "require-dev": { + "drupal/config_filter": "^1.8||^2.2", + "drush/drush": "^10 || ^11 || ^12" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.3", - "datestamp": "1608306489", + "version": "8.x-3.3", + "datestamp": "1713299496", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5574,36 +5581,35 @@ "homepage": "https://www.drupal.org/user/413139" } ], - "description": "Ignore certain configuration during import.", + "description": "Ignore certain configuration during import and export.", "homepage": "http://drupal.org/project/config_ignore", "support": { "source": "https://git.drupalcode.org/project/config_ignore", - "issues": "http://drupal.org/project/config_ignore", - "irc": "irc://irc.freenode.org/drupal-contribute" + "issues": "http://drupal.org/project/config_ignore" } }, { "name": "drupal/config_pages", - "version": "2.9.0", + "version": "2.15.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/config_pages.git", - "reference": "8.x-2.9" + "reference": "8.x-2.15" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_pages-8.x-2.9.zip", - "reference": "8.x-2.9", - "shasum": "6b12bbac4b57c9068b472570738d286efe9767a9" + "url": "https://ftp.drupal.org/files/projects/config_pages-8.x-2.15.zip", + "reference": "8.x-2.15", + "shasum": "55d4a898c6df03295e26ce07930c6b7d06183287" }, "require": { - "drupal/core": "^8.5 | ^9" + "drupal/core": "^8.5 | ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.9", - "datestamp": "1610434193", + "version": "8.x-2.15", + "datestamp": "1688847929", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5621,12 +5627,12 @@ ], "authors": [ { - "name": "Qwaygon", - "homepage": "https://www.drupal.org/user/636624" + "name": "m.krestnicov", + "homepage": "https://www.drupal.org/user/3193903" }, { - "name": "claymor", - "homepage": "https://www.drupal.org/user/3193903" + "name": "Qwaygon", + "homepage": "https://www.drupal.org/user/636624" }, { "name": "shumer", @@ -5645,20 +5651,20 @@ }, { "name": "drupal/config_split", - "version": "2.0.0-beta5", + "version": "2.0.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/config_split.git", - "reference": "2.0.0-beta5" + "reference": "2.0.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_split-2.0.0-beta5.zip", - "reference": "2.0.0-beta5", - "shasum": "b5cf4ee3d7af1ba38883bebead12678214a98f1e" + "url": "https://ftp.drupal.org/files/projects/config_split-2.0.1.zip", + "reference": "2.0.1", + "shasum": "e033a277995753c564f3a4681b88cd112e19ba2a" }, "require": { - "drupal/core": "^8.8 || ^9" + "drupal/core": "^8.8 || ^9 || ^10 || ^11" }, "conflict": { "drush/drush": "<10" @@ -5673,16 +5679,16 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.0-beta5", - "datestamp": "1637101204", + "version": "2.0.1", + "datestamp": "1711022056", "security-coverage": { - "status": "not-covered", - "message": "Beta releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } }, "drush": { "services": { - "drush.services.yml": "^10" + "drush.services.yml": "^10 || ^11" } } }, @@ -5723,29 +5729,29 @@ }, { "name": "drupal/config_update", - "version": "1.7.0", + "version": "2.0.0-alpha3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/config_update.git", - "reference": "8.x-1.7" + "reference": "2.0.0-alpha3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_update-8.x-1.7.zip", - "reference": "8.x-1.7", - "shasum": "8f079abf7c2ea826a27fa5224b0770a26404c968" + "url": "https://ftp.drupal.org/files/projects/config_update-2.0.0-alpha3.zip", + "reference": "2.0.0-alpha3", + "shasum": "c35e81e8fb77efdff5ddca3a87116ea0c522a7e2" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^9.4 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.7", - "datestamp": "1586355587", + "version": "2.0.0-alpha3", + "datestamp": "1683807608", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "Alpha releases are not covered by Drupal security advisories." } } }, @@ -5754,16 +5760,16 @@ "GPL-2.0-or-later" ], "authors": [ - { - "name": "Pasqualle", - "homepage": "https://www.drupal.org/user/80733" - }, { "name": "codebymikey", "homepage": "https://www.drupal.org/user/3573206" + }, + { + "name": "Pasqualle", + "homepage": "https://www.drupal.org/user/80733" } ], - "description": "Provides basic revert and update functionality for other modules", + "description": "Provides basic revert and update functionality for other modules.", "homepage": "https://www.drupal.org/project/config_update", "support": { "source": "https://git.drupalcode.org/project/config_update" @@ -6056,28 +6062,28 @@ }, { "name": "drupal/consumer_image_styles", - "version": "4.0.6", + "version": "4.0.8", "source": { "type": "git", "url": "https://git.drupalcode.org/project/consumer_image_styles.git", - "reference": "4.0.6" + "reference": "4.0.8" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/consumer_image_styles-4.0.6.zip", - "reference": "4.0.6", - "shasum": "6200c737450d988e1c0d7f4c0909c2a2c9b15b2d" + "url": "https://ftp.drupal.org/files/projects/consumer_image_styles-4.0.8.zip", + "reference": "4.0.8", + "shasum": "b68f5981cb243edc0c13081100b90b03a00e107e" }, "require": { - "drupal/consumers": "^1.11", - "drupal/core": "^8 || ^9", - "drupal/jsonapi_extras": "^3.16" + "drupal/consumers": "^1.15", + "drupal/core": "^8 || ^9 || ^10", + "drupal/jsonapi_extras": "^3.23" }, "type": "drupal-module", "extra": { "drupal": { - "version": "4.0.6", - "datestamp": "1646690121", + "version": "4.0.8", + "datestamp": "1670566326", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -6103,26 +6109,26 @@ }, { "name": "drupal/consumers", - "version": "1.12.0", + "version": "1.19.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/consumers.git", - "reference": "8.x-1.12" + "reference": "8.x-1.19" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/consumers-8.x-1.12.zip", - "reference": "8.x-1.12", - "shasum": "c81a7533d3892288becd780f598afbac4665014e" + "url": "https://ftp.drupal.org/files/projects/consumers-8.x-1.19.zip", + "reference": "8.x-1.19", + "shasum": "3af0f9866524c40e78924343c319720e1d17c2ef" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^9.5 || ^10 || ^11" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.12", - "datestamp": "1646690558", + "version": "8.x-1.19", + "datestamp": "1721753030", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -6131,7 +6137,7 @@ }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0-or-later" + "GPL-2.0+" ], "authors": [ { @@ -6143,7 +6149,7 @@ "homepage": "https://www.drupal.org/user/79230" } ], - "description": "Declare all the consumers of your API", + "description": "Declare all the consumers of your API.", "homepage": "https://www.drupal.org/project/consumers", "support": { "source": "https://git.drupalcode.org/project/consumers" @@ -6151,30 +6157,26 @@ }, { "name": "drupal/content_lock", - "version": "2.2.0", + "version": "2.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/content_lock.git", - "reference": "8.x-2.2" + "reference": "8.x-2.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/content_lock-8.x-2.2.zip", - "reference": "8.x-2.2", - "shasum": "9ea5810067c0df18879a16a19236e0cb46f9fba7" + "url": "https://ftp.drupal.org/files/projects/content_lock-8.x-2.4.zip", + "reference": "8.x-2.4", + "shasum": "99d149e530555aae12b44292efe5887d373e862e" }, "require": { - "drupal/core": "^8.8|^9.0" - }, - "require-dev": { - "drupal/conflict": "^2.0@ALPHA", - "drupal/prefetch_cache": "dev-1.x" + "drupal/core": "^9.0 || ^10.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.2", - "datestamp": "1607936866", + "version": "8.x-2.4", + "datestamp": "1715783058", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -6186,10 +6188,22 @@ "GPL-2.0-or-later" ], "authors": [ + { + "name": "alexpott", + "homepage": "https://www.drupal.org/user/157725" + }, + { + "name": "AstonVictor", + "homepage": "https://www.drupal.org/user/3466615" + }, { "name": "chr.fritsch", "homepage": "https://www.drupal.org/user/2103716" }, + { + "name": "daniel.bosen", + "homepage": "https://www.drupal.org/user/404865" + }, { "name": "ergonlogic", "homepage": "https://www.drupal.org/user/368613" @@ -6201,6 +6215,10 @@ { "name": "pandaski", "homepage": "https://www.drupal.org/user/1987218" + }, + { + "name": "volkerk", + "homepage": "https://www.drupal.org/user/57527" } ], "description": "Prevents multiple users from trying to edit a content entity simultaneously to prevent edit conflicts.", @@ -6278,29 +6296,29 @@ }, { "name": "drupal/context", - "version": "4.1.0", + "version": "5.0.0-rc1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/context.git", - "reference": "8.x-4.1" + "reference": "5.0.0-rc1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/context-8.x-4.1.zip", - "reference": "8.x-4.1", - "shasum": "5cfee680f7299d82b584502479c85566bb4285c1" + "url": "https://ftp.drupal.org/files/projects/context-5.0.0-rc1.zip", + "reference": "5.0.0-rc1", + "shasum": "ae1549bc5e5c75c0c6799b7b737d7391cfc5be73" }, "require": { - "drupal/core": "^8.8 || ^9" + "drupal/core": "^9.3 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-4.1", - "datestamp": "1628187190", + "version": "5.0.0-rc1", + "datestamp": "1677054769", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "RC releases are not covered by Drupal security advisories." } } }, @@ -6315,14 +6333,6 @@ "email": "christoffer.palm@oddhill.se", "role": "Developer" }, - { - "name": "Steven Jones", - "homepage": "https://www.drupal.org/user/99644" - }, - { - "name": "alex_b", - "homepage": "https://www.drupal.org/user/53995" - }, { "name": "boshtian", "homepage": "https://www.drupal.org/user/1773456" @@ -6355,10 +6365,18 @@ "name": "jmiccolis", "homepage": "https://www.drupal.org/user/31731" }, + { + "name": "Kristen Pol", + "homepage": "https://www.drupal.org/user/8389" + }, { "name": "nedjo", "homepage": "https://www.drupal.org/user/4481" }, + { + "name": "NormySan", + "homepage": "https://www.drupal.org/user/112352" + }, { "name": "patricksettle", "homepage": "https://www.drupal.org/user/26618" @@ -6367,6 +6385,10 @@ "name": "paulocs", "homepage": "https://www.drupal.org/user/3640109" }, + { + "name": "Steven Jones", + "homepage": "https://www.drupal.org/user/99644" + }, { "name": "tekante", "homepage": "https://www.drupal.org/user/640024" @@ -6943,31 +6965,30 @@ }, { "name": "drupal/currency", - "version": "3.3.0", + "version": "3.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/currency.git", - "reference": "8.x-3.3" + "reference": "8.x-3.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/currency-8.x-3.3.zip", - "reference": "8.x-3.3", - "shasum": "9e4fa704caa3fdded1419aebb1c289abdf5c27d3" + "url": "https://ftp.drupal.org/files/projects/currency-8.x-3.4.zip", + "reference": "8.x-3.4", + "shasum": "6e34b609a3712c8cc982a7f3e221bd0407751e6a" }, "require": { "commercie/currency": "~1.0", "commercie/currency-exchange": "~1.0", - "drupal/core": "^8.8 || ^9", + "drupal/core": "^9.1 || ^10", "drupal/plugin": "^2.6", - "ext-bcmath": "*", - "php": "~7.1" + "ext-bcmath": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.3", - "datestamp": "1595621136", + "version": "8.x-3.4", + "datestamp": "1666817430", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -10134,30 +10155,27 @@ }, { "name": "drupal/jsonapi_extras", - "version": "3.21.0", + "version": "3.25.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/jsonapi_extras.git", - "reference": "8.x-3.21" + "reference": "8.x-3.25" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/jsonapi_extras-8.x-3.21.zip", - "reference": "8.x-3.21", - "shasum": "8919207269fa9e36ba0353380988ed933c957e0f" + "url": "https://ftp.drupal.org/files/projects/jsonapi_extras-8.x-3.25.zip", + "reference": "8.x-3.25", + "shasum": "ba557127ca560dbf3fae68f76c7720137857f167" }, "require": { - "drupal/core": "^8 || ^9", + "drupal/core": "^9.2 || ^10", "e0ipso/shaper": "^1" }, - "require-dev": { - "drupal/jsonapi": "*" - }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.21", - "datestamp": "1659004732", + "version": "8.x-3.25", + "datestamp": "1717340217", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -16417,20 +16435,20 @@ }, { "name": "justinrainbow/json-schema", - "version": "5.2.12", + "version": "5.3.0", "source": { "type": "git", - "url": "https://github.com/justinrainbow/json-schema.git", - "reference": "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60" + "url": "https://github.com/jsonrainbow/json-schema.git", + "reference": "feb2ca6dd1cebdaf1ed60a4c8de2e53ce11c4fd8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/ad87d5a5ca981228e0e205c2bc7dfb8e24559b60", - "reference": "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60", + "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/feb2ca6dd1cebdaf1ed60a4c8de2e53ce11c4fd8", + "reference": "feb2ca6dd1cebdaf1ed60a4c8de2e53ce11c4fd8", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": ">=7.1" }, "require-dev": { "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1", @@ -16441,11 +16459,6 @@ "bin/validate-json" ], "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0.x-dev" - } - }, "autoload": { "psr-4": { "JsonSchema\\": "src/JsonSchema/" @@ -16480,10 +16493,10 @@ "schema" ], "support": { - "issues": "https://github.com/justinrainbow/json-schema/issues", - "source": "https://github.com/justinrainbow/json-schema/tree/5.2.12" + "issues": "https://github.com/jsonrainbow/json-schema/issues", + "source": "https://github.com/jsonrainbow/json-schema/tree/5.3.0" }, - "time": "2022-04-13T08:02:27+00:00" + "time": "2024-07-06T21:00:26+00:00" }, { "name": "kint-php/kint", @@ -25769,9 +25782,9 @@ "weitzman/drupal-test-traits": 20, "drupal/bulkdelete": 20, "drupal/cshs": 20, - "drupal/config_ignore": 5, "drupal/config_devel": 20, - "drupal/context": 10, + "drupal/config_update": 15, + "drupal/context": 5, "drupal/date_range_formatter": 20, "drupal/domain": 20, "drupal/domain_alias": 20, diff --git a/config/sync/block.block.actionsdadministrationprincipales.yml b/config/sync/block.block.actionsdadministrationprincipales.yml index 215df712..2c2ab4ca 100644 --- a/config/sync/block.block.actionsdadministrationprincipales.yml +++ b/config/sync/block.block.actionsdadministrationprincipales.yml @@ -2,8 +2,6 @@ uuid: 473c75f5-b226-4aaa-aae6-fb884bebb9a7 langcode: fr status: true dependencies: - module: - - context theme: - materiotheme id: actionsdadministrationprincipales @@ -17,23 +15,4 @@ settings: label: 'Actions d''administration principales' label_display: '0' provider: core -visibility: - user_status: - id: user_status - negate: false - context_mapping: - user: '@user.current_user_context:current_user' - user_status: - viewing_profile: '0' - logged_viewing_profile: '0' - own_page_true: '0' - field_value: '0' - user_fields: uid - context_all: - id: context_all - negate: null - values: '' - context: - id: context - negate: null - values: '' +visibility: { } diff --git a/config/sync/block.block.checkoutprogress.yml b/config/sync/block.block.checkoutprogress.yml index 6a0d238d..c42b588e 100644 --- a/config/sync/block.block.checkoutprogress.yml +++ b/config/sync/block.block.checkoutprogress.yml @@ -5,7 +5,6 @@ dependencies: module: - commerce_checkout - commerce_product - - context theme: - materiotheme id: checkoutprogress @@ -20,16 +19,6 @@ settings: label_display: '0' provider: commerce_checkout visibility: - view_inclusion: - id: view_inclusion - negate: null - context_mapping: { } - view_inclusion: { } - request_path_exclusion: - id: request_path_exclusion - negate: null - context_mapping: { } - pages: '' 'entity_bundle:commerce_product_variation': id: 'entity_bundle:commerce_product_variation' negate: false diff --git a/config/sync/block.block.contact.yml b/config/sync/block.block.contact.yml index 2e3a274a..193da1ec 100644 --- a/config/sync/block.block.contact.yml +++ b/config/sync/block.block.contact.yml @@ -6,7 +6,6 @@ dependencies: - 'block_content:simple_text:e202a879-0a6d-4819-a171-15dfac8d7567' module: - block_content - - context theme: - materiotheme id: contact @@ -23,23 +22,4 @@ settings: status: true info: '' view_mode: full -visibility: - user_status: - id: user_status - negate: false - context_mapping: - user: '@user.current_user_context:current_user' - user_status: - viewing_profile: '0' - logged_viewing_profile: '0' - own_page_true: '0' - field_value: '0' - user_fields: uid - context_all: - id: context_all - negate: null - values: '' - context: - id: context - negate: null - values: '' +visibility: { } diff --git a/config/sync/block.block.materiosapisearchblock.yml b/config/sync/block.block.materiosapisearchblock.yml index 6a511cc1..e862a3cd 100644 --- a/config/sync/block.block.materiosapisearchblock.yml +++ b/config/sync/block.block.materiosapisearchblock.yml @@ -3,7 +3,6 @@ langcode: fr status: true dependencies: module: - - context - materio_sapi - system theme: @@ -20,27 +19,6 @@ settings: label_display: '0' provider: materio_sapi visibility: - user_status: - id: user_status - negate: false - context_mapping: - user: '@user.current_user_context:current_user' - user_status: - viewing_profile: '0' - logged_viewing_profile: '0' - own_page_true: '0' - field_value: '0' - user_fields: uid - context_all: - id: context_all - negate: null - context_mapping: { } - values: '' - context: - id: context - negate: null - context_mapping: { } - values: '' request_path: id: request_path negate: true diff --git a/config/sync/block.block.simplenewssubscription.yml b/config/sync/block.block.simplenewssubscription.yml index a94f904a..8f90fea6 100644 --- a/config/sync/block.block.simplenewssubscription.yml +++ b/config/sync/block.block.simplenewssubscription.yml @@ -3,7 +3,6 @@ langcode: fr status: true dependencies: module: - - context - simplenews - user theme: @@ -16,7 +15,7 @@ provider: null plugin: simplenews_subscription_block settings: id: simplenews_subscription_block - label: 'Recevez notre newslettre mensuelle.' + label: 'Subscribe to our monthly newsletter.' label_display: visible provider: simplenews newsletters: @@ -27,25 +26,6 @@ settings: show_manage: false unique_id: footersimplenewssubscriptionblock visibility: - user_status: - id: user_status - negate: false - context_mapping: - user: '@user.current_user_context:current_user' - user_status: - viewing_profile: '0' - logged_viewing_profile: '0' - own_page_true: '0' - field_value: '0' - user_fields: uid - context_all: - id: context_all - negate: null - values: '' - context: - id: context - negate: null - values: '' user_role: id: user_role negate: false diff --git a/config/sync/block.block.socialmedialinks.yml b/config/sync/block.block.socialmedialinks.yml index 72393e2a..15dd5421 100644 --- a/config/sync/block.block.socialmedialinks.yml +++ b/config/sync/block.block.socialmedialinks.yml @@ -3,7 +3,6 @@ langcode: fr status: true dependencies: module: - - context - social_media_links theme: - materiotheme @@ -127,23 +126,4 @@ settings: installed_iconsets: fontawesome: examples: '' -visibility: - user_status: - id: user_status - negate: false - context_mapping: - user: '@user.current_user_context:current_user' - user_status: - viewing_profile: '0' - logged_viewing_profile: '0' - own_page_true: '0' - field_value: '0' - user_fields: uid - context_all: - id: context_all - negate: null - values: '' - context: - id: context - negate: null - values: '' +visibility: { } diff --git a/config/sync/block.block.tabs.yml b/config/sync/block.block.tabs.yml index 24f25d30..b75b97d7 100644 --- a/config/sync/block.block.tabs.yml +++ b/config/sync/block.block.tabs.yml @@ -3,7 +3,6 @@ langcode: en status: true dependencies: module: - - context - user theme: - materiotheme @@ -30,13 +29,3 @@ visibility: authenticated: authenticated admin: admin root: root - view_inclusion: - id: view_inclusion - negate: null - context_mapping: { } - view_inclusion: { } - request_path_exclusion: - id: request_path_exclusion - negate: null - context_mapping: { } - pages: '' diff --git a/config/sync/block.block.userlogin.yml b/config/sync/block.block.userlogin.yml index f877954d..ae25453a 100644 --- a/config/sync/block.block.userlogin.yml +++ b/config/sync/block.block.userlogin.yml @@ -3,7 +3,6 @@ langcode: en status: true dependencies: module: - - context - user theme: - materiotheme @@ -18,23 +17,4 @@ settings: label: 'Accès membre' label_display: visible provider: user -visibility: - user_status: - id: user_status - negate: false - context_mapping: - user: '@user.current_user_context:current_user' - user_status: - viewing_profile: '0' - logged_viewing_profile: '0' - own_page_true: '0' - field_value: '0' - user_fields: uid - context_all: - id: context_all - negate: null - values: '' - context: - id: context - negate: null - values: '' +visibility: { } diff --git a/config/sync/config_ignore.settings.yml b/config/sync/config_ignore.settings.yml index 20fa95eb..972a7415 100644 --- a/config/sync/config_ignore.settings.yml +++ b/config/sync/config_ignore.settings.yml @@ -1,17 +1,18 @@ _core: default_config_hash: IullHNodatpZ32WixustQwIfzdZVNNBx8cz0-RYLSa8 langcode: fr +mode: simple ignored_config_entities: - - system.performance - devel.settings - - piwik.settings - 'flag.flag.*' + - piwik.settings - 'system.action.flag_action.*' + - system.performance - ~flag.flag.dossier + - ~flag.flag.flag_list_template_1.yml - ~flag_lists.flag_for_list.dossier.yml + - ~flag_lists.flag_for_list.flag_list_template_1.yml - ~system.action.flag_action.dossier_flag.yml - ~system.action.flag_action.dossier_unflag.yml - - ~flag.flag.flag_list_template_1.yml - - ~flag_lists.flag_for_list.flag_list_template_1.yml - ~system.action.flag_action.flag_list_template_1_flag.yml - ~system.action.flag_action.flag_list_template_1_unflag.yml diff --git a/config/sync/config_split.config_split.devel.yml b/config/sync/config_split.config_split.devel.yml index e15556b2..14049d7c 100644 --- a/config/sync/config_split.config_split.devel.yml +++ b/config/sync/config_split.config_split.devel.yml @@ -7,6 +7,7 @@ label: Devel description: 'Development configs' weight: 0 stackable: false +no_patching: false storage: folder folder: ../config/devel module: diff --git a/config/sync/config_split.config_split.prod.yml b/config/sync/config_split.config_split.prod.yml index 5ca0032c..c9707090 100644 --- a/config/sync/config_split.config_split.prod.yml +++ b/config/sync/config_split.config_split.prod.yml @@ -7,6 +7,7 @@ label: Prod description: '' weight: 0 stackable: false +no_patching: false storage: folder folder: ../config/prod module: diff --git a/config/sync/config_split.config_split.stage.yml b/config/sync/config_split.config_split.stage.yml index 5e9700f8..16915073 100644 --- a/config/sync/config_split.config_split.stage.yml +++ b/config/sync/config_split.config_split.stage.yml @@ -7,6 +7,7 @@ label: Stage description: '' weight: 0 stackable: false +no_patching: false storage: folder folder: ../config/stage module: diff --git a/config/sync/jsonapi_extras.settings.yml b/config/sync/jsonapi_extras.settings.yml index d77eb711..6a138a51 100644 --- a/config/sync/jsonapi_extras.settings.yml +++ b/config/sync/jsonapi_extras.settings.yml @@ -3,3 +3,4 @@ _core: path_prefix: jsonapi include_count: false default_disabled: false +validate_configuration_integrity: false diff --git a/config/sync/views.view.admin_nodes.yml b/config/sync/views.view.admin_nodes.yml index 8a1beaaa..85810290 100644 --- a/config/sync/views.view.admin_nodes.yml +++ b/config/sync/views.view.admin_nodes.yml @@ -1289,7 +1289,7 @@ display: admin: admin root: root cache: - type: tag + type: none options: { } empty: { } sorts: diff --git a/web/profiles/d8-starterkit-profile b/web/profiles/d8-starterkit-profile index 7689cb48..f5e13d85 160000 --- a/web/profiles/d8-starterkit-profile +++ b/web/profiles/d8-starterkit-profile @@ -1 +1 @@ -Subproject commit 7689cb4897d1be24dec43c09f318519c6f50022a +Subproject commit f5e13d85dd2edf0bb4825407f5c79c23d4845402