From 1b27b8521f735bea4f89e8383921b84c421d89e6 Mon Sep 17 00:00:00 2001 From: bach Date: Tue, 9 Jul 2024 16:09:41 +0200 Subject: [PATCH] started archi de contenu --- composer.json | 7 +- composer.lock | 853 +++++++----------- ...base_field_override.node.etape.promote.yml | 22 + ...d_override.node.gallerie_photo.promote.yml | 22 + ...entity_form_display.node.etape.default.yml | 160 ++++ ...rm_display.node.gallerie_photo.default.yml | 95 ++ ...form_display.paragraph.parties.default.yml | 53 ++ ...entity_view_display.node.etape.default.yml | 103 +++ ....entity_view_display.node.etape.teaser.yml | 38 + ...ew_display.node.gallerie_photo.default.yml | 43 + ...iew_display.node.gallerie_photo.teaser.yml | 34 + ...view_display.paragraph.parties.default.yml | 58 ++ ...ore.entity_view_mode.paragraph.preview.yml | 13 + config/sync/core.extension.yml | 13 +- config/sync/editor.editor.wysiwyg.yml | 19 +- .../field.field.node.etape.field_adresse.yml | 58 ++ ...ld.field.node.etape.field_arret_numero.yml | 23 + .../field.field.node.etape.field_dates.yml | 21 + ...field.field.node.etape.field_galleries.yml | 29 + .../field.field.node.etape.field_parties.yml | 31 + .../field.field.node.etape.field_saison.yml | 29 + ...eld.field.node.etape.field_thematiques.yml | 29 + .../field.field.node.etape.field_vignette.yml | 38 + .../field.field.node.gallerie_photo.body.yml | 24 + ...field.node.gallerie_photo.field_images.yml | 41 + ...d.field.paragraph.parties.field_images.yml | 41 + ...ld.field.paragraph.parties.field_texte.yml | 24 + ...ld.field.paragraph.parties.field_titre.yml | 19 + ...d.field.paragraph.parties.field_videos.yml | 25 + .../sync/field.storage.node.field_adresse.yml | 19 + .../field.storage.node.field_arret_numero.yml | 20 + .../sync/field.storage.node.field_dates.yml | 20 + .../field.storage.node.field_galleries.yml | 19 + .../sync/field.storage.node.field_images.yml | 30 + .../sync/field.storage.node.field_parties.yml | 21 + .../sync/field.storage.node.field_saison.yml | 20 + .../field.storage.node.field_thematiques.yml | 20 + .../field.storage.node.field_vignette.yml | 30 + .../field.storage.paragraph.field_images.yml | 30 + .../field.storage.paragraph.field_texte.yml | 19 + .../field.storage.paragraph.field_titre.yml | 21 + .../field.storage.paragraph.field_videos.yml | 19 + config/sync/filter.format.wysiwyg.yml | 30 +- .../language.content_settings.node.etape.yml | 11 + ...e.content_settings.node.gallerie_photo.yml | 11 + ...content_settings.taxonomy_term.saisons.yml | 11 + ...ent_settings.taxonomy_term.thematiques.yml | 11 + .../sync/lupus_decoupled_ce_api.settings.yml | 6 - config/sync/node.type.etape.yml | 17 + config/sync/node.type.gallerie_photo.yml | 17 + .../paragraphs.paragraphs_type.parties.yml | 10 + config/sync/paragraphs.settings.yml | 4 + config/sync/rest_menu_items.config.yml | 18 - ...tem.action.user_add_role_action.editor.yml | 14 + ...ystem.action.user_add_role_action.root.yml | 14 + ....action.user_remove_role_action.editor.yml | 14 + ...em.action.user_remove_role_action.root.yml | 14 + config/sync/taxonomy.vocabulary.saisons.yml | 8 + .../sync/taxonomy.vocabulary.thematiques.yml | 8 + config/sync/trusted_redirect.settings.yml | 4 - config/sync/user.role.editor.yml | 50 + config/sync/user.role.root.yml | 9 + 62 files changed, 1952 insertions(+), 582 deletions(-) create mode 100644 config/sync/core.base_field_override.node.etape.promote.yml create mode 100644 config/sync/core.base_field_override.node.gallerie_photo.promote.yml create mode 100644 config/sync/core.entity_form_display.node.etape.default.yml create mode 100644 config/sync/core.entity_form_display.node.gallerie_photo.default.yml create mode 100644 config/sync/core.entity_form_display.paragraph.parties.default.yml create mode 100644 config/sync/core.entity_view_display.node.etape.default.yml create mode 100644 config/sync/core.entity_view_display.node.etape.teaser.yml create mode 100644 config/sync/core.entity_view_display.node.gallerie_photo.default.yml create mode 100644 config/sync/core.entity_view_display.node.gallerie_photo.teaser.yml create mode 100644 config/sync/core.entity_view_display.paragraph.parties.default.yml create mode 100644 config/sync/core.entity_view_mode.paragraph.preview.yml create mode 100644 config/sync/field.field.node.etape.field_adresse.yml create mode 100644 config/sync/field.field.node.etape.field_arret_numero.yml create mode 100644 config/sync/field.field.node.etape.field_dates.yml create mode 100644 config/sync/field.field.node.etape.field_galleries.yml create mode 100644 config/sync/field.field.node.etape.field_parties.yml create mode 100644 config/sync/field.field.node.etape.field_saison.yml create mode 100644 config/sync/field.field.node.etape.field_thematiques.yml create mode 100644 config/sync/field.field.node.etape.field_vignette.yml create mode 100644 config/sync/field.field.node.gallerie_photo.body.yml create mode 100644 config/sync/field.field.node.gallerie_photo.field_images.yml create mode 100644 config/sync/field.field.paragraph.parties.field_images.yml create mode 100644 config/sync/field.field.paragraph.parties.field_texte.yml create mode 100644 config/sync/field.field.paragraph.parties.field_titre.yml create mode 100644 config/sync/field.field.paragraph.parties.field_videos.yml create mode 100644 config/sync/field.storage.node.field_adresse.yml create mode 100644 config/sync/field.storage.node.field_arret_numero.yml create mode 100644 config/sync/field.storage.node.field_dates.yml create mode 100644 config/sync/field.storage.node.field_galleries.yml create mode 100644 config/sync/field.storage.node.field_images.yml create mode 100644 config/sync/field.storage.node.field_parties.yml create mode 100644 config/sync/field.storage.node.field_saison.yml create mode 100644 config/sync/field.storage.node.field_thematiques.yml create mode 100644 config/sync/field.storage.node.field_vignette.yml create mode 100644 config/sync/field.storage.paragraph.field_images.yml create mode 100644 config/sync/field.storage.paragraph.field_texte.yml create mode 100644 config/sync/field.storage.paragraph.field_titre.yml create mode 100644 config/sync/field.storage.paragraph.field_videos.yml create mode 100644 config/sync/language.content_settings.node.etape.yml create mode 100644 config/sync/language.content_settings.node.gallerie_photo.yml create mode 100644 config/sync/language.content_settings.taxonomy_term.saisons.yml create mode 100644 config/sync/language.content_settings.taxonomy_term.thematiques.yml delete mode 100644 config/sync/lupus_decoupled_ce_api.settings.yml create mode 100644 config/sync/node.type.etape.yml create mode 100644 config/sync/node.type.gallerie_photo.yml create mode 100644 config/sync/paragraphs.paragraphs_type.parties.yml create mode 100644 config/sync/paragraphs.settings.yml delete mode 100644 config/sync/rest_menu_items.config.yml create mode 100644 config/sync/system.action.user_add_role_action.editor.yml create mode 100644 config/sync/system.action.user_add_role_action.root.yml create mode 100644 config/sync/system.action.user_remove_role_action.editor.yml create mode 100644 config/sync/system.action.user_remove_role_action.root.yml create mode 100644 config/sync/taxonomy.vocabulary.saisons.yml create mode 100644 config/sync/taxonomy.vocabulary.thematiques.yml delete mode 100644 config/sync/trusted_redirect.settings.yml create mode 100644 config/sync/user.role.editor.yml create mode 100644 config/sync/user.role.root.yml diff --git a/composer.json b/composer.json index c3fa6fe..23b8178 100644 --- a/composer.json +++ b/composer.json @@ -16,10 +16,15 @@ ], "require": { "composer/installers": "^2.0", + "drupal/config_rewrite": "^1.6", "drupal/core-composer-scaffold": "^10.2", "drupal/core-project-message": "^10.2", "drupal/core-recommended": "^10.2", - "drupal/lupus_decoupled": "^1.0@beta", + "drupal/image_field_caption": "^2.0", + "drupal/metatag": "^2.0", + "drupal/paragraphs": "^1.17", + "drupal/rest_menu_items": "^3.0", + "drupal/video_embed_field": "^2.5", "wikimedia/composer-merge-plugin": "^2.1" }, "conflict": { diff --git a/composer.lock b/composer.lock index da72321..ae73c11 100644 --- a/composer.lock +++ b/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": "a3c0fb210c6eca4bb39f644ae68114b8", + "content-hash": "6eec0b4710d758bb616c3cbcc1e75ced", "packages": [ { "name": "asm89/stack-cors", @@ -1540,16 +1540,16 @@ }, { "name": "doctrine/persistence", - "version": "3.3.2", + "version": "3.3.3", "source": { "type": "git", "url": "https://github.com/doctrine/persistence.git", - "reference": "477da35bd0255e032826f440b94b3e37f2d56f42" + "reference": "b337726451f5d530df338fc7f68dee8781b49779" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/persistence/zipball/477da35bd0255e032826f440b94b3e37f2d56f42", - "reference": "477da35bd0255e032826f440b94b3e37f2d56f42", + "url": "https://api.github.com/repos/doctrine/persistence/zipball/b337726451f5d530df338fc7f68dee8781b49779", + "reference": "b337726451f5d530df338fc7f68dee8781b49779", "shasum": "" }, "require": { @@ -1561,15 +1561,14 @@ "doctrine/common": "<2.10" }, "require-dev": { - "composer/package-versions-deprecated": "^1.11", - "doctrine/coding-standard": "^11", + "doctrine/coding-standard": "^12", "doctrine/common": "^3.0", - "phpstan/phpstan": "1.9.4", + "phpstan/phpstan": "1.11.1", "phpstan/phpstan-phpunit": "^1", "phpstan/phpstan-strict-rules": "^1.1", "phpunit/phpunit": "^8.5 || ^9.5", "symfony/cache": "^4.4 || ^5.4 || ^6.0", - "vimeo/psalm": "4.30.0 || 5.3.0" + "vimeo/psalm": "4.30.0 || 5.24.0" }, "type": "library", "autoload": { @@ -1618,7 +1617,7 @@ ], "support": { "issues": "https://github.com/doctrine/persistence/issues", - "source": "https://github.com/doctrine/persistence/tree/3.3.2" + "source": "https://github.com/doctrine/persistence/tree/3.3.3" }, "funding": [ { @@ -1634,56 +1633,7 @@ "type": "tidelift" } ], - "time": "2024-03-12T14:54:36+00:00" - }, - { - "name": "drunomics/service-utils", - "version": "10.1.1", - "source": { - "type": "git", - "url": "https://github.com/drunomics/service-utils.git", - "reference": "4e0e88d1ba3520d6c1b3c56f7a1f986f75b7eabe" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/drunomics/service-utils/zipball/4e0e88d1ba3520d6c1b3c56f7a1f986f75b7eabe", - "reference": "4e0e88d1ba3520d6c1b3c56f7a1f986f75b7eabe", - "shasum": "" - }, - "require-dev": { - "drupal/coder": "^8.3", - "drupal/core": "^10", - "drupal/pathauto": "^1.11", - "phpspec/prophecy-phpunit": "^2.0", - "phpunit/phpunit": "^9.5.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "drunomics\\ServiceUtils\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL-2.0+" - ], - "authors": [ - { - "name": "drunomics GmbH", - "email": "hello@drunomics.com" - } - ], - "description": "Provides setter injection traits in order to ease dependency injection of services.", - "homepage": "https://github.com/drunomics/service-utils", - "keywords": [ - "dependency-injection", - "drupal" - ], - "support": { - "issues": "https://github.com/drunomics/service-utils/issues", - "source": "https://github.com/drunomics/service-utils/tree/10.1.1" - }, - "time": "2023-11-07T13:06:54+00:00" + "time": "2024-06-20T10:14:30+00:00" }, { "name": "drupal/address", @@ -3367,71 +3317,6 @@ "issues": "https://www.drupal.org/project/issues/ctools" } }, - { - "name": "drupal/custom_elements", - "version": "2.5.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/custom_elements.git", - "reference": "8.x-2.5" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/custom_elements-8.x-2.5.zip", - "reference": "8.x-2.5", - "shasum": "3ded3f7ebc7db4ac5816e253d5ddb7af9d164329" - }, - "require": { - "drupal/core": "^8.8 || ^9 || ^10" - }, - "require-dev": { - "drupal/crop": "^2.1", - "drupal/media_entity_instagram": "^2.1 || ^3", - "drupal/media_entity_pinterest": "^2.5", - "drupal/media_entity_slideshow": "^2.0", - "drupal/media_entity_twitter": "^2.4", - "drupal/paragraphs": "^1.12", - "drupal/video_embed_field": "^2.5" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-2.5", - "datestamp": "1700581548", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - }, - "branch-alias": { - "dev-8.x-1.x": "1.0.x-dev" - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "drunomics GmbH", - "homepage": "https://www.drupal.org/user/16747", - "email": "hello@drunomics.com" - }, - { - "name": "roderik", - "homepage": "https://www.drupal.org/user/8841" - }, - { - "name": "useernamee", - "homepage": "https://www.drupal.org/user/3542704" - } - ], - "description": "Render fields as custom elements.", - "homepage": "https://www.drupal.org/project/custom_elements", - "support": { - "source": "https://git.drupalcode.org/project/custom_elements" - } - }, { "name": "drupal/date_range_formatter", "version": "dev-9.0.x", @@ -4012,6 +3897,70 @@ "source": "https://git.drupalcode.org/project/entity_clone" } }, + { + "name": "drupal/entity_reference_revisions", + "version": "1.11.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/entity_reference_revisions.git", + "reference": "8.x-1.11" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/entity_reference_revisions-8.x-1.11.zip", + "reference": "8.x-1.11", + "shasum": "de21cbb0d8a0344dc3496addcad4ed536747cec5" + }, + "require": { + "drupal/core": "^9 || ^10" + }, + "require-dev": { + "drupal/diff": "1.x-dev" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.11", + "datestamp": "1705140721", + "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": "Berdir", + "homepage": "https://www.drupal.org/user/214652" + }, + { + "name": "Frans", + "homepage": "https://www.drupal.org/user/514222" + }, + { + "name": "jeroen.b", + "homepage": "https://www.drupal.org/user/1853532" + }, + { + "name": "miro_dietiker", + "homepage": "https://www.drupal.org/user/227761" + } + ], + "description": "Entity Reference Revisions", + "homepage": "https://www.drupal.org/project/entity_reference_revisions", + "support": { + "source": "https://git.drupalcode.org/project/entity_reference_revisions" + } + }, { "name": "drupal/extlink", "version": "1.7.0", @@ -4375,6 +4324,71 @@ "issues": "https://www.drupal.org/project/issues/honeypot" } }, + { + "name": "drupal/image_field_caption", + "version": "2.0.1", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/image_field_caption.git", + "reference": "2.0.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/image_field_caption-2.0.1.zip", + "reference": "2.0.1", + "shasum": "053e1ccfc638b3b2cd5c59c3c6a053e4e5041183" + }, + "require": { + "drupal/core": "^9 || ^10" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "2.0.1", + "datestamp": "1705443097", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "awm", + "homepage": "https://www.drupal.org/user/1059398" + }, + { + "name": "hanoii", + "homepage": "https://www.drupal.org/user/23157" + }, + { + "name": "ironsizide", + "homepage": "https://www.drupal.org/user/787980" + }, + { + "name": "iStryker", + "homepage": "https://www.drupal.org/user/303676" + }, + { + "name": "RobLoach", + "homepage": "https://www.drupal.org/user/61114" + }, + { + "name": "tyler.frankenstein", + "homepage": "https://www.drupal.org/user/150680" + } + ], + "description": "Add caption to image field.", + "homepage": "https://www.drupal.org/project/image_field_caption", + "support": { + "source": "https://git.drupalcode.org/project/image_field_caption", + "issues": "https://www.drupal.org/project/issues/image_field_caption" + } + }, { "name": "drupal/imagemagick", "version": "3.7.0", @@ -5058,278 +5072,6 @@ "issues": "https://drupal.org/project/issues/login_destination" } }, - { - "name": "drupal/lupus_ce_renderer", - "version": "2.3.5", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/lupus_ce_renderer.git", - "reference": "2.3.5" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/lupus_ce_renderer-2.3.5.zip", - "reference": "2.3.5", - "shasum": "20145dc71c400fa2d33e789240028d40173b5176" - }, - "require": { - "drunomics/service-utils": "*", - "drupal/core": "^9 || ^10", - "drupal/custom_elements": "^2.0 || 3.x-dev", - "drupal/metatag": "^1.23 | ^2.0" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "2.3.5", - "datestamp": "1706898624", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "ciprian.stavovei", - "homepage": "https://www.drupal.org/user/3426791" - }, - { - "name": "fago", - "homepage": "https://www.drupal.org/user/16747" - }, - { - "name": "mostepaniukvm", - "homepage": "https://www.drupal.org/user/3440017" - }, - { - "name": "useernamee", - "homepage": "https://www.drupal.org/user/3542704" - } - ], - "description": "Renders main content using custom elements.", - "homepage": "https://www.drupal.org/project/lupus_ce_renderer", - "keywords": [ - "Decoupled", - "Drupal" - ], - "support": { - "source": "https://git.drupalcode.org/project/lupus_ce_renderer" - } - }, - { - "name": "drupal/lupus_decoupled", - "version": "1.0.0-beta6", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/lupus_decoupled.git", - "reference": "1.0.0-beta6" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/lupus_decoupled-1.0.0-beta6.zip", - "reference": "1.0.0-beta6", - "shasum": "41e7f6b7fd8dffde00e76d4e49678baf6f173857" - }, - "require": { - "drunomics/service-utils": "*", - "drupal/config_rewrite": "^1.5", - "drupal/core": "^9 || ^10", - "drupal/custom_elements": "^2.2 || 3.x-dev", - "drupal/lupus_ce_renderer": "^2.3.3", - "drupal/lupus_decoupled_ce_api": "*", - "drupal/lupus_decoupled_cors": "*", - "drupal/lupus_decoupled_menu": "*", - "drupal/rest_menu_items": "^3.0.3", - "drupal/trusted_redirect": "^1.11.0" - }, - "require-dev": { - "drupal/config_rewrite": "*", - "drupal/custom_elements": "*", - "drupal/lupus_ce_renderer": "*", - "drupal/lupus_decoupled_ce_api": "*", - "drupal/responsive_preview": "^2.1.1", - "drupal/rest_menu_items": "*", - "drupal/schema_metatag": "^2.0 | ^3.0", - "drupal/trusted_redirect": "*" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "1.0.0-beta6", - "datestamp": "1709902125", - "security-coverage": { - "status": "not-covered", - "message": "Beta releases are not covered by Drupal security advisories." - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "fago", - "homepage": "https://www.drupal.org/user/16747" - }, - { - "name": "petar_basic", - "homepage": "https://www.drupal.org/user/3626336" - }, - { - "name": "useernamee", - "homepage": "https://www.drupal.org/user/3542704" - } - ], - "description": "Ready-to-go Decoupled Drupal with Nuxt.js!", - "homepage": "https://www.drupal.org/project/lupus_decoupled", - "keywords": [ - "Decoupled", - "Drupal" - ], - "support": { - "source": "https://git.drupalcode.org/project/lupus_decoupled" - } - }, - { - "name": "drupal/lupus_decoupled_ce_api", - "version": "1.0.0-beta6", - "require": { - "drupal/core": "^9 || ^10", - "drupal/custom_elements": "*", - "drupal/lupus_ce_renderer": "*", - "drupal/lupus_decoupled": "^1", - "drupal/trusted_redirect": "*" - }, - "type": "metapackage", - "extra": { - "drupal": { - "version": "1.0.0-beta6", - "datestamp": "1709902125", - "security-coverage": { - "status": "not-covered", - "message": "Beta releases are not covered by Drupal security advisories." - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "fago", - "homepage": "https://www.drupal.org/user/16747" - }, - { - "name": "petar_basic", - "homepage": "https://www.drupal.org/user/3626336" - }, - { - "name": "useernamee", - "homepage": "https://www.drupal.org/user/3542704" - } - ], - "description": "Provides custom elements API at /ce-api", - "homepage": "https://www.drupal.org/project/lupus_decoupled", - "support": { - "source": "https://git.drupalcode.org/project/lupus_decoupled" - } - }, - { - "name": "drupal/lupus_decoupled_cors", - "version": "1.0.0-beta6", - "require": { - "drupal/core": "^9 || ^10", - "drupal/lupus_decoupled": "^1", - "drupal/lupus_decoupled_ce_api": "*" - }, - "type": "metapackage", - "extra": { - "drupal": { - "version": "1.0.0-beta6", - "datestamp": "1709902125", - "security-coverage": { - "status": "not-covered", - "message": "Beta releases are not covered by Drupal security advisories." - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "fago", - "homepage": "https://www.drupal.org/user/16747" - }, - { - "name": "petar_basic", - "homepage": "https://www.drupal.org/user/3626336" - }, - { - "name": "useernamee", - "homepage": "https://www.drupal.org/user/3542704" - } - ], - "description": "Configures CORS to allow the frontend to use Drupal APIs from within the browser", - "homepage": "https://www.drupal.org/project/lupus_decoupled", - "support": { - "source": "https://git.drupalcode.org/project/lupus_decoupled" - } - }, - { - "name": "drupal/lupus_decoupled_menu", - "version": "1.0.0-beta6", - "require": { - "drupal/config_rewrite": "*", - "drupal/core": "^9 || ^10", - "drupal/custom_elements": "*", - "drupal/lupus_decoupled": "^1", - "drupal/lupus_decoupled_ce_api": "*", - "drupal/rest_menu_items": "*" - }, - "type": "metapackage", - "extra": { - "drupal": { - "version": "1.0.0-beta6", - "datestamp": "1709902125", - "security-coverage": { - "status": "not-covered", - "message": "Beta releases are not covered by Drupal security advisories." - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "fago", - "homepage": "https://www.drupal.org/user/16747" - }, - { - "name": "petar_basic", - "homepage": "https://www.drupal.org/user/3626336" - }, - { - "name": "useernamee", - "homepage": "https://www.drupal.org/user/3542704" - } - ], - "description": "Provides menu API endpoints for Drupal menus", - "homepage": "https://www.drupal.org/project/lupus_decoupled", - "support": { - "source": "https://git.drupalcode.org/project/lupus_decoupled" - } - }, { "name": "drupal/maillog", "version": "dev-1.x", @@ -5812,6 +5554,86 @@ "source": "https://git.drupalcode.org/project/pagerer" } }, + { + "name": "drupal/paragraphs", + "version": "1.17.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/paragraphs.git", + "reference": "8.x-1.17" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.17.zip", + "reference": "8.x-1.17", + "shasum": "81c05f6a1eb59ab957c9ac97b2e79d6c9837bd72" + }, + "require": { + "drupal/core": "^9.3 || ^10", + "drupal/entity_reference_revisions": "~1.3" + }, + "require-dev": { + "drupal/block_field": "1.x-dev", + "drupal/diff": "1.x-dev", + "drupal/entity_browser": "2.x-dev", + "drupal/entity_usage": "2.x-dev", + "drupal/field_group": "3.x-dev", + "drupal/inline_entity_form": "1.x-dev", + "drupal/paragraphs-paragraphs_library": "*", + "drupal/replicate": "1.x-dev", + "drupal/search_api": "^1", + "drupal/search_api_db": "*" + }, + "suggest": { + "drupal/entity_browser": "Recommended for an improved user experience when using the Paragraphs library module" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.17", + "datestamp": "1709804220", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Berdir", + "homepage": "https://www.drupal.org/user/214652" + }, + { + "name": "Frans", + "homepage": "https://www.drupal.org/user/514222" + }, + { + "name": "jeroen.b", + "homepage": "https://www.drupal.org/user/1853532" + }, + { + "name": "jstoller", + "homepage": "https://www.drupal.org/user/99012" + }, + { + "name": "miro_dietiker", + "homepage": "https://www.drupal.org/user/227761" + }, + { + "name": "Primsi", + "homepage": "https://www.drupal.org/user/282629" + } + ], + "description": "Enables the creation of Paragraphs entities.", + "homepage": "https://www.drupal.org/project/paragraphs", + "support": { + "source": "https://git.drupalcode.org/project/paragraphs" + } + }, { "name": "drupal/path_alias_xt", "version": "dev-1.x", @@ -6832,58 +6654,6 @@ "source": "https://git.drupalcode.org/project/translation_views" } }, - { - "name": "drupal/trusted_redirect", - "version": "1.12.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/trusted_redirect.git", - "reference": "8.x-1.12" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/trusted_redirect-8.x-1.12.zip", - "reference": "8.x-1.12", - "shasum": "5982cc68de70f693b4dc07d6256f7d8d508a0ae4" - }, - "require": { - "drupal/core": "^9 || ^10" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-1.12", - "datestamp": "1700490455", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0+" - ], - "authors": [ - { - "name": "ciprian.stavovei", - "homepage": "https://www.drupal.org/user/3426791" - }, - { - "name": "fago", - "homepage": "https://www.drupal.org/user/16747" - }, - { - "name": "hideaway", - "homepage": "https://www.drupal.org/user/741876" - } - ], - "description": "Allows to redirect to external hosts which are configured as trusted.", - "homepage": "https://www.drupal.org/project/trusted_redirect", - "support": { - "source": "https://git.drupalcode.org/project/trusted_redirect" - } - }, { "name": "drupal/ultimate_cron", "version": "2.0.0-alpha7", @@ -9339,16 +9109,16 @@ }, { "name": "symfony/console", - "version": "v6.4.8", + "version": "v6.4.9", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "be5854cee0e8c7b110f00d695d11debdfa1a2a91" + "reference": "6edb5363ec0c78ad4d48c5128ebf4d083d89d3a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/be5854cee0e8c7b110f00d695d11debdfa1a2a91", - "reference": "be5854cee0e8c7b110f00d695d11debdfa1a2a91", + "url": "https://api.github.com/repos/symfony/console/zipball/6edb5363ec0c78ad4d48c5128ebf4d083d89d3a9", + "reference": "6edb5363ec0c78ad4d48c5128ebf4d083d89d3a9", "shasum": "" }, "require": { @@ -9413,7 +9183,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v6.4.8" + "source": "https://github.com/symfony/console/tree/v6.4.9" }, "funding": [ { @@ -9429,20 +9199,20 @@ "type": "tidelift" } ], - "time": "2024-05-31T14:49:08+00:00" + "time": "2024-06-28T09:49:33+00:00" }, { "name": "symfony/dependency-injection", - "version": "v6.4.8", + "version": "v6.4.9", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "d3b618176e8c3a9e5772151c51eba0c52a0c771c" + "reference": "a4df9dfe5da2d177af6643610c7bee2cb76a9f5e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/d3b618176e8c3a9e5772151c51eba0c52a0c771c", - "reference": "d3b618176e8c3a9e5772151c51eba0c52a0c771c", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/a4df9dfe5da2d177af6643610c7bee2cb76a9f5e", + "reference": "a4df9dfe5da2d177af6643610c7bee2cb76a9f5e", "shasum": "" }, "require": { @@ -9494,7 +9264,7 @@ "description": "Allows you to standardize and centralize the way objects are constructed in your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dependency-injection/tree/v6.4.8" + "source": "https://github.com/symfony/dependency-injection/tree/v6.4.9" }, "funding": [ { @@ -9510,7 +9280,7 @@ "type": "tidelift" } ], - "time": "2024-05-31T14:49:08+00:00" + "time": "2024-06-19T10:45:28+00:00" }, { "name": "symfony/deprecation-contracts", @@ -9581,16 +9351,16 @@ }, { "name": "symfony/error-handler", - "version": "v6.4.8", + "version": "v6.4.9", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "ef836152bf13472dc5fb5b08b0c0c4cfeddc0fcc" + "reference": "c9b7cc075b3ab484239855622ca05cb0b99c13ec" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/ef836152bf13472dc5fb5b08b0c0c4cfeddc0fcc", - "reference": "ef836152bf13472dc5fb5b08b0c0c4cfeddc0fcc", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/c9b7cc075b3ab484239855622ca05cb0b99c13ec", + "reference": "c9b7cc075b3ab484239855622ca05cb0b99c13ec", "shasum": "" }, "require": { @@ -9636,7 +9406,7 @@ "description": "Provides tools to manage errors and ease debugging PHP code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/error-handler/tree/v6.4.8" + "source": "https://github.com/symfony/error-handler/tree/v6.4.9" }, "funding": [ { @@ -9652,7 +9422,7 @@ "type": "tidelift" } ], - "time": "2024-05-31T14:49:08+00:00" + "time": "2024-06-21T16:04:15+00:00" }, { "name": "symfony/event-dispatcher", @@ -9812,16 +9582,16 @@ }, { "name": "symfony/filesystem", - "version": "v6.4.8", + "version": "v6.4.9", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "4d37529150e7081c51b3c5d5718c55a04a9503f3" + "reference": "b51ef8059159330b74a4d52f68e671033c0fe463" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/4d37529150e7081c51b3c5d5718c55a04a9503f3", - "reference": "4d37529150e7081c51b3c5d5718c55a04a9503f3", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/b51ef8059159330b74a4d52f68e671033c0fe463", + "reference": "b51ef8059159330b74a4d52f68e671033c0fe463", "shasum": "" }, "require": { @@ -9858,7 +9628,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v6.4.8" + "source": "https://github.com/symfony/filesystem/tree/v6.4.9" }, "funding": [ { @@ -9874,7 +9644,7 @@ "type": "tidelift" } ], - "time": "2024-05-31T14:49:08+00:00" + "time": "2024-06-28T09:49:33+00:00" }, { "name": "symfony/finder", @@ -10019,16 +9789,16 @@ }, { "name": "symfony/http-kernel", - "version": "v6.4.8", + "version": "v6.4.9", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "6c519aa3f32adcfd1d1f18d923f6b227d9acf3c1" + "reference": "cc4a9bec6e1bdd2405f40277a68a6ed1bb393005" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/6c519aa3f32adcfd1d1f18d923f6b227d9acf3c1", - "reference": "6c519aa3f32adcfd1d1f18d923f6b227d9acf3c1", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/cc4a9bec6e1bdd2405f40277a68a6ed1bb393005", + "reference": "cc4a9bec6e1bdd2405f40277a68a6ed1bb393005", "shasum": "" }, "require": { @@ -10113,7 +9883,7 @@ "description": "Provides a structured process for converting a Request into a Response", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-kernel/tree/v6.4.8" + "source": "https://github.com/symfony/http-kernel/tree/v6.4.9" }, "funding": [ { @@ -10129,20 +9899,20 @@ "type": "tidelift" } ], - "time": "2024-06-02T16:06:25+00:00" + "time": "2024-06-28T11:48:06+00:00" }, { "name": "symfony/mailer", - "version": "v6.4.8", + "version": "v6.4.9", "source": { "type": "git", "url": "https://github.com/symfony/mailer.git", - "reference": "76326421d44c07f7824b19487cfbf87870b37efc" + "reference": "e2d56f180f5b8c5e7c0fbea872bb1f529b6d6d45" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mailer/zipball/76326421d44c07f7824b19487cfbf87870b37efc", - "reference": "76326421d44c07f7824b19487cfbf87870b37efc", + "url": "https://api.github.com/repos/symfony/mailer/zipball/e2d56f180f5b8c5e7c0fbea872bb1f529b6d6d45", + "reference": "e2d56f180f5b8c5e7c0fbea872bb1f529b6d6d45", "shasum": "" }, "require": { @@ -10193,7 +9963,7 @@ "description": "Helps sending emails", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/mailer/tree/v6.4.8" + "source": "https://github.com/symfony/mailer/tree/v6.4.9" }, "funding": [ { @@ -10209,20 +9979,20 @@ "type": "tidelift" } ], - "time": "2024-05-31T14:49:08+00:00" + "time": "2024-06-28T07:59:05+00:00" }, { "name": "symfony/mime", - "version": "v6.4.8", + "version": "v6.4.9", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "618597ab8b78ac86d1c75a9d0b35540cda074f33" + "reference": "7d048964877324debdcb4e0549becfa064a20d43" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/618597ab8b78ac86d1c75a9d0b35540cda074f33", - "reference": "618597ab8b78ac86d1c75a9d0b35540cda074f33", + "url": "https://api.github.com/repos/symfony/mime/zipball/7d048964877324debdcb4e0549becfa064a20d43", + "reference": "7d048964877324debdcb4e0549becfa064a20d43", "shasum": "" }, "require": { @@ -10236,7 +10006,7 @@ "phpdocumentor/reflection-docblock": "<3.2.2", "phpdocumentor/type-resolver": "<1.4.0", "symfony/mailer": "<5.4", - "symfony/serializer": "<6.3.2" + "symfony/serializer": "<6.4.3|>7.0,<7.0.3" }, "require-dev": { "egulias/email-validator": "^2.1.10|^3.1|^4", @@ -10246,7 +10016,7 @@ "symfony/process": "^5.4|^6.4|^7.0", "symfony/property-access": "^5.4|^6.0|^7.0", "symfony/property-info": "^5.4|^6.0|^7.0", - "symfony/serializer": "^6.3.2|^7.0" + "symfony/serializer": "^6.4.3|^7.0.3" }, "type": "library", "autoload": { @@ -10278,7 +10048,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v6.4.8" + "source": "https://github.com/symfony/mime/tree/v6.4.9" }, "funding": [ { @@ -10294,7 +10064,7 @@ "type": "tidelift" } ], - "time": "2024-06-01T07:50:16+00:00" + "time": "2024-06-28T09:49:33+00:00" }, { "name": "symfony/polyfill-ctype", @@ -10798,16 +10568,16 @@ }, { "name": "symfony/polyfill-php72", - "version": "v1.29.0", + "version": "v1.30.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php72.git", - "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25" + "reference": "10112722600777e02d2745716b70c5db4ca70442" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/861391a8da9a04cbad2d232ddd9e4893220d6e25", - "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/10112722600777e02d2745716b70c5db4ca70442", + "reference": "10112722600777e02d2745716b70c5db4ca70442", "shasum": "" }, "require": { @@ -10851,7 +10621,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php72/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-php72/tree/v1.30.0" }, "funding": [ { @@ -10867,20 +10637,20 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-06-19T12:30:46+00:00" }, { "name": "symfony/polyfill-php80", - "version": "v1.29.0", + "version": "v1.30.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b" + "reference": "77fa7995ac1b21ab60769b7323d600a991a90433" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/87b68208d5c1188808dd7839ee1e6c8ec3b02f1b", - "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/77fa7995ac1b21ab60769b7323d600a991a90433", + "reference": "77fa7995ac1b21ab60769b7323d600a991a90433", "shasum": "" }, "require": { @@ -10931,7 +10701,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-php80/tree/v1.30.0" }, "funding": [ { @@ -10947,20 +10717,20 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-05-31T15:07:36+00:00" }, { "name": "symfony/polyfill-php81", - "version": "v1.29.0", + "version": "v1.30.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php81.git", - "reference": "c565ad1e63f30e7477fc40738343c62b40bc672d" + "reference": "3fb075789fb91f9ad9af537c4012d523085bd5af" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/c565ad1e63f30e7477fc40738343c62b40bc672d", - "reference": "c565ad1e63f30e7477fc40738343c62b40bc672d", + "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/3fb075789fb91f9ad9af537c4012d523085bd5af", + "reference": "3fb075789fb91f9ad9af537c4012d523085bd5af", "shasum": "" }, "require": { @@ -11007,7 +10777,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php81/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-php81/tree/v1.30.0" }, "funding": [ { @@ -11023,7 +10793,7 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-06-19T12:30:46+00:00" }, { "name": "symfony/polyfill-php83", @@ -11334,16 +11104,16 @@ }, { "name": "symfony/serializer", - "version": "v6.4.8", + "version": "v6.4.9", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "d6eda9966a3e5d1823c1cedf41bf98f8ed969d7c" + "reference": "56ce31d19127e79647ac53387c7555bdcd5730ce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/d6eda9966a3e5d1823c1cedf41bf98f8ed969d7c", - "reference": "d6eda9966a3e5d1823c1cedf41bf98f8ed969d7c", + "url": "https://api.github.com/repos/symfony/serializer/zipball/56ce31d19127e79647ac53387c7555bdcd5730ce", + "reference": "56ce31d19127e79647ac53387c7555bdcd5730ce", "shasum": "" }, "require": { @@ -11412,7 +11182,7 @@ "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/serializer/tree/v6.4.8" + "source": "https://github.com/symfony/serializer/tree/v6.4.9" }, "funding": [ { @@ -11428,7 +11198,7 @@ "type": "tidelift" } ], - "time": "2024-05-31T14:49:08+00:00" + "time": "2024-06-28T07:59:05+00:00" }, { "name": "symfony/service-contracts", @@ -11514,16 +11284,16 @@ }, { "name": "symfony/string", - "version": "v6.4.8", + "version": "v6.4.9", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "a147c0f826c4a1f3afb763ab8e009e37c877a44d" + "reference": "76792dbd99690a5ebef8050d9206c60c59e681d7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/a147c0f826c4a1f3afb763ab8e009e37c877a44d", - "reference": "a147c0f826c4a1f3afb763ab8e009e37c877a44d", + "url": "https://api.github.com/repos/symfony/string/zipball/76792dbd99690a5ebef8050d9206c60c59e681d7", + "reference": "76792dbd99690a5ebef8050d9206c60c59e681d7", "shasum": "" }, "require": { @@ -11580,7 +11350,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v6.4.8" + "source": "https://github.com/symfony/string/tree/v6.4.9" }, "funding": [ { @@ -11596,7 +11366,7 @@ "type": "tidelift" } ], - "time": "2024-05-31T14:49:08+00:00" + "time": "2024-06-28T09:25:38+00:00" }, { "name": "symfony/translation-contracts", @@ -11678,16 +11448,16 @@ }, { "name": "symfony/validator", - "version": "v6.4.8", + "version": "v6.4.9", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "dab2781371d54c86f6b25623ab16abb2dde2870c" + "reference": "ee0a4d6a327a963aee094f730da238f7ea18cb01" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/dab2781371d54c86f6b25623ab16abb2dde2870c", - "reference": "dab2781371d54c86f6b25623ab16abb2dde2870c", + "url": "https://api.github.com/repos/symfony/validator/zipball/ee0a4d6a327a963aee094f730da238f7ea18cb01", + "reference": "ee0a4d6a327a963aee094f730da238f7ea18cb01", "shasum": "" }, "require": { @@ -11755,7 +11525,7 @@ "description": "Provides tools to validate values", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/validator/tree/v6.4.8" + "source": "https://github.com/symfony/validator/tree/v6.4.9" }, "funding": [ { @@ -11771,20 +11541,20 @@ "type": "tidelift" } ], - "time": "2024-06-02T15:48:50+00:00" + "time": "2024-06-22T07:42:41+00:00" }, { "name": "symfony/var-dumper", - "version": "v6.4.8", + "version": "v6.4.9", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "ad23ca4312395f0a8a8633c831ef4c4ee542ed25" + "reference": "c31566e4ca944271cc8d8ac6887cbf31b8c6a172" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/ad23ca4312395f0a8a8633c831ef4c4ee542ed25", - "reference": "ad23ca4312395f0a8a8633c831ef4c4ee542ed25", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/c31566e4ca944271cc8d8ac6887cbf31b8c6a172", + "reference": "c31566e4ca944271cc8d8ac6887cbf31b8c6a172", "shasum": "" }, "require": { @@ -11840,7 +11610,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v6.4.8" + "source": "https://github.com/symfony/var-dumper/tree/v6.4.9" }, "funding": [ { @@ -11856,20 +11626,20 @@ "type": "tidelift" } ], - "time": "2024-05-31T14:49:08+00:00" + "time": "2024-06-27T13:23:14+00:00" }, { "name": "symfony/var-exporter", - "version": "v6.4.8", + "version": "v6.4.9", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", - "reference": "792ca836f99b340f2e9ca9497c7953948c49a504" + "reference": "f9a060622e0d93777b7f8687ec4860191e16802e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-exporter/zipball/792ca836f99b340f2e9ca9497c7953948c49a504", - "reference": "792ca836f99b340f2e9ca9497c7953948c49a504", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/f9a060622e0d93777b7f8687ec4860191e16802e", + "reference": "f9a060622e0d93777b7f8687ec4860191e16802e", "shasum": "" }, "require": { @@ -11917,7 +11687,7 @@ "serialize" ], "support": { - "source": "https://github.com/symfony/var-exporter/tree/v6.4.8" + "source": "https://github.com/symfony/var-exporter/tree/v6.4.9" }, "funding": [ { @@ -11933,7 +11703,7 @@ "type": "tidelift" } ], - "time": "2024-05-31T14:49:08+00:00" + "time": "2024-06-24T15:53:56+00:00" }, { "name": "symfony/yaml", @@ -12185,7 +11955,6 @@ "aliases": [], "minimum-stability": "dev", "stability-flags": { - "drupal/lupus_decoupled": 10, "drupal/advanced_text_formatter": 5, "drupal/bulkdelete": 20, "drupal/config_ignore": 5, diff --git a/config/sync/core.base_field_override.node.etape.promote.yml b/config/sync/core.base_field_override.node.etape.promote.yml new file mode 100644 index 0000000..1a85ce6 --- /dev/null +++ b/config/sync/core.base_field_override.node.etape.promote.yml @@ -0,0 +1,22 @@ +uuid: a3530dfd-62d0-4126-b5e9-87360baf8559 +langcode: fr +status: true +dependencies: + config: + - node.type.etape +id: node.etape.promote +field_name: promote +entity_type: node +bundle: etape +label: "Promu en page d'accueil" +description: '' +required: false +translatable: true +default_value: + - + value: 0 +default_value_callback: '' +settings: + on_label: Activé + off_label: Désactivé +field_type: boolean diff --git a/config/sync/core.base_field_override.node.gallerie_photo.promote.yml b/config/sync/core.base_field_override.node.gallerie_photo.promote.yml new file mode 100644 index 0000000..8e033da --- /dev/null +++ b/config/sync/core.base_field_override.node.gallerie_photo.promote.yml @@ -0,0 +1,22 @@ +uuid: 9b730a24-4b47-4ee3-a3ef-26183cc97467 +langcode: fr +status: true +dependencies: + config: + - node.type.gallerie_photo +id: node.gallerie_photo.promote +field_name: promote +entity_type: node +bundle: gallerie_photo +label: "Promu en page d'accueil" +description: '' +required: false +translatable: true +default_value: + - + value: 0 +default_value_callback: '' +settings: + on_label: Activé + off_label: Désactivé +field_type: boolean diff --git a/config/sync/core.entity_form_display.node.etape.default.yml b/config/sync/core.entity_form_display.node.etape.default.yml new file mode 100644 index 0000000..10fed45 --- /dev/null +++ b/config/sync/core.entity_form_display.node.etape.default.yml @@ -0,0 +1,160 @@ +uuid: 3c9791a4-66c1-4e9e-8a43-62b82e269166 +langcode: fr +status: true +dependencies: + config: + - field.field.node.etape.field_adresse + - field.field.node.etape.field_arret_numero + - field.field.node.etape.field_dates + - field.field.node.etape.field_galleries + - field.field.node.etape.field_parties + - field.field.node.etape.field_saison + - field.field.node.etape.field_thematiques + - field.field.node.etape.field_vignette + - image.style.thumbnail + - node.type.etape + module: + - address + - datetime_range + - field_group + - image + - paragraphs + - path +third_party_settings: + field_group: + group_details: + children: + - field_saison + - field_arret_numero + - field_dates + - field_thematiques + - status + - promote + - path + label: Details + region: content + parent_name: '' + weight: 7 + format_type: details_sidebar + format_settings: + classes: '' + show_empty_fields: false + id: '' + label_as_html: false + open: true + description: '' + required_fields: true + weight: 0 +id: node.etape.default +targetEntityType: node +bundle: etape +mode: default +content: + field_adresse: + type: address_default + weight: 4 + region: content + settings: { } + third_party_settings: { } + field_arret_numero: + type: number + weight: 13 + region: content + settings: + placeholder: '' + third_party_settings: { } + field_dates: + type: daterange_default + weight: 14 + region: content + settings: { } + third_party_settings: { } + field_galleries: + type: entity_reference_autocomplete + weight: 6 + region: content + settings: + match_operator: CONTAINS + match_limit: 10 + size: 60 + placeholder: '' + third_party_settings: { } + field_parties: + type: paragraphs + weight: 5 + region: content + settings: + title: Paragraphe + title_plural: Paragraphs + edit_mode: open + closed_mode: summary + autocollapse: none + closed_mode_threshold: 0 + add_mode: dropdown + form_display_mode: default + default_paragraph_type: '' + features: + collapse_edit_all: collapse_edit_all + duplicate: duplicate + third_party_settings: { } + field_saison: + type: entity_reference_autocomplete + weight: 12 + region: content + settings: + match_operator: CONTAINS + match_limit: 10 + size: 60 + placeholder: '' + third_party_settings: { } + field_thematiques: + type: entity_reference_autocomplete + weight: 15 + region: content + settings: + match_operator: CONTAINS + match_limit: 10 + size: 60 + placeholder: '' + third_party_settings: { } + field_vignette: + type: image_image + weight: 3 + region: content + settings: + progress_indicator: throbber + preview_image_style: thumbnail + third_party_settings: { } + path: + type: path + weight: 18 + region: content + settings: { } + third_party_settings: { } + promote: + type: boolean_checkbox + weight: 17 + region: content + settings: + display_label: true + third_party_settings: { } + status: + type: boolean_checkbox + weight: 16 + region: content + settings: + display_label: true + third_party_settings: { } + title: + type: string_textfield + weight: 0 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } +hidden: + created: true + langcode: true + sticky: true + uid: true diff --git a/config/sync/core.entity_form_display.node.gallerie_photo.default.yml b/config/sync/core.entity_form_display.node.gallerie_photo.default.yml new file mode 100644 index 0000000..60b2460 --- /dev/null +++ b/config/sync/core.entity_form_display.node.gallerie_photo.default.yml @@ -0,0 +1,95 @@ +uuid: b82297d4-facf-4fc8-b16c-98ee49db9041 +langcode: fr +status: true +dependencies: + config: + - field.field.node.gallerie_photo.body + - field.field.node.gallerie_photo.field_images + - image.style.thumbnail + - node.type.gallerie_photo + module: + - image + - path + - text +id: node.gallerie_photo.default +targetEntityType: node +bundle: gallerie_photo +mode: default +content: + body: + type: text_textarea_with_summary + weight: 121 + region: content + settings: + rows: 9 + summary_rows: 3 + placeholder: '' + show_summary: false + third_party_settings: { } + created: + type: datetime_timestamp + weight: 10 + region: content + settings: { } + third_party_settings: { } + field_images: + type: image_image + weight: 122 + region: content + settings: + progress_indicator: throbber + preview_image_style: thumbnail + third_party_settings: { } + langcode: + type: language_select + weight: 2 + region: content + settings: + include_locked: true + third_party_settings: { } + path: + type: path + weight: 30 + region: content + settings: { } + third_party_settings: { } + promote: + type: boolean_checkbox + weight: 15 + region: content + settings: + display_label: true + third_party_settings: { } + status: + type: boolean_checkbox + weight: 120 + region: content + settings: + display_label: true + third_party_settings: { } + sticky: + type: boolean_checkbox + weight: 16 + region: content + settings: + display_label: true + third_party_settings: { } + title: + type: string_textfield + weight: -5 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } + uid: + type: entity_reference_autocomplete + weight: 5 + region: content + settings: + match_operator: CONTAINS + match_limit: 10 + size: 60 + placeholder: '' + third_party_settings: { } +hidden: { } diff --git a/config/sync/core.entity_form_display.paragraph.parties.default.yml b/config/sync/core.entity_form_display.paragraph.parties.default.yml new file mode 100644 index 0000000..89fa5f1 --- /dev/null +++ b/config/sync/core.entity_form_display.paragraph.parties.default.yml @@ -0,0 +1,53 @@ +uuid: 38b48b29-ff13-400b-bfe4-0e6c2740c37c +langcode: fr +status: true +dependencies: + config: + - field.field.paragraph.parties.field_images + - field.field.paragraph.parties.field_texte + - field.field.paragraph.parties.field_titre + - field.field.paragraph.parties.field_videos + - image.style.thumbnail + - paragraphs.paragraphs_type.parties + module: + - image + - text + - video_embed_field +id: paragraph.parties.default +targetEntityType: paragraph +bundle: parties +mode: default +content: + field_images: + type: image_image + weight: 2 + region: content + settings: + progress_indicator: throbber + preview_image_style: thumbnail + third_party_settings: { } + field_texte: + type: text_textarea + weight: 1 + region: content + settings: + rows: 5 + placeholder: '' + third_party_settings: { } + field_titre: + type: string_textfield + weight: 0 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } + field_videos: + type: video_embed_field_textfield + weight: 3 + region: content + settings: { } + third_party_settings: { } +hidden: + created: true + status: true diff --git a/config/sync/core.entity_view_display.node.etape.default.yml b/config/sync/core.entity_view_display.node.etape.default.yml new file mode 100644 index 0000000..fc2a11d --- /dev/null +++ b/config/sync/core.entity_view_display.node.etape.default.yml @@ -0,0 +1,103 @@ +uuid: f489e854-9501-43af-89ad-a982329383d1 +langcode: fr +status: true +dependencies: + config: + - field.field.node.etape.field_adresse + - field.field.node.etape.field_arret_numero + - field.field.node.etape.field_dates + - field.field.node.etape.field_galleries + - field.field.node.etape.field_parties + - field.field.node.etape.field_saison + - field.field.node.etape.field_thematiques + - field.field.node.etape.field_vignette + - node.type.etape + module: + - address + - datetime_range + - entity_reference_revisions + - image + - user +id: node.etape.default +targetEntityType: node +bundle: etape +mode: default +content: + field_adresse: + type: address_default + label: above + settings: { } + third_party_settings: { } + weight: 104 + region: content + field_arret_numero: + type: number_integer + label: above + settings: + thousand_separator: '' + prefix_suffix: true + third_party_settings: { } + weight: 107 + region: content + field_dates: + type: daterange_default + label: above + settings: + timezone_override: '' + format_type: medium + separator: '-' + third_party_settings: { } + weight: 102 + region: content + field_galleries: + type: entity_reference_label + label: above + settings: + link: true + third_party_settings: { } + weight: 109 + region: content + field_parties: + type: entity_reference_revisions_entity_view + label: above + settings: + view_mode: default + link: '' + third_party_settings: { } + weight: 108 + region: content + field_saison: + type: entity_reference_label + label: above + settings: + link: true + third_party_settings: { } + weight: 105 + region: content + field_thematiques: + type: entity_reference_label + label: above + settings: + link: true + third_party_settings: { } + weight: 106 + region: content + field_vignette: + type: image + label: above + settings: + image_link: '' + image_style: '' + image_loading: + attribute: lazy + third_party_settings: { } + weight: 103 + region: content + links: + settings: { } + third_party_settings: { } + weight: 100 + region: content +hidden: + langcode: true + search_api_excerpt: true diff --git a/config/sync/core.entity_view_display.node.etape.teaser.yml b/config/sync/core.entity_view_display.node.etape.teaser.yml new file mode 100644 index 0000000..f86c32e --- /dev/null +++ b/config/sync/core.entity_view_display.node.etape.teaser.yml @@ -0,0 +1,38 @@ +uuid: a58e1d67-d176-45ad-aa7b-6ecdae8ff0f2 +langcode: fr +status: true +dependencies: + config: + - core.entity_view_mode.node.teaser + - field.field.node.etape.field_adresse + - field.field.node.etape.field_arret_numero + - field.field.node.etape.field_dates + - field.field.node.etape.field_galleries + - field.field.node.etape.field_parties + - field.field.node.etape.field_saison + - field.field.node.etape.field_thematiques + - field.field.node.etape.field_vignette + - node.type.etape + module: + - user +id: node.etape.teaser +targetEntityType: node +bundle: etape +mode: teaser +content: + links: + settings: { } + third_party_settings: { } + weight: 100 + region: content +hidden: + field_adresse: true + field_arret_numero: true + field_dates: true + field_galleries: true + field_parties: true + field_saison: true + field_thematiques: true + field_vignette: true + langcode: true + search_api_excerpt: true diff --git a/config/sync/core.entity_view_display.node.gallerie_photo.default.yml b/config/sync/core.entity_view_display.node.gallerie_photo.default.yml new file mode 100644 index 0000000..2ee5916 --- /dev/null +++ b/config/sync/core.entity_view_display.node.gallerie_photo.default.yml @@ -0,0 +1,43 @@ +uuid: 377a1763-fb2f-47aa-8094-fa5e09f3d7eb +langcode: fr +status: true +dependencies: + config: + - field.field.node.gallerie_photo.body + - field.field.node.gallerie_photo.field_images + - node.type.gallerie_photo + module: + - image + - text + - user +id: node.gallerie_photo.default +targetEntityType: node +bundle: gallerie_photo +mode: default +content: + body: + type: text_default + label: hidden + settings: { } + third_party_settings: { } + weight: 101 + region: content + field_images: + type: image + label: above + settings: + image_link: '' + image_style: '' + image_loading: + attribute: lazy + third_party_settings: { } + weight: 102 + region: content + links: + settings: { } + third_party_settings: { } + weight: 100 + region: content +hidden: + langcode: true + search_api_excerpt: true diff --git a/config/sync/core.entity_view_display.node.gallerie_photo.teaser.yml b/config/sync/core.entity_view_display.node.gallerie_photo.teaser.yml new file mode 100644 index 0000000..38f3c87 --- /dev/null +++ b/config/sync/core.entity_view_display.node.gallerie_photo.teaser.yml @@ -0,0 +1,34 @@ +uuid: ef467948-167e-48d7-b6c0-4f90197b7afc +langcode: fr +status: true +dependencies: + config: + - core.entity_view_mode.node.teaser + - field.field.node.gallerie_photo.body + - field.field.node.gallerie_photo.field_images + - node.type.gallerie_photo + module: + - text + - user +id: node.gallerie_photo.teaser +targetEntityType: node +bundle: gallerie_photo +mode: teaser +content: + body: + type: text_summary_or_trimmed + label: hidden + settings: + trim_length: 600 + third_party_settings: { } + weight: 101 + region: content + links: + settings: { } + third_party_settings: { } + weight: 100 + region: content +hidden: + field_images: true + langcode: true + search_api_excerpt: true diff --git a/config/sync/core.entity_view_display.paragraph.parties.default.yml b/config/sync/core.entity_view_display.paragraph.parties.default.yml new file mode 100644 index 0000000..359f33a --- /dev/null +++ b/config/sync/core.entity_view_display.paragraph.parties.default.yml @@ -0,0 +1,58 @@ +uuid: 09b53fd1-d289-4ce3-8b89-aff7838d7638 +langcode: fr +status: true +dependencies: + config: + - field.field.paragraph.parties.field_images + - field.field.paragraph.parties.field_texte + - field.field.paragraph.parties.field_titre + - field.field.paragraph.parties.field_videos + - paragraphs.paragraphs_type.parties + module: + - image + - text + - video_embed_field +id: paragraph.parties.default +targetEntityType: paragraph +bundle: parties +mode: default +content: + field_images: + type: image + label: above + settings: + image_link: '' + image_style: '' + image_loading: + attribute: lazy + third_party_settings: { } + weight: 2 + region: content + field_texte: + type: text_default + label: above + settings: { } + third_party_settings: { } + weight: 1 + region: content + field_titre: + type: string + label: above + settings: + link_to_entity: false + third_party_settings: { } + weight: 0 + region: content + field_videos: + type: video_embed_field_video + label: above + settings: + autoplay: true + responsive: true + width: 854 + height: 480 + third_party_settings: { } + weight: 3 + region: content +hidden: + search_api_excerpt: true diff --git a/config/sync/core.entity_view_mode.paragraph.preview.yml b/config/sync/core.entity_view_mode.paragraph.preview.yml new file mode 100644 index 0000000..5036c46 --- /dev/null +++ b/config/sync/core.entity_view_mode.paragraph.preview.yml @@ -0,0 +1,13 @@ +uuid: c7f67930-a61b-4efa-917f-5a26fea6bcb1 +langcode: fr +status: true +dependencies: + module: + - paragraphs +_core: + default_config_hash: h3BeHVei4Lnyqbkao3YiF4KqoY-DhRvUNfEgKG8Rgjg +id: paragraph.preview +label: Aperçu +description: '' +targetEntityType: paragraph +cache: true diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index c1eb345..a40d7aa 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -3,6 +3,7 @@ _core: langcode: fr module: actions_permissions: 0 + address: 0 admin_toolbar: 0 admin_toolbar_links_access_filter: 0 advanced_text_formatter: 0 @@ -32,6 +33,7 @@ module: ctools: 0 ctools_block: 0 ctools_views: 0 + date_range_formatter: 0 datetime: 0 datetime_range: 0 dblog: 0 @@ -43,6 +45,7 @@ module: embed: 0 entity_browser: 0 entity_browser_enhanced: 0 + entity_reference_revisions: 0 field: 0 field_group: 0 field_ui: 0 @@ -53,19 +56,13 @@ module: help: 0 honeypot: 0 image: 0 + image_field_caption: 0 inline_entity_form: 0 language: 0 link: 0 link_attributes: 0 linkit: 0 locale: 0 - lupus_ce_renderer: 0 - lupus_decoupled: 0 - lupus_decoupled_block: 0 - lupus_decoupled_ce_api: 0 - lupus_decoupled_cors: 0 - lupus_decoupled_menu: 0 - lupus_decoupled_views: 0 maillog: 0 maxlength: 0 menu_block: 0 @@ -98,7 +95,6 @@ module: token: 0 toolbar: 0 translation_views: 0 - trusted_redirect: 0 update: 0 user: 0 video_embed_field: 0 @@ -111,6 +107,7 @@ module: content_translation: 10 custom_elements: 10 views: 10 + paragraphs: 11 figli_starter_kit: 1000 theme: seven: 0 diff --git a/config/sync/editor.editor.wysiwyg.yml b/config/sync/editor.editor.wysiwyg.yml index c59431d..2f740a5 100644 --- a/config/sync/editor.editor.wysiwyg.yml +++ b/config/sync/editor.editor.wysiwyg.yml @@ -16,6 +16,10 @@ settings: - heading - bold - italic + - sourceEditing + - link + - drupalInsertImage + - showBlocks plugins: ckeditor5_heading: enabled_headings: @@ -24,4 +28,17 @@ settings: - heading4 - heading5 - heading6 -image_upload: { } + ckeditor5_imageResize: + allow_resize: true + ckeditor5_sourceEditing: + allowed_tags: { } + linkit_extension: + linkit_enabled: false +image_upload: + status: true + scheme: public + directory: inline-images + max_size: '' + max_dimensions: + width: 0 + height: 0 diff --git a/config/sync/field.field.node.etape.field_adresse.yml b/config/sync/field.field.node.etape.field_adresse.yml new file mode 100644 index 0000000..54f5028 --- /dev/null +++ b/config/sync/field.field.node.etape.field_adresse.yml @@ -0,0 +1,58 @@ +uuid: 72ce3ca8-7d4e-4454-b9da-486a9a20b43d +langcode: fr +status: true +dependencies: + config: + - field.storage.node.field_adresse + - node.type.etape + module: + - address +id: node.etape.field_adresse +field_name: field_adresse +entity_type: node +bundle: etape +label: Adresse +description: '' +required: false +translatable: false +default_value: + - + langcode: null + country_code: FR + administrative_area: null + locality: '' + dependent_locality: null + postal_code: '' + sorting_code: null + address_line1: null + address_line2: null + organization: null + given_name: null + additional_name: null + family_name: null +default_value_callback: '' +settings: + available_countries: + FR: FR + langcode_override: '' + field_overrides: + givenName: + override: hidden + additionalName: + override: hidden + familyName: + override: hidden + organization: + override: hidden + addressLine1: + override: hidden + addressLine2: + override: hidden + sortingCode: + override: hidden + dependentLocality: + override: hidden + administrativeArea: + override: hidden + fields: { } +field_type: address diff --git a/config/sync/field.field.node.etape.field_arret_numero.yml b/config/sync/field.field.node.etape.field_arret_numero.yml new file mode 100644 index 0000000..433e6b1 --- /dev/null +++ b/config/sync/field.field.node.etape.field_arret_numero.yml @@ -0,0 +1,23 @@ +uuid: f1315807-40d8-44fd-b3ff-25810d2e29c9 +langcode: fr +status: true +dependencies: + config: + - field.storage.node.field_arret_numero + - node.type.etape +id: node.etape.field_arret_numero +field_name: field_arret_numero +entity_type: node +bundle: etape +label: 'Arrêt numéro ' +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: + min: 0 + max: null + prefix: 'Arrêt #' + suffix: '' +field_type: integer diff --git a/config/sync/field.field.node.etape.field_dates.yml b/config/sync/field.field.node.etape.field_dates.yml new file mode 100644 index 0000000..8d17fba --- /dev/null +++ b/config/sync/field.field.node.etape.field_dates.yml @@ -0,0 +1,21 @@ +uuid: 01e33efa-7e7c-49f8-8541-64d1333a2bbb +langcode: fr +status: true +dependencies: + config: + - field.storage.node.field_dates + - node.type.etape + module: + - datetime_range +id: node.etape.field_dates +field_name: field_dates +entity_type: node +bundle: etape +label: Dates +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: daterange diff --git a/config/sync/field.field.node.etape.field_galleries.yml b/config/sync/field.field.node.etape.field_galleries.yml new file mode 100644 index 0000000..8e86eef --- /dev/null +++ b/config/sync/field.field.node.etape.field_galleries.yml @@ -0,0 +1,29 @@ +uuid: 65e0a398-73c6-4a60-abfa-7e5ef1684107 +langcode: fr +status: true +dependencies: + config: + - field.storage.node.field_galleries + - node.type.etape + - node.type.gallerie_photo +id: node.etape.field_galleries +field_name: field_galleries +entity_type: node +bundle: etape +label: Galleries +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: + handler: 'default:node' + handler_settings: + target_bundles: + gallerie_photo: gallerie_photo + sort: + field: _none + direction: ASC + auto_create: false + auto_create_bundle: '' +field_type: entity_reference diff --git a/config/sync/field.field.node.etape.field_parties.yml b/config/sync/field.field.node.etape.field_parties.yml new file mode 100644 index 0000000..596e829 --- /dev/null +++ b/config/sync/field.field.node.etape.field_parties.yml @@ -0,0 +1,31 @@ +uuid: 115fcb87-41ad-486d-a7f8-1e8b5acedfa6 +langcode: fr +status: true +dependencies: + config: + - field.storage.node.field_parties + - node.type.etape + - paragraphs.paragraphs_type.parties + module: + - entity_reference_revisions +id: node.etape.field_parties +field_name: field_parties +entity_type: node +bundle: etape +label: Parties +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: + handler: 'default:paragraph' + handler_settings: + target_bundles: + parties: parties + negate: 0 + target_bundles_drag_drop: + parties: + weight: 2 + enabled: true +field_type: entity_reference_revisions diff --git a/config/sync/field.field.node.etape.field_saison.yml b/config/sync/field.field.node.etape.field_saison.yml new file mode 100644 index 0000000..3e1d949 --- /dev/null +++ b/config/sync/field.field.node.etape.field_saison.yml @@ -0,0 +1,29 @@ +uuid: 653fee45-7d28-4559-be04-191ca55ef217 +langcode: fr +status: true +dependencies: + config: + - field.storage.node.field_saison + - node.type.etape + - taxonomy.vocabulary.saisons +id: node.etape.field_saison +field_name: field_saison +entity_type: node +bundle: etape +label: Saison +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: + handler: 'default:taxonomy_term' + handler_settings: + target_bundles: + saisons: saisons + sort: + field: name + direction: asc + auto_create: false + auto_create_bundle: '' +field_type: entity_reference diff --git a/config/sync/field.field.node.etape.field_thematiques.yml b/config/sync/field.field.node.etape.field_thematiques.yml new file mode 100644 index 0000000..ec4d59d --- /dev/null +++ b/config/sync/field.field.node.etape.field_thematiques.yml @@ -0,0 +1,29 @@ +uuid: 7c6fb61a-dc58-43c5-aea4-a690a26f4a4c +langcode: fr +status: true +dependencies: + config: + - field.storage.node.field_thematiques + - node.type.etape + - taxonomy.vocabulary.thematiques +id: node.etape.field_thematiques +field_name: field_thematiques +entity_type: node +bundle: etape +label: Thématiques +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: + handler: 'default:taxonomy_term' + handler_settings: + target_bundles: + thematiques: thematiques + sort: + field: name + direction: asc + auto_create: false + auto_create_bundle: '' +field_type: entity_reference diff --git a/config/sync/field.field.node.etape.field_vignette.yml b/config/sync/field.field.node.etape.field_vignette.yml new file mode 100644 index 0000000..849c415 --- /dev/null +++ b/config/sync/field.field.node.etape.field_vignette.yml @@ -0,0 +1,38 @@ +uuid: 8f16991e-a2f8-4c6f-b1e7-d5262617d2fb +langcode: fr +status: true +dependencies: + config: + - field.storage.node.field_vignette + - node.type.etape + module: + - image +id: node.etape.field_vignette +field_name: field_vignette +entity_type: node +bundle: etape +label: Vignette +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: + handler: 'default:file' + handler_settings: { } + file_directory: '[date:custom:Y]-[date:custom:m]' + file_extensions: 'png gif jpg jpeg webp' + max_filesize: '' + max_resolution: '' + min_resolution: '' + alt_field: true + alt_field_required: true + title_field: false + title_field_required: false + default_image: + uuid: '' + alt: '' + title: '' + width: null + height: null +field_type: image diff --git a/config/sync/field.field.node.gallerie_photo.body.yml b/config/sync/field.field.node.gallerie_photo.body.yml new file mode 100644 index 0000000..c83d4d7 --- /dev/null +++ b/config/sync/field.field.node.gallerie_photo.body.yml @@ -0,0 +1,24 @@ +uuid: 28e3d2f3-750a-4c9f-ba81-9be81645466e +langcode: fr +status: true +dependencies: + config: + - field.storage.node.body + - node.type.gallerie_photo + module: + - text +id: node.gallerie_photo.body +field_name: body +entity_type: node +bundle: gallerie_photo +label: Body +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + display_summary: true + required_summary: false + allowed_formats: { } +field_type: text_with_summary diff --git a/config/sync/field.field.node.gallerie_photo.field_images.yml b/config/sync/field.field.node.gallerie_photo.field_images.yml new file mode 100644 index 0000000..7a9c6d4 --- /dev/null +++ b/config/sync/field.field.node.gallerie_photo.field_images.yml @@ -0,0 +1,41 @@ +uuid: 31afcbd0-e74b-4457-94f0-5f415d07e99e +langcode: fr +status: true +dependencies: + config: + - field.storage.node.field_images + - node.type.gallerie_photo + module: + - image +id: node.gallerie_photo.field_images +field_name: field_images +entity_type: node +bundle: gallerie_photo +label: Images +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: + handler: 'default:file' + handler_settings: { } + file_directory: '[date:custom:Y]-[date:custom:m]' + file_extensions: 'png gif jpg jpeg webp' + max_filesize: '' + max_resolution: '' + min_resolution: '' + alt_field: true + alt_field_required: true + title_field: false + title_field_required: false + default_image: + uuid: '' + alt: '' + title: '' + width: null + height: null + caption: '' + caption_field: 1 + caption_field_required: 0 +field_type: image diff --git a/config/sync/field.field.paragraph.parties.field_images.yml b/config/sync/field.field.paragraph.parties.field_images.yml new file mode 100644 index 0000000..1fb55a5 --- /dev/null +++ b/config/sync/field.field.paragraph.parties.field_images.yml @@ -0,0 +1,41 @@ +uuid: 956bf8f3-dca5-470a-ba86-7ea2e2cf4c8d +langcode: fr +status: true +dependencies: + config: + - field.storage.paragraph.field_images + - paragraphs.paragraphs_type.parties + module: + - image +id: paragraph.parties.field_images +field_name: field_images +entity_type: paragraph +bundle: parties +label: Images +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: + handler: 'default:file' + handler_settings: { } + file_directory: '[date:custom:Y]-[date:custom:m]' + file_extensions: 'png gif jpg jpeg webp' + max_filesize: '' + max_resolution: '' + min_resolution: '' + alt_field: true + alt_field_required: true + title_field: false + title_field_required: false + default_image: + uuid: '' + alt: '' + title: '' + width: null + height: null + caption: '' + caption_field: 1 + caption_field_required: 0 +field_type: image diff --git a/config/sync/field.field.paragraph.parties.field_texte.yml b/config/sync/field.field.paragraph.parties.field_texte.yml new file mode 100644 index 0000000..df2eb6e --- /dev/null +++ b/config/sync/field.field.paragraph.parties.field_texte.yml @@ -0,0 +1,24 @@ +uuid: d6aa308b-0e49-4db4-9f77-4050fbb5087a +langcode: fr +status: true +dependencies: + config: + - field.storage.paragraph.field_texte + - filter.format.wysiwyg + - paragraphs.paragraphs_type.parties + module: + - text +id: paragraph.parties.field_texte +field_name: field_texte +entity_type: paragraph +bundle: parties +label: Texte +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: + allowed_formats: + - wysiwyg +field_type: text_long diff --git a/config/sync/field.field.paragraph.parties.field_titre.yml b/config/sync/field.field.paragraph.parties.field_titre.yml new file mode 100644 index 0000000..922bfcf --- /dev/null +++ b/config/sync/field.field.paragraph.parties.field_titre.yml @@ -0,0 +1,19 @@ +uuid: 87fb6359-5083-482f-9799-be3e39f40772 +langcode: fr +status: true +dependencies: + config: + - field.storage.paragraph.field_titre + - paragraphs.paragraphs_type.parties +id: paragraph.parties.field_titre +field_name: field_titre +entity_type: paragraph +bundle: parties +label: Titre +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: string diff --git a/config/sync/field.field.paragraph.parties.field_videos.yml b/config/sync/field.field.paragraph.parties.field_videos.yml new file mode 100644 index 0000000..7560879 --- /dev/null +++ b/config/sync/field.field.paragraph.parties.field_videos.yml @@ -0,0 +1,25 @@ +uuid: b691db47-49de-4310-89a8-024704932e8d +langcode: fr +status: true +dependencies: + config: + - field.storage.paragraph.field_videos + - paragraphs.paragraphs_type.parties + module: + - video_embed_field +id: paragraph.parties.field_videos +field_name: field_videos +entity_type: paragraph +bundle: parties +label: Vidéos +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: + allowed_providers: + vimeo: vimeo + youtube: youtube + youtube_playlist: '0' +field_type: video_embed_field diff --git a/config/sync/field.storage.node.field_adresse.yml b/config/sync/field.storage.node.field_adresse.yml new file mode 100644 index 0000000..efd7c1b --- /dev/null +++ b/config/sync/field.storage.node.field_adresse.yml @@ -0,0 +1,19 @@ +uuid: 7fc9259f-e2ee-4cc1-aee5-e983a10457d9 +langcode: fr +status: true +dependencies: + module: + - address + - node +id: node.field_adresse +field_name: field_adresse +entity_type: node +type: address +settings: { } +module: address +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sync/field.storage.node.field_arret_numero.yml b/config/sync/field.storage.node.field_arret_numero.yml new file mode 100644 index 0000000..fb8cc7a --- /dev/null +++ b/config/sync/field.storage.node.field_arret_numero.yml @@ -0,0 +1,20 @@ +uuid: 29732371-6db1-4d0a-a2a9-1ccb189f6c96 +langcode: fr +status: true +dependencies: + module: + - node +id: node.field_arret_numero +field_name: field_arret_numero +entity_type: node +type: integer +settings: + unsigned: false + size: normal +module: core +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sync/field.storage.node.field_dates.yml b/config/sync/field.storage.node.field_dates.yml new file mode 100644 index 0000000..1255e07 --- /dev/null +++ b/config/sync/field.storage.node.field_dates.yml @@ -0,0 +1,20 @@ +uuid: 0a341256-baa4-4c2b-b201-61fab5ee3f60 +langcode: fr +status: true +dependencies: + module: + - datetime_range + - node +id: node.field_dates +field_name: field_dates +entity_type: node +type: daterange +settings: + datetime_type: date +module: datetime_range +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sync/field.storage.node.field_galleries.yml b/config/sync/field.storage.node.field_galleries.yml new file mode 100644 index 0000000..aa7d415 --- /dev/null +++ b/config/sync/field.storage.node.field_galleries.yml @@ -0,0 +1,19 @@ +uuid: ebe67434-4d0f-431a-9b95-104bb320b43d +langcode: fr +status: true +dependencies: + module: + - node +id: node.field_galleries +field_name: field_galleries +entity_type: node +type: entity_reference +settings: + target_type: node +module: core +locked: false +cardinality: -1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sync/field.storage.node.field_images.yml b/config/sync/field.storage.node.field_images.yml new file mode 100644 index 0000000..3f697a8 --- /dev/null +++ b/config/sync/field.storage.node.field_images.yml @@ -0,0 +1,30 @@ +uuid: 09259eff-16f1-41a0-a078-f65d1025407e +langcode: fr +status: true +dependencies: + module: + - file + - image + - node +id: node.field_images +field_name: field_images +entity_type: node +type: image +settings: + target_type: file + display_field: false + display_default: false + uri_scheme: public + default_image: + uuid: '' + alt: '' + title: '' + width: null + height: null +module: image +locked: false +cardinality: -1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sync/field.storage.node.field_parties.yml b/config/sync/field.storage.node.field_parties.yml new file mode 100644 index 0000000..6e3c317 --- /dev/null +++ b/config/sync/field.storage.node.field_parties.yml @@ -0,0 +1,21 @@ +uuid: 4732a62b-b7f6-4bc2-a79a-30afaa2a56a4 +langcode: fr +status: true +dependencies: + module: + - entity_reference_revisions + - node + - paragraphs +id: node.field_parties +field_name: field_parties +entity_type: node +type: entity_reference_revisions +settings: + target_type: paragraph +module: entity_reference_revisions +locked: false +cardinality: -1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sync/field.storage.node.field_saison.yml b/config/sync/field.storage.node.field_saison.yml new file mode 100644 index 0000000..5a95a7a --- /dev/null +++ b/config/sync/field.storage.node.field_saison.yml @@ -0,0 +1,20 @@ +uuid: 2830cbb4-55c6-4198-803c-818286d046ec +langcode: fr +status: true +dependencies: + module: + - node + - taxonomy +id: node.field_saison +field_name: field_saison +entity_type: node +type: entity_reference +settings: + target_type: taxonomy_term +module: core +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sync/field.storage.node.field_thematiques.yml b/config/sync/field.storage.node.field_thematiques.yml new file mode 100644 index 0000000..b9c062f --- /dev/null +++ b/config/sync/field.storage.node.field_thematiques.yml @@ -0,0 +1,20 @@ +uuid: 897fd349-26a0-41e0-be30-1ad608471e90 +langcode: fr +status: true +dependencies: + module: + - node + - taxonomy +id: node.field_thematiques +field_name: field_thematiques +entity_type: node +type: entity_reference +settings: + target_type: taxonomy_term +module: core +locked: false +cardinality: -1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sync/field.storage.node.field_vignette.yml b/config/sync/field.storage.node.field_vignette.yml new file mode 100644 index 0000000..c61effe --- /dev/null +++ b/config/sync/field.storage.node.field_vignette.yml @@ -0,0 +1,30 @@ +uuid: 69eed541-6534-497a-b952-3fd2c5f1cf0e +langcode: fr +status: true +dependencies: + module: + - file + - image + - node +id: node.field_vignette +field_name: field_vignette +entity_type: node +type: image +settings: + target_type: file + display_field: false + display_default: false + uri_scheme: public + default_image: + uuid: '' + alt: '' + title: '' + width: null + height: null +module: image +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sync/field.storage.paragraph.field_images.yml b/config/sync/field.storage.paragraph.field_images.yml new file mode 100644 index 0000000..80e2923 --- /dev/null +++ b/config/sync/field.storage.paragraph.field_images.yml @@ -0,0 +1,30 @@ +uuid: 712c2905-6549-474c-994c-c96e42dc6239 +langcode: fr +status: true +dependencies: + module: + - file + - image + - paragraphs +id: paragraph.field_images +field_name: field_images +entity_type: paragraph +type: image +settings: + target_type: file + display_field: false + display_default: false + uri_scheme: public + default_image: + uuid: '' + alt: '' + title: '' + width: null + height: null +module: image +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sync/field.storage.paragraph.field_texte.yml b/config/sync/field.storage.paragraph.field_texte.yml new file mode 100644 index 0000000..bb509af --- /dev/null +++ b/config/sync/field.storage.paragraph.field_texte.yml @@ -0,0 +1,19 @@ +uuid: 2ec10eab-4783-441a-9e16-b1ae4bd2dddb +langcode: fr +status: true +dependencies: + module: + - paragraphs + - text +id: paragraph.field_texte +field_name: field_texte +entity_type: paragraph +type: text_long +settings: { } +module: text +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sync/field.storage.paragraph.field_titre.yml b/config/sync/field.storage.paragraph.field_titre.yml new file mode 100644 index 0000000..aff0705 --- /dev/null +++ b/config/sync/field.storage.paragraph.field_titre.yml @@ -0,0 +1,21 @@ +uuid: e1a3d13c-6cd9-4eae-a79d-4bd9f903ffa5 +langcode: fr +status: true +dependencies: + module: + - paragraphs +id: paragraph.field_titre +field_name: field_titre +entity_type: paragraph +type: string +settings: + max_length: 255 + case_sensitive: false + is_ascii: false +module: core +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sync/field.storage.paragraph.field_videos.yml b/config/sync/field.storage.paragraph.field_videos.yml new file mode 100644 index 0000000..07325b3 --- /dev/null +++ b/config/sync/field.storage.paragraph.field_videos.yml @@ -0,0 +1,19 @@ +uuid: cafbf897-3eaa-4e7b-bedf-ba01766bc912 +langcode: fr +status: true +dependencies: + module: + - paragraphs + - video_embed_field +id: paragraph.field_videos +field_name: field_videos +entity_type: paragraph +type: video_embed_field +settings: { } +module: video_embed_field +locked: false +cardinality: -1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sync/filter.format.wysiwyg.yml b/config/sync/filter.format.wysiwyg.yml index a5c66ee..4720718 100644 --- a/config/sync/filter.format.wysiwyg.yml +++ b/config/sync/filter.format.wysiwyg.yml @@ -4,6 +4,8 @@ status: true dependencies: module: - editor + - linkit + - pathologic _core: default_config_hash: a0dSxrd1nnzeSvKpvFmtoLpxDd3Nj6E7dQN-MZUi20g name: wysiwyg @@ -31,7 +33,7 @@ filters: filter_caption: id: filter_caption provider: filter - status: false + status: true weight: -40 settings: { } filter_html: @@ -40,7 +42,7 @@ filters: status: false weight: -43 settings: - allowed_html: '