Compare commits
10 Commits
959622891e
...
9db8cebe7d
Author | SHA1 | Date |
---|---|---|
Valentin | 9db8cebe7d | |
Valentin | 02e77dda2f | |
Valentin | a0137d95ac | |
Valentin | cb35336870 | |
Valentin | 6c4cf6f696 | |
Valentin | 1bf7b2b251 | |
Valentin | a08922d8be | |
Valentin | b258cc3181 | |
Bachir Soussi Chiadmi | c62ab40411 | |
Bachir Soussi Chiadmi | c2faabd427 |
|
@ -11,6 +11,8 @@
|
||||||
/web/sites/*/settings.local.php
|
/web/sites/*/settings.local.php
|
||||||
/web/sites/*/services*.yml
|
/web/sites/*/services*.yml
|
||||||
/web/sites/*/salt.txt
|
/web/sites/*/salt.txt
|
||||||
|
/web/sites/development.services.yml
|
||||||
|
/web/sites/default/development.services.yml
|
||||||
|
|
||||||
# Ignore Drupal's file directory
|
# Ignore Drupal's file directory
|
||||||
/web/sites/*/files/
|
/web/sites/*/files/
|
||||||
|
|
|
@ -19,6 +19,12 @@
|
||||||
"drupal/core-composer-scaffold": "^10.1",
|
"drupal/core-composer-scaffold": "^10.1",
|
||||||
"drupal/core-project-message": "^10.1",
|
"drupal/core-project-message": "^10.1",
|
||||||
"drupal/core-recommended": "^10.1",
|
"drupal/core-recommended": "^10.1",
|
||||||
|
"drupal/linked_field": "^1.5",
|
||||||
|
"drupal/page_manager": "^4.0@RC",
|
||||||
|
"drupal/panels": "^4.7",
|
||||||
|
"drupal/paragraphs": "^1.16",
|
||||||
|
"drupal/smart_date": "^4.1@RC",
|
||||||
|
"drupal/social_media_links": "^2.9",
|
||||||
"wikimedia/composer-merge-plugin": "^2.1"
|
"wikimedia/composer-merge-plugin": "^2.1"
|
||||||
},
|
},
|
||||||
"conflict": {
|
"conflict": {
|
||||||
|
@ -101,6 +107,11 @@
|
||||||
"recurse": true,
|
"recurse": true,
|
||||||
"replace": false,
|
"replace": false,
|
||||||
"merge-extra": true
|
"merge-extra": true
|
||||||
|
},
|
||||||
|
"patches": {
|
||||||
|
"drupal/social_media_links":{
|
||||||
|
"Replace Twitter with X https://www.drupal.org/project/social_media_links/issues/3384469": "https://www.drupal.org/files/issues/2023-09-12/social_media_links-change_twitter_to_x-3384469-7.patch"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "a2c64c27b05d5c125cf5ca43f3e5ffce",
|
"content-hash": "a233676fef02c95c437aed3fe67d5391",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "asm89/stack-cors",
|
"name": "asm89/stack-cors",
|
||||||
|
@ -3156,17 +3156,17 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/ctools",
|
"name": "drupal/ctools",
|
||||||
"version": "4.0.4",
|
"version": "3.14.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.drupalcode.org/project/ctools.git",
|
"url": "https://git.drupalcode.org/project/ctools.git",
|
||||||
"reference": "4.0.4"
|
"reference": "8.x-3.14"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://ftp.drupal.org/files/projects/ctools-4.0.4.zip",
|
"url": "https://ftp.drupal.org/files/projects/ctools-8.x-3.14.zip",
|
||||||
"reference": "4.0.4",
|
"reference": "8.x-3.14",
|
||||||
"shasum": "4a2474eb2fd525b2add2db0e855c135ba7f0fb70"
|
"shasum": "8895a8e47199b458013bc153ceafa0b1495f33c1"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"drupal/core": "^9.3 || ^10"
|
"drupal/core": "^9.3 || ^10"
|
||||||
|
@ -3174,8 +3174,8 @@
|
||||||
"type": "drupal-module",
|
"type": "drupal-module",
|
||||||
"extra": {
|
"extra": {
|
||||||
"drupal": {
|
"drupal": {
|
||||||
"version": "4.0.4",
|
"version": "8.x-3.14",
|
||||||
"datestamp": "1684299878",
|
"datestamp": "1684299793",
|
||||||
"security-coverage": {
|
"security-coverage": {
|
||||||
"status": "covered",
|
"status": "covered",
|
||||||
"message": "Covered by Drupal's security advisory policy"
|
"message": "Covered by Drupal's security advisory policy"
|
||||||
|
@ -3831,6 +3831,70 @@
|
||||||
"source": "https://git.drupalcode.org/project/entity_clone"
|
"source": "https://git.drupalcode.org/project/entity_clone"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "drupal/entity_reference_revisions",
|
||||||
|
"version": "1.10.0",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.drupalcode.org/project/entity_reference_revisions.git",
|
||||||
|
"reference": "8.x-1.10"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://ftp.drupal.org/files/projects/entity_reference_revisions-8.x-1.10.zip",
|
||||||
|
"reference": "8.x-1.10",
|
||||||
|
"shasum": "edd23b91c4a34db65ea22c4db54b7458edc7513b"
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"drupal/core": "^9 || ^10"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"drupal/diff": "1.x-dev"
|
||||||
|
},
|
||||||
|
"type": "drupal-module",
|
||||||
|
"extra": {
|
||||||
|
"drupal": {
|
||||||
|
"version": "8.x-1.10",
|
||||||
|
"datestamp": "1660664712",
|
||||||
|
"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",
|
"name": "drupal/extlink",
|
||||||
"version": "1.7.0",
|
"version": "1.7.0",
|
||||||
|
@ -4526,6 +4590,113 @@
|
||||||
"source": "https://git.drupalcode.org/project/jquery_ui_datepicker"
|
"source": "https://git.drupalcode.org/project/jquery_ui_datepicker"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "drupal/jquery_ui_draggable",
|
||||||
|
"version": "2.0.0",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.drupalcode.org/project/jquery_ui_draggable.git",
|
||||||
|
"reference": "2.0.0"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://ftp.drupal.org/files/projects/jquery_ui_draggable-2.0.0.zip",
|
||||||
|
"reference": "2.0.0",
|
||||||
|
"shasum": "13a8f4bf037449cd176ddb967fc9cba9a466a705"
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"drupal/core": "^9.2 || ^10",
|
||||||
|
"drupal/jquery_ui": "^1.6"
|
||||||
|
},
|
||||||
|
"type": "drupal-module",
|
||||||
|
"extra": {
|
||||||
|
"drupal": {
|
||||||
|
"version": "2.0.0",
|
||||||
|
"datestamp": "1670871516",
|
||||||
|
"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": "bnjmnm",
|
||||||
|
"homepage": "https://www.drupal.org/user/2369194"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "lauriii",
|
||||||
|
"homepage": "https://www.drupal.org/user/1078742"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "zrpnr",
|
||||||
|
"homepage": "https://www.drupal.org/user/1448368"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Provides jQuery UI Draggable library.",
|
||||||
|
"homepage": "https://www.drupal.org/project/jquery_ui_draggable",
|
||||||
|
"support": {
|
||||||
|
"source": "https://git.drupalcode.org/project/jquery_ui_draggable"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "drupal/jquery_ui_droppable",
|
||||||
|
"version": "1.5.0",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.drupalcode.org/project/jquery_ui_droppable.git",
|
||||||
|
"reference": "8.x-1.5"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://ftp.drupal.org/files/projects/jquery_ui_droppable-8.x-1.5.zip",
|
||||||
|
"reference": "8.x-1.5",
|
||||||
|
"shasum": "ee9fec147493ce6c81fdf95ec463f7092606e913"
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"drupal/core": "^9.2 || ^10",
|
||||||
|
"drupal/jquery_ui": "^1.5",
|
||||||
|
"drupal/jquery_ui_draggable": "*"
|
||||||
|
},
|
||||||
|
"type": "drupal-module",
|
||||||
|
"extra": {
|
||||||
|
"drupal": {
|
||||||
|
"version": "8.x-1.5",
|
||||||
|
"datestamp": "1668452746",
|
||||||
|
"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": "bnjmnm",
|
||||||
|
"homepage": "https://www.drupal.org/user/2369194"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "lauriii",
|
||||||
|
"homepage": "https://www.drupal.org/user/1078742"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "zrpnr",
|
||||||
|
"homepage": "https://www.drupal.org/user/1448368"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Provides jQuery UI Droppable library.",
|
||||||
|
"homepage": "https://www.drupal.org/project/jquery_ui_droppable",
|
||||||
|
"support": {
|
||||||
|
"source": "https://git.drupalcode.org/project/jquery_ui_droppable"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/jquery_ui_slider",
|
"name": "drupal/jquery_ui_slider",
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
|
@ -4683,6 +4854,54 @@
|
||||||
"issues": "https://www.drupal.org/project/issues/link_attributes"
|
"issues": "https://www.drupal.org/project/issues/link_attributes"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "drupal/linked_field",
|
||||||
|
"version": "1.5.0",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.drupalcode.org/project/linked_field.git",
|
||||||
|
"reference": "8.x-1.5"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://ftp.drupal.org/files/projects/linked_field-8.x-1.5.zip",
|
||||||
|
"reference": "8.x-1.5",
|
||||||
|
"shasum": "31ed8008d2f88c693334f6faad03112280820fe0"
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"drupal/core": "^8.8 || ^9 || ^10"
|
||||||
|
},
|
||||||
|
"type": "drupal-module",
|
||||||
|
"extra": {
|
||||||
|
"drupal": {
|
||||||
|
"version": "8.x-1.5",
|
||||||
|
"datestamp": "1677239525",
|
||||||
|
"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": "jcnventura",
|
||||||
|
"homepage": "https://www.drupal.org/user/122464"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "yannickoo",
|
||||||
|
"homepage": "https://www.drupal.org/user/531118"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Adds the functionality to link fields to a specific destination.",
|
||||||
|
"homepage": "https://www.drupal.org/project/linked_field",
|
||||||
|
"support": {
|
||||||
|
"source": "https://git.drupalcode.org/project/linked_field"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/linkit",
|
"name": "drupal/linkit",
|
||||||
"version": "6.1.2",
|
"version": "6.1.2",
|
||||||
|
@ -5197,6 +5416,81 @@
|
||||||
"issues": "https://www.drupal.org/project/issues/menu_position"
|
"issues": "https://www.drupal.org/project/issues/menu_position"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "drupal/page_manager",
|
||||||
|
"version": "4.0.0-rc2",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.drupalcode.org/project/page_manager.git",
|
||||||
|
"reference": "8.x-4.0-rc2"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://ftp.drupal.org/files/projects/page_manager-8.x-4.0-rc2.zip",
|
||||||
|
"reference": "8.x-4.0-rc2",
|
||||||
|
"shasum": "4a1e96284c5775343fbb4612072a2abfc83ebc33"
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"drupal/core": "^9.3 || ^10",
|
||||||
|
"drupal/ctools": "^3.11 || ^4.0"
|
||||||
|
},
|
||||||
|
"type": "drupal-module",
|
||||||
|
"extra": {
|
||||||
|
"drupal": {
|
||||||
|
"version": "8.x-4.0-rc2",
|
||||||
|
"datestamp": "1671210021",
|
||||||
|
"security-coverage": {
|
||||||
|
"status": "not-covered",
|
||||||
|
"message": "RC releases are not covered by Drupal security advisories."
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-8.x-4.x": "4.x-dev"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||||
|
"license": [
|
||||||
|
"GPL-2.0-or-later"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Tim Plunkett",
|
||||||
|
"homepage": "https://www.drupal.org/u/tim.plunkett",
|
||||||
|
"role": "Maintainer"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "EclipseGc",
|
||||||
|
"homepage": "https://www.drupal.org/user/61203"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "ivnish",
|
||||||
|
"homepage": "https://www.drupal.org/user/3547706"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "japerry",
|
||||||
|
"homepage": "https://www.drupal.org/user/45640"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "joelpittet",
|
||||||
|
"homepage": "https://www.drupal.org/user/160302"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "manuel.adan",
|
||||||
|
"homepage": "https://www.drupal.org/user/516420"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "phenaproxima",
|
||||||
|
"homepage": "https://www.drupal.org/user/205645"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Provides a way to place blocks on a custom page.",
|
||||||
|
"homepage": "https://www.drupal.org/project/page_manager",
|
||||||
|
"support": {
|
||||||
|
"source": "https://git.drupal.org/project/page_manager.git",
|
||||||
|
"issues": "https://www.drupal.org/project/issues/page_manager",
|
||||||
|
"irc": "irc://irc.freenode.org/drupal-contribute"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/pagerer",
|
"name": "drupal/pagerer",
|
||||||
"version": "3.1.0",
|
"version": "3.1.0",
|
||||||
|
@ -5241,6 +5535,173 @@
|
||||||
"source": "https://git.drupalcode.org/project/pagerer"
|
"source": "https://git.drupalcode.org/project/pagerer"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "drupal/panels",
|
||||||
|
"version": "4.7.0",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.drupalcode.org/project/panels.git",
|
||||||
|
"reference": "8.x-4.7"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://ftp.drupal.org/files/projects/panels-8.x-4.7.zip",
|
||||||
|
"reference": "8.x-4.7",
|
||||||
|
"shasum": "5536f192d328e93a9f8c4a2646df15c514d75639"
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"drupal/core": "^9.2 || ^10",
|
||||||
|
"drupal/ctools": "^3.12",
|
||||||
|
"drupal/jquery_ui_droppable": "^1.5"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"drupal/jquery_ui_droppable": "*",
|
||||||
|
"drupal/page_manager": "^4"
|
||||||
|
},
|
||||||
|
"type": "drupal-module",
|
||||||
|
"extra": {
|
||||||
|
"drupal": {
|
||||||
|
"version": "8.x-4.7",
|
||||||
|
"datestamp": "1668632919",
|
||||||
|
"security-coverage": {
|
||||||
|
"status": "covered",
|
||||||
|
"message": "Covered by Drupal's security advisory policy"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-8.x-4.x": "4.x-dev"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||||
|
"license": [
|
||||||
|
"GPL-2.0+"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Jakob Perry",
|
||||||
|
"homepage": "https://www.drupal.org/u/japerry"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Samuel Mortenson",
|
||||||
|
"homepage": "https://www.drupal.org/u/samuel.mortenson"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "See other contributors",
|
||||||
|
"homepage": "https://www.drupal.org/node/74958/committers"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "joelpittet",
|
||||||
|
"homepage": "https://www.drupal.org/user/160302"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Letharion",
|
||||||
|
"homepage": "https://www.drupal.org/user/373603"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "merlinofchaos",
|
||||||
|
"homepage": "https://www.drupal.org/user/26979"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "neclimdul",
|
||||||
|
"homepage": "https://www.drupal.org/user/48673"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "phenaproxima",
|
||||||
|
"homepage": "https://www.drupal.org/user/205645"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "samuel.mortenson",
|
||||||
|
"homepage": "https://www.drupal.org/user/2582268"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Core Panels display functions; provides no external UI, at least one other Panels module should be enabled.",
|
||||||
|
"homepage": "https://www.drupal.org/project/panels",
|
||||||
|
"support": {
|
||||||
|
"source": "http://git.drupal.org/project/panels.git",
|
||||||
|
"issues": "https://www.drupal.org/project/issues/panels",
|
||||||
|
"irc": "irc://irc.freenode.org/drupal-scotch"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "drupal/paragraphs",
|
||||||
|
"version": "1.16.0",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.drupalcode.org/project/paragraphs.git",
|
||||||
|
"reference": "8.x-1.16"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.16.zip",
|
||||||
|
"reference": "8.x-1.16",
|
||||||
|
"shasum": "48f60810fd8086a52d56e84af8b212cce7a270e8"
|
||||||
|
},
|
||||||
|
"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.x-dev",
|
||||||
|
"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.16",
|
||||||
|
"datestamp": "1694007797",
|
||||||
|
"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",
|
"name": "drupal/path_alias_xt",
|
||||||
"version": "dev-1.x",
|
"version": "dev-1.x",
|
||||||
|
@ -5826,6 +6287,69 @@
|
||||||
"source": "https://git.drupalcode.org/project/seven"
|
"source": "https://git.drupalcode.org/project/seven"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "drupal/smart_date",
|
||||||
|
"version": "4.1.0-rc4",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.drupalcode.org/project/smart_date.git",
|
||||||
|
"reference": "4.1.0-rc4"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://ftp.drupal.org/files/projects/smart_date-4.1.0-rc4.zip",
|
||||||
|
"reference": "4.1.0-rc4",
|
||||||
|
"shasum": "b7c9b0534dd8d65ace69c3bfe8243e9cf4d7d36e"
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"drupal/core": "^9 || ^10",
|
||||||
|
"php": ">=8.0",
|
||||||
|
"simshaun/recurr": "^5"
|
||||||
|
},
|
||||||
|
"suggest": {
|
||||||
|
"drupal/multiple_fields_remove_button": "Provides a button for editors to remove unwanted rows."
|
||||||
|
},
|
||||||
|
"type": "drupal-module",
|
||||||
|
"extra": {
|
||||||
|
"drupal": {
|
||||||
|
"version": "4.1.0-rc4",
|
||||||
|
"datestamp": "1701546565",
|
||||||
|
"security-coverage": {
|
||||||
|
"status": "not-covered",
|
||||||
|
"message": "RC releases are not covered by Drupal security advisories."
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"drush": {
|
||||||
|
"services": {
|
||||||
|
"drush.services.yml": "^9"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||||
|
"license": [
|
||||||
|
"GPL-2.0-or-later"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "mandclu",
|
||||||
|
"homepage": "https://www.drupal.org/user/52136"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "stefan.korn",
|
||||||
|
"homepage": "https://www.drupal.org/user/1942204"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Adds app-like date and recurring date functionality.",
|
||||||
|
"homepage": "https://www.drupal.org/project/smart_date",
|
||||||
|
"keywords": [
|
||||||
|
"Drupal"
|
||||||
|
],
|
||||||
|
"support": {
|
||||||
|
"source": "https://git.drupalcode.org/project/smart_date",
|
||||||
|
"issues": "https://www.drupal.org/project/issues/smart_date",
|
||||||
|
"documentation": "https://www.drupal.org/docs/contributed-modules/smart-date"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/smart_trim",
|
"name": "drupal/smart_trim",
|
||||||
"version": "2.1.0",
|
"version": "2.1.0",
|
||||||
|
@ -5967,6 +6491,57 @@
|
||||||
"issues": "https://www.drupal.org/project/issues/smtp"
|
"issues": "https://www.drupal.org/project/issues/smtp"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "drupal/social_media_links",
|
||||||
|
"version": "2.9.0",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.drupalcode.org/project/social_media_links.git",
|
||||||
|
"reference": "8.x-2.9"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://ftp.drupal.org/files/projects/social_media_links-8.x-2.9.zip",
|
||||||
|
"reference": "8.x-2.9",
|
||||||
|
"shasum": "d73ea6199b48e11e57fe8a2aeb2afbf3c295704a"
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"drupal/core": "^8 || ^9 || ^10"
|
||||||
|
},
|
||||||
|
"type": "drupal-module",
|
||||||
|
"extra": {
|
||||||
|
"drupal": {
|
||||||
|
"version": "8.x-2.9",
|
||||||
|
"datestamp": "1665768361",
|
||||||
|
"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": "Neslee Canil Pinto",
|
||||||
|
"homepage": "https://www.drupal.org/u/neslee-canil-pinto",
|
||||||
|
"role": "Maintainer"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Christian Beier",
|
||||||
|
"homepage": "https://www.drupal.org/u/cbeier",
|
||||||
|
"role": "Maintainer"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "The module provides a block that display links (icons) to your profiles on various social networking sites.",
|
||||||
|
"homepage": "https://www.drupal.org/project/social_media_links",
|
||||||
|
"support": {
|
||||||
|
"source": "https://git.drupalcode.org/project/social_media_links",
|
||||||
|
"issues": "https://www.drupal.org/project/issues/social_media_links"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/sophron",
|
"name": "drupal/sophron",
|
||||||
"version": "2.0.1",
|
"version": "2.0.1",
|
||||||
|
@ -7036,24 +7611,24 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "guzzlehttp/promises",
|
"name": "guzzlehttp/promises",
|
||||||
"version": "2.0.1",
|
"version": "2.0.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/guzzle/promises.git",
|
"url": "https://github.com/guzzle/promises.git",
|
||||||
"reference": "111166291a0f8130081195ac4556a5587d7f1b5d"
|
"reference": "bbff78d96034045e58e13dedd6ad91b5d1253223"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/guzzle/promises/zipball/111166291a0f8130081195ac4556a5587d7f1b5d",
|
"url": "https://api.github.com/repos/guzzle/promises/zipball/bbff78d96034045e58e13dedd6ad91b5d1253223",
|
||||||
"reference": "111166291a0f8130081195ac4556a5587d7f1b5d",
|
"reference": "bbff78d96034045e58e13dedd6ad91b5d1253223",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.2.5 || ^8.0"
|
"php": "^7.2.5 || ^8.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"bamarni/composer-bin-plugin": "^1.8.1",
|
"bamarni/composer-bin-plugin": "^1.8.2",
|
||||||
"phpunit/phpunit": "^8.5.29 || ^9.5.23"
|
"phpunit/phpunit": "^8.5.36 || ^9.6.15"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
|
@ -7099,7 +7674,7 @@
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/guzzle/promises/issues",
|
"issues": "https://github.com/guzzle/promises/issues",
|
||||||
"source": "https://github.com/guzzle/promises/tree/2.0.1"
|
"source": "https://github.com/guzzle/promises/tree/2.0.2"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
@ -7115,7 +7690,7 @@
|
||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-08-03T15:11:55+00:00"
|
"time": "2023-12-03T20:19:20+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "guzzlehttp/psr7",
|
"name": "guzzlehttp/psr7",
|
||||||
|
@ -8670,6 +9245,65 @@
|
||||||
],
|
],
|
||||||
"time": "2023-05-07T05:35:17+00:00"
|
"time": "2023-05-07T05:35:17+00:00"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "simshaun/recurr",
|
||||||
|
"version": "v5.0.2",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/simshaun/recurr.git",
|
||||||
|
"reference": "1aff62e6e0ee875b3f2487352542605123ee9172"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://api.github.com/repos/simshaun/recurr/zipball/1aff62e6e0ee875b3f2487352542605123ee9172",
|
||||||
|
"reference": "1aff62e6e0ee875b3f2487352542605123ee9172",
|
||||||
|
"shasum": ""
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"doctrine/collections": "~1.6||^2.0",
|
||||||
|
"php": "^7.2||^8.0"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"phpunit/phpunit": "^8.5.16",
|
||||||
|
"symfony/yaml": "^5.3"
|
||||||
|
},
|
||||||
|
"type": "library",
|
||||||
|
"extra": {
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-master": "0.x-dev"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"Recurr\\": "src/Recurr/"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
|
"license": [
|
||||||
|
"MIT"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Shaun Simmons",
|
||||||
|
"email": "shaun@shaun.pub",
|
||||||
|
"homepage": "https://shaun.pub"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "PHP library for working with recurrence rules",
|
||||||
|
"homepage": "https://github.com/simshaun/recurr",
|
||||||
|
"keywords": [
|
||||||
|
"dates",
|
||||||
|
"events",
|
||||||
|
"recurrence",
|
||||||
|
"recurring",
|
||||||
|
"rrule"
|
||||||
|
],
|
||||||
|
"support": {
|
||||||
|
"issues": "https://github.com/simshaun/recurr/issues",
|
||||||
|
"source": "https://github.com/simshaun/recurr/tree/v5.0.2"
|
||||||
|
},
|
||||||
|
"time": "2023-09-26T20:31:33+00:00"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/console",
|
"name": "symfony/console",
|
||||||
"version": "v6.3.9",
|
"version": "v6.3.9",
|
||||||
|
@ -8762,16 +9396,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/dependency-injection",
|
"name": "symfony/dependency-injection",
|
||||||
"version": "v6.3.8",
|
"version": "v6.3.10",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/dependency-injection.git",
|
"url": "https://github.com/symfony/dependency-injection.git",
|
||||||
"reference": "1f30f545c4151f611148fc19e28d54d39e0a00bc"
|
"reference": "51383a1d9d7e93d5c3c76ddc32672de1b3e82c77"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/1f30f545c4151f611148fc19e28d54d39e0a00bc",
|
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/51383a1d9d7e93d5c3c76ddc32672de1b3e82c77",
|
||||||
"reference": "1f30f545c4151f611148fc19e28d54d39e0a00bc",
|
"reference": "51383a1d9d7e93d5c3c76ddc32672de1b3e82c77",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -8823,7 +9457,7 @@
|
||||||
"description": "Allows you to standardize and centralize the way objects are constructed in your application",
|
"description": "Allows you to standardize and centralize the way objects are constructed in your application",
|
||||||
"homepage": "https://symfony.com",
|
"homepage": "https://symfony.com",
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/dependency-injection/tree/v6.3.8"
|
"source": "https://github.com/symfony/dependency-injection/tree/v6.3.10"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
@ -8839,7 +9473,7 @@
|
||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-10-31T08:07:48+00:00"
|
"time": "2023-12-01T14:25:58+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/deprecation-contracts",
|
"name": "symfony/deprecation-contracts",
|
||||||
|
@ -9344,16 +9978,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/http-kernel",
|
"name": "symfony/http-kernel",
|
||||||
"version": "v6.3.9",
|
"version": "v6.3.10",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/http-kernel.git",
|
"url": "https://github.com/symfony/http-kernel.git",
|
||||||
"reference": "d63fe6b1e3ad2f037f6f000a6fc867fa8934f35c"
|
"reference": "8d8e7aa60593fd0a2e3c1cea08cc687314841b61"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/d63fe6b1e3ad2f037f6f000a6fc867fa8934f35c",
|
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/8d8e7aa60593fd0a2e3c1cea08cc687314841b61",
|
||||||
"reference": "d63fe6b1e3ad2f037f6f000a6fc867fa8934f35c",
|
"reference": "8d8e7aa60593fd0a2e3c1cea08cc687314841b61",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -9437,7 +10071,7 @@
|
||||||
"description": "Provides a structured process for converting a Request into a Response",
|
"description": "Provides a structured process for converting a Request into a Response",
|
||||||
"homepage": "https://symfony.com",
|
"homepage": "https://symfony.com",
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/http-kernel/tree/v6.3.9"
|
"source": "https://github.com/symfony/http-kernel/tree/v6.3.10"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
@ -9453,7 +10087,7 @@
|
||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-11-29T10:24:27+00:00"
|
"time": "2023-12-01T16:57:27+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/mime",
|
"name": "symfony/mime",
|
||||||
|
@ -10505,16 +11139,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/routing",
|
"name": "symfony/routing",
|
||||||
"version": "v6.3.5",
|
"version": "v6.3.10",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/routing.git",
|
"url": "https://github.com/symfony/routing.git",
|
||||||
"reference": "82616e59acd3e3d9c916bba798326cb7796d7d31"
|
"reference": "cb7404232d49dd11cc971b832fcbd49e7c22b049"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/routing/zipball/82616e59acd3e3d9c916bba798326cb7796d7d31",
|
"url": "https://api.github.com/repos/symfony/routing/zipball/cb7404232d49dd11cc971b832fcbd49e7c22b049",
|
||||||
"reference": "82616e59acd3e3d9c916bba798326cb7796d7d31",
|
"reference": "cb7404232d49dd11cc971b832fcbd49e7c22b049",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -10568,7 +11202,7 @@
|
||||||
"url"
|
"url"
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/routing/tree/v6.3.5"
|
"source": "https://github.com/symfony/routing/tree/v6.3.10"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
@ -10584,20 +11218,20 @@
|
||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-09-20T16:05:51+00:00"
|
"time": "2023-12-01T14:25:58+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/serializer",
|
"name": "symfony/serializer",
|
||||||
"version": "v6.3.9",
|
"version": "v6.3.10",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/serializer.git",
|
"url": "https://github.com/symfony/serializer.git",
|
||||||
"reference": "87faafcc88ace143b30fdc34b240d9a3603bc95e"
|
"reference": "6eee0fd95f5caa1e77cab29552620ebf8e5b1a5f"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/serializer/zipball/87faafcc88ace143b30fdc34b240d9a3603bc95e",
|
"url": "https://api.github.com/repos/symfony/serializer/zipball/6eee0fd95f5caa1e77cab29552620ebf8e5b1a5f",
|
||||||
"reference": "87faafcc88ace143b30fdc34b240d9a3603bc95e",
|
"reference": "6eee0fd95f5caa1e77cab29552620ebf8e5b1a5f",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -10662,7 +11296,7 @@
|
||||||
"description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.",
|
"description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.",
|
||||||
"homepage": "https://symfony.com",
|
"homepage": "https://symfony.com",
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/serializer/tree/v6.3.9"
|
"source": "https://github.com/symfony/serializer/tree/v6.3.10"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
@ -10678,7 +11312,7 @@
|
||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-11-29T10:00:30+00:00"
|
"time": "2023-12-01T14:25:58+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/service-contracts",
|
"name": "symfony/service-contracts",
|
||||||
|
@ -11108,16 +11742,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/var-exporter",
|
"name": "symfony/var-exporter",
|
||||||
"version": "v6.3.9",
|
"version": "v6.3.10",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/var-exporter.git",
|
"url": "https://github.com/symfony/var-exporter.git",
|
||||||
"reference": "a00fd2d47af5c95e95e8e371a74be2e79b95dfae"
|
"reference": "7bfcf232a9c7e4acad00e96774e340eb86d10bf0"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/a00fd2d47af5c95e95e8e371a74be2e79b95dfae",
|
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/7bfcf232a9c7e4acad00e96774e340eb86d10bf0",
|
||||||
"reference": "a00fd2d47af5c95e95e8e371a74be2e79b95dfae",
|
"reference": "7bfcf232a9c7e4acad00e96774e340eb86d10bf0",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -11162,7 +11796,7 @@
|
||||||
"serialize"
|
"serialize"
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/var-exporter/tree/v6.3.9"
|
"source": "https://github.com/symfony/var-exporter/tree/v6.3.10"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
@ -11178,7 +11812,7 @@
|
||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-11-28T20:34:48+00:00"
|
"time": "2023-11-29T16:00:50+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/yaml",
|
"name": "symfony/yaml",
|
||||||
|
@ -11428,6 +12062,8 @@
|
||||||
"aliases": [],
|
"aliases": [],
|
||||||
"minimum-stability": "stable",
|
"minimum-stability": "stable",
|
||||||
"stability-flags": {
|
"stability-flags": {
|
||||||
|
"drupal/page_manager": 5,
|
||||||
|
"drupal/smart_date": 5,
|
||||||
"drupal/advanced_text_formatter": 5,
|
"drupal/advanced_text_formatter": 5,
|
||||||
"drupal/bulkdelete": 20,
|
"drupal/bulkdelete": 20,
|
||||||
"drupal/config_ignore": 5,
|
"drupal/config_ignore": 5,
|
||||||
|
|
|
@ -0,0 +1,20 @@
|
||||||
|
uuid: 050bab14-0676-4c81-b718-814de988c1fd
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- system
|
||||||
|
theme:
|
||||||
|
- erabletheme
|
||||||
|
id: erabletheme_contenudelapageprincipale
|
||||||
|
theme: erabletheme
|
||||||
|
region: content
|
||||||
|
weight: -2
|
||||||
|
provider: null
|
||||||
|
plugin: system_main_block
|
||||||
|
settings:
|
||||||
|
id: system_main_block
|
||||||
|
label: 'Contenu de la page principale'
|
||||||
|
label_display: '0'
|
||||||
|
provider: system
|
||||||
|
visibility: { }
|
|
@ -0,0 +1,31 @@
|
||||||
|
uuid: fdb8d3f5-542e-4680-acfa-d282b070336f
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- system.menu.header
|
||||||
|
module:
|
||||||
|
- menu_block
|
||||||
|
theme:
|
||||||
|
- erabletheme
|
||||||
|
id: erabletheme_header
|
||||||
|
theme: erabletheme
|
||||||
|
region: header
|
||||||
|
weight: 2
|
||||||
|
provider: null
|
||||||
|
plugin: 'menu_block:header'
|
||||||
|
settings:
|
||||||
|
id: 'menu_block:header'
|
||||||
|
label: Menu
|
||||||
|
label_display: visible
|
||||||
|
provider: menu_block
|
||||||
|
follow: false
|
||||||
|
follow_parent: child
|
||||||
|
label_link: false
|
||||||
|
label_type: block
|
||||||
|
level: 1
|
||||||
|
depth: 0
|
||||||
|
expand_all_items: false
|
||||||
|
parent: 'header:'
|
||||||
|
suggestion: header
|
||||||
|
visibility: { }
|
|
@ -0,0 +1,25 @@
|
||||||
|
uuid: c0d2dc76-b02f-4b99-8421-dc1cb498ca99
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
content:
|
||||||
|
- 'block_content:logo_link:3276aaec-886f-4368-a08e-002f8e90e274'
|
||||||
|
module:
|
||||||
|
- block_content
|
||||||
|
theme:
|
||||||
|
- erabletheme
|
||||||
|
id: erabletheme_logoepau
|
||||||
|
theme: erabletheme
|
||||||
|
region: footer_left
|
||||||
|
weight: -3
|
||||||
|
provider: null
|
||||||
|
plugin: 'block_content:3276aaec-886f-4368-a08e-002f8e90e274'
|
||||||
|
settings:
|
||||||
|
id: 'block_content:3276aaec-886f-4368-a08e-002f8e90e274'
|
||||||
|
label: 'logo epau'
|
||||||
|
label_display: '0'
|
||||||
|
provider: block_content
|
||||||
|
status: true
|
||||||
|
info: ''
|
||||||
|
view_mode: full
|
||||||
|
visibility: { }
|
|
@ -0,0 +1,25 @@
|
||||||
|
uuid: 1d836ad4-58cc-44d4-853d-bb21674a6bac
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
content:
|
||||||
|
- 'block_content:logo_link:60ae10db-2185-4e75-a324-3590dec9d124'
|
||||||
|
module:
|
||||||
|
- block_content
|
||||||
|
theme:
|
||||||
|
- erabletheme
|
||||||
|
id: erabletheme_logoerable
|
||||||
|
theme: erabletheme
|
||||||
|
region: header
|
||||||
|
weight: -1
|
||||||
|
provider: null
|
||||||
|
plugin: 'block_content:60ae10db-2185-4e75-a324-3590dec9d124'
|
||||||
|
settings:
|
||||||
|
id: 'block_content:60ae10db-2185-4e75-a324-3590dec9d124'
|
||||||
|
label: 'Logo erable'
|
||||||
|
label_display: '0'
|
||||||
|
provider: block_content
|
||||||
|
status: true
|
||||||
|
info: ''
|
||||||
|
view_mode: full
|
||||||
|
visibility: { }
|
|
@ -0,0 +1,25 @@
|
||||||
|
uuid: be3c07e2-3aa9-4a10-a45e-e391848dd737
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
content:
|
||||||
|
- 'block_content:logo_link:e08fbafe-5787-4aba-8a5f-c3996085bce6'
|
||||||
|
module:
|
||||||
|
- block_content
|
||||||
|
theme:
|
||||||
|
- erabletheme
|
||||||
|
id: erabletheme_logorep
|
||||||
|
theme: erabletheme
|
||||||
|
region: footer_left
|
||||||
|
weight: -4
|
||||||
|
provider: null
|
||||||
|
plugin: 'block_content:e08fbafe-5787-4aba-8a5f-c3996085bce6'
|
||||||
|
settings:
|
||||||
|
id: 'block_content:e08fbafe-5787-4aba-8a5f-c3996085bce6'
|
||||||
|
label: 'logo rep'
|
||||||
|
label_display: '0'
|
||||||
|
provider: block_content
|
||||||
|
status: true
|
||||||
|
info: ''
|
||||||
|
view_mode: full
|
||||||
|
visibility: { }
|
|
@ -0,0 +1,25 @@
|
||||||
|
uuid: 0c7a737f-f9f7-4b6b-ae07-cd04247b9f72
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
content:
|
||||||
|
- 'block_content:logo_link:284bfddc-42a2-4268-ab22-b22cd0014e59'
|
||||||
|
module:
|
||||||
|
- block_content
|
||||||
|
theme:
|
||||||
|
- erabletheme
|
||||||
|
id: erabletheme_logorepublique
|
||||||
|
theme: erabletheme
|
||||||
|
region: header
|
||||||
|
weight: -2
|
||||||
|
provider: null
|
||||||
|
plugin: 'block_content:284bfddc-42a2-4268-ab22-b22cd0014e59'
|
||||||
|
settings:
|
||||||
|
id: 'block_content:284bfddc-42a2-4268-ab22-b22cd0014e59'
|
||||||
|
label: 'logo republique'
|
||||||
|
label_display: '0'
|
||||||
|
provider: block_content
|
||||||
|
status: true
|
||||||
|
info: ''
|
||||||
|
view_mode: full
|
||||||
|
visibility: { }
|
|
@ -0,0 +1,31 @@
|
||||||
|
uuid: fbafd41d-6910-4030-b311-94796bfdea06
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- system.menu.main
|
||||||
|
module:
|
||||||
|
- menu_block
|
||||||
|
theme:
|
||||||
|
- erabletheme
|
||||||
|
id: erabletheme_navigationprincipale
|
||||||
|
theme: erabletheme
|
||||||
|
region: header
|
||||||
|
weight: 0
|
||||||
|
provider: null
|
||||||
|
plugin: 'menu_block:main'
|
||||||
|
settings:
|
||||||
|
id: 'menu_block:main'
|
||||||
|
label: 'Navigation principale'
|
||||||
|
label_display: '0'
|
||||||
|
provider: menu_block
|
||||||
|
follow: false
|
||||||
|
follow_parent: child
|
||||||
|
label_link: false
|
||||||
|
label_type: block
|
||||||
|
level: 1
|
||||||
|
depth: 0
|
||||||
|
expand_all_items: false
|
||||||
|
parent: 'main:'
|
||||||
|
suggestion: main
|
||||||
|
visibility: { }
|
|
@ -0,0 +1,31 @@
|
||||||
|
uuid: 577993e9-e7db-404f-b873-94ccbd6e4f3f
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- system.menu.footer
|
||||||
|
module:
|
||||||
|
- menu_block
|
||||||
|
theme:
|
||||||
|
- erabletheme
|
||||||
|
id: erabletheme_pieddepage
|
||||||
|
theme: erabletheme
|
||||||
|
region: footer_center
|
||||||
|
weight: 0
|
||||||
|
provider: null
|
||||||
|
plugin: 'menu_block:footer'
|
||||||
|
settings:
|
||||||
|
id: 'menu_block:footer'
|
||||||
|
label: 'Pied de page'
|
||||||
|
label_display: '0'
|
||||||
|
provider: menu_block
|
||||||
|
follow: false
|
||||||
|
follow_parent: child
|
||||||
|
label_link: false
|
||||||
|
label_type: block
|
||||||
|
level: 1
|
||||||
|
depth: 0
|
||||||
|
expand_all_items: false
|
||||||
|
parent: 'footer:'
|
||||||
|
suggestion: footer
|
||||||
|
visibility: { }
|
|
@ -0,0 +1,166 @@
|
||||||
|
uuid: 3eb1e80e-a7a2-4d83-8087-50818311788f
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- block_class
|
||||||
|
- social_media_links
|
||||||
|
theme:
|
||||||
|
- erabletheme
|
||||||
|
id: erabletheme_socialmedialinks
|
||||||
|
theme: erabletheme
|
||||||
|
region: header
|
||||||
|
weight: 1
|
||||||
|
provider: null
|
||||||
|
plugin: social_media_links_block
|
||||||
|
settings:
|
||||||
|
id: social_media_links_block
|
||||||
|
label: 'Social Media Links'
|
||||||
|
label_display: '0'
|
||||||
|
provider: social_media_links
|
||||||
|
platforms:
|
||||||
|
linkedin:
|
||||||
|
value: erable
|
||||||
|
description: ''
|
||||||
|
weight: '-43'
|
||||||
|
twitter:
|
||||||
|
value: erable
|
||||||
|
description: ''
|
||||||
|
weight: '-42'
|
||||||
|
website:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-41'
|
||||||
|
glassdoor:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-40'
|
||||||
|
instagram:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-39'
|
||||||
|
xing:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-38'
|
||||||
|
contact:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-37'
|
||||||
|
rss:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-36'
|
||||||
|
tiktok:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-35'
|
||||||
|
mastodon:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-34'
|
||||||
|
amazon:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-33'
|
||||||
|
bitbucket:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-32'
|
||||||
|
patreon:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-31'
|
||||||
|
vkontakte:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-30'
|
||||||
|
slideshare:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-29'
|
||||||
|
github:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-28'
|
||||||
|
behance:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-27'
|
||||||
|
vimeo:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-26'
|
||||||
|
telegram:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-25'
|
||||||
|
youtube_channel:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-24'
|
||||||
|
googleplus:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-23'
|
||||||
|
facebook:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-22'
|
||||||
|
drupal:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-21'
|
||||||
|
flickr:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-20'
|
||||||
|
gitlab:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-19'
|
||||||
|
tumblr:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-18'
|
||||||
|
youtube:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-17'
|
||||||
|
pinterest:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-16'
|
||||||
|
email:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-15'
|
||||||
|
goodreads:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-14'
|
||||||
|
googleplay:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-13'
|
||||||
|
whatsapp:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-12'
|
||||||
|
meetup:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-11'
|
||||||
|
appearance:
|
||||||
|
orientation: h
|
||||||
|
show_name: 0
|
||||||
|
suggestion: ''
|
||||||
|
link_attributes:
|
||||||
|
target: '<none>'
|
||||||
|
rel: '<none>'
|
||||||
|
iconset:
|
||||||
|
style: 'fontawesome:2x'
|
||||||
|
installed_iconsets:
|
||||||
|
fontawesome:
|
||||||
|
examples: ''
|
||||||
|
visibility: { }
|
|
@ -0,0 +1,166 @@
|
||||||
|
uuid: 0a48c335-fdc7-42bc-8034-8f3c727ab83e
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- block_class
|
||||||
|
- social_media_links
|
||||||
|
theme:
|
||||||
|
- erabletheme
|
||||||
|
id: erabletheme_socialmedialinks_2
|
||||||
|
theme: erabletheme
|
||||||
|
region: footer_right
|
||||||
|
weight: -5
|
||||||
|
provider: null
|
||||||
|
plugin: social_media_links_block
|
||||||
|
settings:
|
||||||
|
id: social_media_links_block
|
||||||
|
label: 'Social Media Links'
|
||||||
|
label_display: '0'
|
||||||
|
provider: social_media_links
|
||||||
|
platforms:
|
||||||
|
linkedin:
|
||||||
|
value: erable
|
||||||
|
description: ''
|
||||||
|
weight: '-43'
|
||||||
|
twitter:
|
||||||
|
value: erable
|
||||||
|
description: ''
|
||||||
|
weight: '-42'
|
||||||
|
amazon:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-41'
|
||||||
|
bitbucket:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-40'
|
||||||
|
patreon:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-39'
|
||||||
|
vkontakte:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-38'
|
||||||
|
slideshare:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-37'
|
||||||
|
github:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-36'
|
||||||
|
behance:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-35'
|
||||||
|
vimeo:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-34'
|
||||||
|
telegram:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-33'
|
||||||
|
youtube_channel:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-32'
|
||||||
|
googleplus:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-31'
|
||||||
|
facebook:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-30'
|
||||||
|
drupal:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-29'
|
||||||
|
flickr:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-28'
|
||||||
|
gitlab:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-27'
|
||||||
|
tumblr:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-26'
|
||||||
|
youtube:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-25'
|
||||||
|
pinterest:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-24'
|
||||||
|
email:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-23'
|
||||||
|
goodreads:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-22'
|
||||||
|
googleplay:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-21'
|
||||||
|
whatsapp:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-20'
|
||||||
|
meetup:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-19'
|
||||||
|
website:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-18'
|
||||||
|
glassdoor:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-17'
|
||||||
|
instagram:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-16'
|
||||||
|
xing:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-15'
|
||||||
|
contact:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-14'
|
||||||
|
rss:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-13'
|
||||||
|
tiktok:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-12'
|
||||||
|
mastodon:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-11'
|
||||||
|
appearance:
|
||||||
|
orientation: h
|
||||||
|
show_name: 0
|
||||||
|
suggestion: ''
|
||||||
|
link_attributes:
|
||||||
|
target: '<none>'
|
||||||
|
rel: '<none>'
|
||||||
|
iconset:
|
||||||
|
style: 'fontawesome:2x'
|
||||||
|
installed_iconsets:
|
||||||
|
fontawesome:
|
||||||
|
examples: ''
|
||||||
|
visibility: { }
|
|
@ -0,0 +1,30 @@
|
||||||
|
uuid: ff745720-af36-4b4d-9369-ce2d45048dfa
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- block_class
|
||||||
|
- node
|
||||||
|
theme:
|
||||||
|
- erabletheme
|
||||||
|
id: erabletheme_titredepage
|
||||||
|
theme: erabletheme
|
||||||
|
region: content
|
||||||
|
weight: -3
|
||||||
|
provider: null
|
||||||
|
plugin: page_title_block
|
||||||
|
settings:
|
||||||
|
id: page_title_block
|
||||||
|
label: 'Titre de page'
|
||||||
|
label_display: '0'
|
||||||
|
provider: core
|
||||||
|
visibility:
|
||||||
|
'entity_bundle:node':
|
||||||
|
id: 'entity_bundle:node'
|
||||||
|
negate: false
|
||||||
|
context_mapping:
|
||||||
|
node: '@node.node_route_context:node'
|
||||||
|
bundles:
|
||||||
|
equipe: equipe
|
||||||
|
partenaire: partenaire
|
||||||
|
static: static
|
|
@ -0,0 +1,8 @@
|
||||||
|
uuid: 67af75c2-6ba0-4910-98c3-acb6d563642f
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
id: logo_link
|
||||||
|
label: 'Logo link'
|
||||||
|
revision: 0
|
||||||
|
description: ''
|
|
@ -0,0 +1,43 @@
|
||||||
|
uuid: 1de740a5-4aed-478d-bdc5-0b1467075e72
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- block_content.type.logo_link
|
||||||
|
- field.field.block_content.logo_link.field_lien
|
||||||
|
- field.field.block_content.logo_link.field_logo
|
||||||
|
- image.style.thumbnail
|
||||||
|
module:
|
||||||
|
- image
|
||||||
|
- link
|
||||||
|
id: block_content.logo_link.default
|
||||||
|
targetEntityType: block_content
|
||||||
|
bundle: logo_link
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
field_lien:
|
||||||
|
type: link_default
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
placeholder_url: ''
|
||||||
|
placeholder_title: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
field_logo:
|
||||||
|
type: image_image
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
progress_indicator: throbber
|
||||||
|
preview_image_style: thumbnail
|
||||||
|
third_party_settings: { }
|
||||||
|
info:
|
||||||
|
type: string_textfield
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
hidden:
|
||||||
|
langcode: true
|
|
@ -0,0 +1,116 @@
|
||||||
|
uuid: be6fcdbc-e76e-405d-aeb1-fbfc41ca937d
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.field.node.actualite.body
|
||||||
|
- field.field.node.actualite.field_date
|
||||||
|
- field.field.node.actualite.field_image
|
||||||
|
- field.field.node.actualite.field_lien
|
||||||
|
- field.field.node.actualite.field_pieces_jointes
|
||||||
|
- field.field.node.actualite.field_sous_titre
|
||||||
|
- field.field.node.actualite.field_type_d_actualite
|
||||||
|
- image.style.thumbnail
|
||||||
|
- node.type.actualite
|
||||||
|
module:
|
||||||
|
- datetime_range
|
||||||
|
- file
|
||||||
|
- image
|
||||||
|
- link
|
||||||
|
- path
|
||||||
|
- text
|
||||||
|
id: node.actualite.default
|
||||||
|
targetEntityType: node
|
||||||
|
bundle: actualite
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
body:
|
||||||
|
type: text_textarea_with_summary
|
||||||
|
weight: 5
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
rows: 9
|
||||||
|
summary_rows: 3
|
||||||
|
placeholder: ''
|
||||||
|
show_summary: false
|
||||||
|
third_party_settings: { }
|
||||||
|
field_date:
|
||||||
|
type: daterange_default
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
field_image:
|
||||||
|
type: image_image
|
||||||
|
weight: 4
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
progress_indicator: throbber
|
||||||
|
preview_image_style: thumbnail
|
||||||
|
third_party_settings: { }
|
||||||
|
field_lien:
|
||||||
|
type: link_default
|
||||||
|
weight: 6
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
placeholder_url: ''
|
||||||
|
placeholder_title: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
field_pieces_jointes:
|
||||||
|
type: file_generic
|
||||||
|
weight: 7
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
progress_indicator: throbber
|
||||||
|
third_party_settings: { }
|
||||||
|
field_sous_titre:
|
||||||
|
type: string_textfield
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
field_type_d_actualite:
|
||||||
|
type: entity_reference_autocomplete
|
||||||
|
weight: 3
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
match_operator: CONTAINS
|
||||||
|
match_limit: 10
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
path:
|
||||||
|
type: path
|
||||||
|
weight: 10
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
promote:
|
||||||
|
type: boolean_checkbox
|
||||||
|
weight: 9
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
display_label: true
|
||||||
|
third_party_settings: { }
|
||||||
|
status:
|
||||||
|
type: boolean_checkbox
|
||||||
|
weight: 8
|
||||||
|
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
|
|
@ -0,0 +1,62 @@
|
||||||
|
uuid: 6bf48c81-9753-45b9-a7be-7f8d0f74ad7b
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.field.node.equipe.field_membre
|
||||||
|
- field.field.node.equipe.field_poids
|
||||||
|
- node.type.equipe
|
||||||
|
module:
|
||||||
|
- paragraphs
|
||||||
|
id: node.equipe.default
|
||||||
|
targetEntityType: node
|
||||||
|
bundle: equipe
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
field_membre:
|
||||||
|
type: paragraphs
|
||||||
|
weight: 1
|
||||||
|
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_poids:
|
||||||
|
type: number
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
status:
|
||||||
|
type: boolean_checkbox
|
||||||
|
weight: 3
|
||||||
|
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
|
||||||
|
path: true
|
||||||
|
promote: true
|
||||||
|
sticky: true
|
||||||
|
uid: true
|
|
@ -0,0 +1,75 @@
|
||||||
|
uuid: c6c2ed37-e2bc-4d76-a65a-99b050c1624f
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.field.node.partenaire.body
|
||||||
|
- field.field.node.partenaire.field_lien
|
||||||
|
- field.field.node.partenaire.field_logo
|
||||||
|
- field.field.node.partenaire.field_poids
|
||||||
|
- image.style.thumbnail
|
||||||
|
- node.type.partenaire
|
||||||
|
module:
|
||||||
|
- image
|
||||||
|
- link
|
||||||
|
- text
|
||||||
|
id: node.partenaire.default
|
||||||
|
targetEntityType: node
|
||||||
|
bundle: partenaire
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
body:
|
||||||
|
type: text_textarea_with_summary
|
||||||
|
weight: 3
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
rows: 9
|
||||||
|
summary_rows: 3
|
||||||
|
placeholder: ''
|
||||||
|
show_summary: false
|
||||||
|
third_party_settings: { }
|
||||||
|
field_lien:
|
||||||
|
type: link_default
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
placeholder_url: ''
|
||||||
|
placeholder_title: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
field_logo:
|
||||||
|
type: image_image
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
progress_indicator: throbber
|
||||||
|
preview_image_style: thumbnail
|
||||||
|
third_party_settings: { }
|
||||||
|
field_poids:
|
||||||
|
type: number
|
||||||
|
weight: 4
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
status:
|
||||||
|
type: boolean_checkbox
|
||||||
|
weight: 5
|
||||||
|
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
|
||||||
|
path: true
|
||||||
|
promote: true
|
||||||
|
sticky: true
|
||||||
|
uid: true
|
|
@ -0,0 +1,126 @@
|
||||||
|
uuid: a5ab3bf9-f58d-4ca0-ac72-12af916d1943
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.field.node.static.body
|
||||||
|
- field.field.node.static.field_liens
|
||||||
|
- field.field.node.static.field_pieces_jointes
|
||||||
|
- field.field.node.static.field_sous_titre
|
||||||
|
- node.type.static
|
||||||
|
module:
|
||||||
|
- field_group
|
||||||
|
- file
|
||||||
|
- link
|
||||||
|
- text
|
||||||
|
third_party_settings:
|
||||||
|
field_group:
|
||||||
|
group_tabs:
|
||||||
|
children:
|
||||||
|
- group_principal
|
||||||
|
- group_media
|
||||||
|
label: Tabs
|
||||||
|
region: content
|
||||||
|
parent_name: ''
|
||||||
|
weight: 2
|
||||||
|
format_type: tabs
|
||||||
|
format_settings:
|
||||||
|
classes: ''
|
||||||
|
show_empty_fields: false
|
||||||
|
id: ''
|
||||||
|
label_as_html: false
|
||||||
|
direction: horizontal
|
||||||
|
width_breakpoint: 640
|
||||||
|
group_principal:
|
||||||
|
children:
|
||||||
|
- body
|
||||||
|
label: Principal
|
||||||
|
region: hidden
|
||||||
|
parent_name: group_tabs
|
||||||
|
weight: 7
|
||||||
|
format_type: tab
|
||||||
|
format_settings:
|
||||||
|
classes: ''
|
||||||
|
show_empty_fields: false
|
||||||
|
id: ''
|
||||||
|
label_as_html: false
|
||||||
|
formatter: open
|
||||||
|
description: ''
|
||||||
|
required_fields: true
|
||||||
|
group_media:
|
||||||
|
children:
|
||||||
|
- field_liens
|
||||||
|
- field_pieces_jointes
|
||||||
|
label: Média
|
||||||
|
region: hidden
|
||||||
|
parent_name: group_tabs
|
||||||
|
weight: 8
|
||||||
|
format_type: tab
|
||||||
|
format_settings:
|
||||||
|
classes: ''
|
||||||
|
show_empty_fields: false
|
||||||
|
id: ''
|
||||||
|
label_as_html: false
|
||||||
|
formatter: closed
|
||||||
|
description: ''
|
||||||
|
required_fields: true
|
||||||
|
id: node.static.default
|
||||||
|
targetEntityType: node
|
||||||
|
bundle: static
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
body:
|
||||||
|
type: text_textarea_with_summary
|
||||||
|
weight: 3
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
rows: 9
|
||||||
|
summary_rows: 3
|
||||||
|
placeholder: ''
|
||||||
|
show_summary: false
|
||||||
|
third_party_settings: { }
|
||||||
|
field_liens:
|
||||||
|
type: link_default
|
||||||
|
weight: 5
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
placeholder_url: ''
|
||||||
|
placeholder_title: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
field_pieces_jointes:
|
||||||
|
type: file_generic
|
||||||
|
weight: 6
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
progress_indicator: throbber
|
||||||
|
third_party_settings: { }
|
||||||
|
field_sous_titre:
|
||||||
|
type: string_textfield
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
status:
|
||||||
|
type: boolean_checkbox
|
||||||
|
weight: 3
|
||||||
|
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
|
||||||
|
path: true
|
||||||
|
promote: true
|
||||||
|
sticky: true
|
||||||
|
uid: true
|
|
@ -0,0 +1,54 @@
|
||||||
|
uuid: 2feeb5f3-5b16-4527-90c2-87ed63c62584
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.field.paragraph.membre_equipe.field_nom
|
||||||
|
- field.field.paragraph.membre_equipe.field_portrait
|
||||||
|
- field.field.paragraph.membre_equipe.field_prenom
|
||||||
|
- field.field.paragraph.membre_equipe.field_texte
|
||||||
|
- image.style.thumbnail
|
||||||
|
- paragraphs.paragraphs_type.membre_equipe
|
||||||
|
module:
|
||||||
|
- image
|
||||||
|
- text
|
||||||
|
id: paragraph.membre_equipe.default
|
||||||
|
targetEntityType: paragraph
|
||||||
|
bundle: membre_equipe
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
field_nom:
|
||||||
|
type: string_textfield
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
field_portrait:
|
||||||
|
type: image_image
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
progress_indicator: throbber
|
||||||
|
preview_image_style: thumbnail
|
||||||
|
third_party_settings: { }
|
||||||
|
field_prenom:
|
||||||
|
type: string_textfield
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
field_texte:
|
||||||
|
type: text_textarea
|
||||||
|
weight: 3
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
rows: 5
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
hidden:
|
||||||
|
created: true
|
||||||
|
status: true
|
|
@ -0,0 +1,37 @@
|
||||||
|
uuid: 14822d63-acb4-4091-9a32-68d9f7a39b05
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- block_content.type.logo_link
|
||||||
|
- field.field.block_content.logo_link.field_lien
|
||||||
|
- field.field.block_content.logo_link.field_logo
|
||||||
|
module:
|
||||||
|
- image
|
||||||
|
- linked_field
|
||||||
|
id: block_content.logo_link.default
|
||||||
|
targetEntityType: block_content
|
||||||
|
bundle: logo_link
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
field_logo:
|
||||||
|
type: image
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
image_link: ''
|
||||||
|
image_style: ''
|
||||||
|
image_loading:
|
||||||
|
attribute: lazy
|
||||||
|
third_party_settings:
|
||||||
|
linked_field:
|
||||||
|
linked: '1'
|
||||||
|
type: field
|
||||||
|
destination: field_lien
|
||||||
|
advanced: { }
|
||||||
|
token: ''
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
hidden:
|
||||||
|
field_lien: true
|
||||||
|
langcode: true
|
||||||
|
search_api_excerpt: true
|
|
@ -0,0 +1,97 @@
|
||||||
|
uuid: e435566a-3bd5-4cca-9370-3f2117023428
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.field.node.actualite.body
|
||||||
|
- field.field.node.actualite.field_date
|
||||||
|
- field.field.node.actualite.field_image
|
||||||
|
- field.field.node.actualite.field_lien
|
||||||
|
- field.field.node.actualite.field_pieces_jointes
|
||||||
|
- field.field.node.actualite.field_sous_titre
|
||||||
|
- field.field.node.actualite.field_type_d_actualite
|
||||||
|
- node.type.actualite
|
||||||
|
module:
|
||||||
|
- datetime_range
|
||||||
|
- file
|
||||||
|
- image
|
||||||
|
- link
|
||||||
|
- text
|
||||||
|
- user
|
||||||
|
id: node.actualite.default
|
||||||
|
targetEntityType: node
|
||||||
|
bundle: actualite
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
body:
|
||||||
|
type: text_default
|
||||||
|
label: hidden
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 101
|
||||||
|
region: content
|
||||||
|
field_date:
|
||||||
|
type: daterange_default
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
timezone_override: ''
|
||||||
|
format_type: medium
|
||||||
|
separator: '-'
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 103
|
||||||
|
region: content
|
||||||
|
field_image:
|
||||||
|
type: image
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
image_link: ''
|
||||||
|
image_style: ''
|
||||||
|
image_loading:
|
||||||
|
attribute: lazy
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 102
|
||||||
|
region: content
|
||||||
|
field_lien:
|
||||||
|
type: link
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
trim_length: 80
|
||||||
|
url_only: false
|
||||||
|
url_plain: false
|
||||||
|
rel: nofollow
|
||||||
|
target: '0'
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
|
field_pieces_jointes:
|
||||||
|
type: file_default
|
||||||
|
label: hidden
|
||||||
|
settings:
|
||||||
|
use_description_as_link_text: true
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 4
|
||||||
|
region: content
|
||||||
|
field_sous_titre:
|
||||||
|
type: string
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
field_type_d_actualite:
|
||||||
|
type: entity_reference_label
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
link: true
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 104
|
||||||
|
region: content
|
||||||
|
links:
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 100
|
||||||
|
region: content
|
||||||
|
hidden:
|
||||||
|
langcode: true
|
||||||
|
search_api_excerpt: true
|
|
@ -0,0 +1,94 @@
|
||||||
|
uuid: 8cc93c7d-2223-4935-b7a4-df7e146a3264
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- core.entity_view_mode.node.full
|
||||||
|
- field.field.node.actualite.body
|
||||||
|
- field.field.node.actualite.field_date
|
||||||
|
- field.field.node.actualite.field_image
|
||||||
|
- field.field.node.actualite.field_lien
|
||||||
|
- field.field.node.actualite.field_pieces_jointes
|
||||||
|
- field.field.node.actualite.field_sous_titre
|
||||||
|
- field.field.node.actualite.field_type_d_actualite
|
||||||
|
- node.type.actualite
|
||||||
|
module:
|
||||||
|
- datetime_range
|
||||||
|
- file
|
||||||
|
- image
|
||||||
|
- link
|
||||||
|
- text
|
||||||
|
- user
|
||||||
|
id: node.actualite.full
|
||||||
|
targetEntityType: node
|
||||||
|
bundle: actualite
|
||||||
|
mode: full
|
||||||
|
content:
|
||||||
|
body:
|
||||||
|
type: text_default
|
||||||
|
label: visually_hidden
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 4
|
||||||
|
region: content
|
||||||
|
field_date:
|
||||||
|
type: daterange_default
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
timezone_override: ''
|
||||||
|
format_type: html_date
|
||||||
|
separator: '-'
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
field_image:
|
||||||
|
type: image
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
image_link: ''
|
||||||
|
image_style: ''
|
||||||
|
image_loading:
|
||||||
|
attribute: lazy
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 3
|
||||||
|
region: content
|
||||||
|
field_lien:
|
||||||
|
type: link
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
trim_length: 80
|
||||||
|
url_only: false
|
||||||
|
url_plain: false
|
||||||
|
rel: nofollow
|
||||||
|
target: '0'
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 5
|
||||||
|
region: content
|
||||||
|
field_pieces_jointes:
|
||||||
|
type: file_default
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
use_description_as_link_text: true
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 6
|
||||||
|
region: content
|
||||||
|
field_sous_titre:
|
||||||
|
type: string
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
|
field_type_d_actualite:
|
||||||
|
type: entity_reference_label
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
link: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
|
hidden:
|
||||||
|
langcode: true
|
||||||
|
links: true
|
||||||
|
search_api_excerpt: true
|
|
@ -0,0 +1,67 @@
|
||||||
|
uuid: 037ec01b-4895-4806-bf6a-491907b7c5ab
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- core.entity_view_mode.node.home
|
||||||
|
- field.field.node.actualite.body
|
||||||
|
- field.field.node.actualite.field_date
|
||||||
|
- field.field.node.actualite.field_image
|
||||||
|
- field.field.node.actualite.field_lien
|
||||||
|
- field.field.node.actualite.field_pieces_jointes
|
||||||
|
- field.field.node.actualite.field_sous_titre
|
||||||
|
- field.field.node.actualite.field_type_d_actualite
|
||||||
|
- node.type.actualite
|
||||||
|
module:
|
||||||
|
- datetime_range
|
||||||
|
- image
|
||||||
|
- user
|
||||||
|
id: node.actualite.home
|
||||||
|
targetEntityType: node
|
||||||
|
bundle: actualite
|
||||||
|
mode: home
|
||||||
|
content:
|
||||||
|
field_date:
|
||||||
|
type: daterange_default
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
timezone_override: ''
|
||||||
|
format_type: html_date
|
||||||
|
separator: '-'
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
|
field_image:
|
||||||
|
type: image
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
image_link: content
|
||||||
|
image_style: ''
|
||||||
|
image_loading:
|
||||||
|
attribute: lazy
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
field_sous_titre:
|
||||||
|
type: string
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 3
|
||||||
|
region: content
|
||||||
|
field_type_d_actualite:
|
||||||
|
type: entity_reference_label
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
link: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
|
hidden:
|
||||||
|
body: true
|
||||||
|
field_lien: true
|
||||||
|
field_pieces_jointes: true
|
||||||
|
langcode: true
|
||||||
|
links: true
|
||||||
|
search_api_excerpt: true
|
|
@ -0,0 +1,76 @@
|
||||||
|
uuid: 3c68986f-be4f-4d35-8e27-a776fb60649f
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- core.entity_view_mode.node.teaser
|
||||||
|
- field.field.node.actualite.body
|
||||||
|
- field.field.node.actualite.field_date
|
||||||
|
- field.field.node.actualite.field_image
|
||||||
|
- field.field.node.actualite.field_lien
|
||||||
|
- field.field.node.actualite.field_pieces_jointes
|
||||||
|
- field.field.node.actualite.field_sous_titre
|
||||||
|
- field.field.node.actualite.field_type_d_actualite
|
||||||
|
- image.style.large
|
||||||
|
- node.type.actualite
|
||||||
|
module:
|
||||||
|
- datetime_range
|
||||||
|
- image
|
||||||
|
- text
|
||||||
|
- user
|
||||||
|
id: node.actualite.teaser
|
||||||
|
targetEntityType: node
|
||||||
|
bundle: actualite
|
||||||
|
mode: teaser
|
||||||
|
content:
|
||||||
|
body:
|
||||||
|
type: text_summary_or_trimmed
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
trim_length: 200
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 4
|
||||||
|
region: content
|
||||||
|
field_date:
|
||||||
|
type: daterange_default
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
timezone_override: ''
|
||||||
|
format_type: html_date
|
||||||
|
separator: '-'
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
|
field_image:
|
||||||
|
type: image
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
image_link: content
|
||||||
|
image_style: large
|
||||||
|
image_loading:
|
||||||
|
attribute: lazy
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
field_sous_titre:
|
||||||
|
type: string
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 3
|
||||||
|
region: content
|
||||||
|
field_type_d_actualite:
|
||||||
|
type: entity_reference_label
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
link: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
|
hidden:
|
||||||
|
field_lien: true
|
||||||
|
field_pieces_jointes: true
|
||||||
|
langcode: true
|
||||||
|
links: true
|
||||||
|
search_api_excerpt: true
|
|
@ -0,0 +1,38 @@
|
||||||
|
uuid: 16117cf3-88f5-4bb4-b49a-44e6a46dae9f
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.field.node.equipe.field_membre
|
||||||
|
- field.field.node.equipe.field_poids
|
||||||
|
- node.type.equipe
|
||||||
|
module:
|
||||||
|
- entity_reference_revisions
|
||||||
|
- user
|
||||||
|
id: node.equipe.default
|
||||||
|
targetEntityType: node
|
||||||
|
bundle: equipe
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
field_membre:
|
||||||
|
type: entity_reference_revisions_entity_view
|
||||||
|
label: hidden
|
||||||
|
settings:
|
||||||
|
view_mode: default
|
||||||
|
link: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
field_poids:
|
||||||
|
type: number_integer
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
thousand_separator: ''
|
||||||
|
prefix_suffix: true
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
|
hidden:
|
||||||
|
langcode: true
|
||||||
|
links: true
|
||||||
|
search_api_excerpt: true
|
|
@ -0,0 +1,26 @@
|
||||||
|
uuid: 7ed6745a-4fa6-4f00-a534-5e595c0bd54b
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- core.entity_view_mode.node.teaser
|
||||||
|
- field.field.node.equipe.field_membre
|
||||||
|
- field.field.node.equipe.field_poids
|
||||||
|
- node.type.equipe
|
||||||
|
module:
|
||||||
|
- user
|
||||||
|
id: node.equipe.teaser
|
||||||
|
targetEntityType: node
|
||||||
|
bundle: equipe
|
||||||
|
mode: teaser
|
||||||
|
content:
|
||||||
|
links:
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 100
|
||||||
|
region: content
|
||||||
|
hidden:
|
||||||
|
field_membre: true
|
||||||
|
field_poids: true
|
||||||
|
langcode: true
|
||||||
|
search_api_excerpt: true
|
|
@ -0,0 +1,56 @@
|
||||||
|
uuid: 9445e1f6-376c-43b6-9d7b-4c245c25a748
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.field.node.partenaire.body
|
||||||
|
- field.field.node.partenaire.field_lien
|
||||||
|
- field.field.node.partenaire.field_logo
|
||||||
|
- field.field.node.partenaire.field_poids
|
||||||
|
- image.style.large
|
||||||
|
- node.type.partenaire
|
||||||
|
module:
|
||||||
|
- image
|
||||||
|
- link
|
||||||
|
- text
|
||||||
|
- user
|
||||||
|
id: node.partenaire.default
|
||||||
|
targetEntityType: node
|
||||||
|
bundle: partenaire
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
body:
|
||||||
|
type: text_default
|
||||||
|
label: visually_hidden
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
|
field_lien:
|
||||||
|
type: link
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
trim_length: 80
|
||||||
|
url_only: false
|
||||||
|
url_plain: false
|
||||||
|
rel: nofollow
|
||||||
|
target: '0'
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
|
field_logo:
|
||||||
|
type: image
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
image_link: ''
|
||||||
|
image_style: large
|
||||||
|
image_loading:
|
||||||
|
attribute: lazy
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
hidden:
|
||||||
|
field_poids: true
|
||||||
|
langcode: true
|
||||||
|
links: true
|
||||||
|
search_api_excerpt: true
|
|
@ -0,0 +1,38 @@
|
||||||
|
uuid: be733886-84f5-481c-b217-18e766ae6497
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- core.entity_view_mode.node.teaser
|
||||||
|
- field.field.node.partenaire.body
|
||||||
|
- field.field.node.partenaire.field_lien
|
||||||
|
- field.field.node.partenaire.field_logo
|
||||||
|
- field.field.node.partenaire.field_poids
|
||||||
|
- node.type.partenaire
|
||||||
|
module:
|
||||||
|
- text
|
||||||
|
- user
|
||||||
|
id: node.partenaire.teaser
|
||||||
|
targetEntityType: node
|
||||||
|
bundle: partenaire
|
||||||
|
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_lien: true
|
||||||
|
field_logo: true
|
||||||
|
field_poids: true
|
||||||
|
langcode: true
|
||||||
|
search_api_excerpt: true
|
|
@ -4,8 +4,13 @@ status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.field.node.static.body
|
- field.field.node.static.body
|
||||||
|
- field.field.node.static.field_liens
|
||||||
|
- field.field.node.static.field_pieces_jointes
|
||||||
|
- field.field.node.static.field_sous_titre
|
||||||
- node.type.static
|
- node.type.static
|
||||||
module:
|
module:
|
||||||
|
- file
|
||||||
|
- link
|
||||||
- text
|
- text
|
||||||
- user
|
- user
|
||||||
_core:
|
_core:
|
||||||
|
@ -20,12 +25,40 @@ content:
|
||||||
label: hidden
|
label: hidden
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
|
field_liens:
|
||||||
|
type: link
|
||||||
|
label: hidden
|
||||||
|
settings:
|
||||||
|
trim_length: 80
|
||||||
|
url_only: false
|
||||||
|
url_plain: false
|
||||||
|
rel: ''
|
||||||
|
target: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 3
|
||||||
|
region: content
|
||||||
|
field_pieces_jointes:
|
||||||
|
type: file_default
|
||||||
|
label: hidden
|
||||||
|
settings:
|
||||||
|
use_description_as_link_text: true
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 4
|
||||||
|
region: content
|
||||||
|
field_sous_titre:
|
||||||
|
type: string
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
weight: 0
|
weight: 0
|
||||||
region: content
|
region: content
|
||||||
links:
|
links:
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 1
|
weight: 2
|
||||||
region: content
|
region: content
|
||||||
hidden:
|
hidden:
|
||||||
langcode: true
|
langcode: true
|
||||||
|
|
|
@ -0,0 +1,53 @@
|
||||||
|
uuid: e3a787a6-66e0-4e8c-a82e-79f66f8f10e5
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- core.entity_view_mode.node.teaser
|
||||||
|
- field.field.node.static.body
|
||||||
|
- field.field.node.static.field_liens
|
||||||
|
- field.field.node.static.field_pieces_jointes
|
||||||
|
- field.field.node.static.field_sous_titre
|
||||||
|
- node.type.static
|
||||||
|
module:
|
||||||
|
- smart_trim
|
||||||
|
- user
|
||||||
|
_core:
|
||||||
|
default_config_hash: 9mgezio6-8HiMYhQHSfouZjKyY4BFKR71Yh4kbSmAYU
|
||||||
|
id: node.static.teaser
|
||||||
|
targetEntityType: node
|
||||||
|
bundle: static
|
||||||
|
mode: teaser
|
||||||
|
content:
|
||||||
|
body:
|
||||||
|
type: smart_trim
|
||||||
|
label: hidden
|
||||||
|
settings:
|
||||||
|
trim_length: 600
|
||||||
|
trim_type: chars
|
||||||
|
trim_suffix: ''
|
||||||
|
wrap_output: false
|
||||||
|
wrap_class: trimmed
|
||||||
|
more:
|
||||||
|
display_link: true
|
||||||
|
target_blank: false
|
||||||
|
link_trim_only: true
|
||||||
|
class: more-link
|
||||||
|
text: 'En savoir plus'
|
||||||
|
aria_label: 'Read more about [node:title]'
|
||||||
|
token_browser: ''
|
||||||
|
summary_handler: full
|
||||||
|
trim_options:
|
||||||
|
text: false
|
||||||
|
trim_zero: false
|
||||||
|
replace_tokens: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
hidden:
|
||||||
|
field_liens: true
|
||||||
|
field_pieces_jointes: true
|
||||||
|
field_sous_titre: true
|
||||||
|
langcode: true
|
||||||
|
links: true
|
||||||
|
search_api_excerpt: true
|
|
@ -0,0 +1,54 @@
|
||||||
|
uuid: 0d983d31-6ac9-4d29-9fa6-0a3d3400dc34
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.field.paragraph.membre_equipe.field_nom
|
||||||
|
- field.field.paragraph.membre_equipe.field_portrait
|
||||||
|
- field.field.paragraph.membre_equipe.field_prenom
|
||||||
|
- field.field.paragraph.membre_equipe.field_texte
|
||||||
|
- paragraphs.paragraphs_type.membre_equipe
|
||||||
|
module:
|
||||||
|
- image
|
||||||
|
- text
|
||||||
|
id: paragraph.membre_equipe.default
|
||||||
|
targetEntityType: paragraph
|
||||||
|
bundle: membre_equipe
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
field_nom:
|
||||||
|
type: string
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
|
field_portrait:
|
||||||
|
type: image
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
image_link: ''
|
||||||
|
image_style: ''
|
||||||
|
image_loading:
|
||||||
|
attribute: lazy
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
field_prenom:
|
||||||
|
type: string
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
|
field_texte:
|
||||||
|
type: text_default
|
||||||
|
label: visually_hidden
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 3
|
||||||
|
region: content
|
||||||
|
hidden:
|
||||||
|
search_api_excerpt: true
|
|
@ -0,0 +1,12 @@
|
||||||
|
uuid: 8d92c819-67c1-430c-9a40-343d33cb8e1a
|
||||||
|
langcode: fr
|
||||||
|
status: false
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- block_content
|
||||||
|
_core:
|
||||||
|
default_config_hash: 4tedlMuvQjDOdvHdw86_e-2Rt78aR7TGFMfOK8Ejppg
|
||||||
|
id: block_content.full
|
||||||
|
label: Complet
|
||||||
|
targetEntityType: block_content
|
||||||
|
cache: true
|
|
@ -0,0 +1,10 @@
|
||||||
|
uuid: dfac0f43-52de-4bad-a42f-2da3c5b56792
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- node
|
||||||
|
id: node.home
|
||||||
|
label: Home
|
||||||
|
targetEntityType: node
|
||||||
|
cache: true
|
|
@ -0,0 +1,12 @@
|
||||||
|
uuid: 7426cec9-e1e3-4f15-a227-cc43fd945d8e
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- paragraphs
|
||||||
|
_core:
|
||||||
|
default_config_hash: h3BeHVei4Lnyqbkao3YiF4KqoY-DhRvUNfEgKG8Rgjg
|
||||||
|
id: paragraph.preview
|
||||||
|
label: Aperçu
|
||||||
|
targetEntityType: paragraph
|
||||||
|
cache: true
|
|
@ -12,6 +12,7 @@ module:
|
||||||
better_exposed_filters: 0
|
better_exposed_filters: 0
|
||||||
block: 0
|
block: 0
|
||||||
block_class: 0
|
block_class: 0
|
||||||
|
block_content: 0
|
||||||
breakpoint: 0
|
breakpoint: 0
|
||||||
bulkdelete: 0
|
bulkdelete: 0
|
||||||
ckeditor5: 0
|
ckeditor5: 0
|
||||||
|
@ -42,6 +43,7 @@ module:
|
||||||
embed: 0
|
embed: 0
|
||||||
entity_browser: 0
|
entity_browser: 0
|
||||||
entity_browser_enhanced: 0
|
entity_browser_enhanced: 0
|
||||||
|
entity_reference_revisions: 0
|
||||||
field: 0
|
field: 0
|
||||||
field_group: 0
|
field_group: 0
|
||||||
field_ui: 0
|
field_ui: 0
|
||||||
|
@ -58,6 +60,7 @@ module:
|
||||||
jquery_ui_slider: 0
|
jquery_ui_slider: 0
|
||||||
jquery_ui_touch_punch: 0
|
jquery_ui_touch_punch: 0
|
||||||
language: 0
|
language: 0
|
||||||
|
layout_discovery: 0
|
||||||
link: 0
|
link: 0
|
||||||
link_attributes: 0
|
link_attributes: 0
|
||||||
linkit: 0
|
linkit: 0
|
||||||
|
@ -71,7 +74,10 @@ module:
|
||||||
node: 0
|
node: 0
|
||||||
options: 0
|
options: 0
|
||||||
page_cache: 0
|
page_cache: 0
|
||||||
|
page_manager: 0
|
||||||
|
page_manager_ui: 0
|
||||||
pagerer: 0
|
pagerer: 0
|
||||||
|
panels: 0
|
||||||
path: 0
|
path: 0
|
||||||
path_alias: 0
|
path_alias: 0
|
||||||
path_alias_xt: 0
|
path_alias_xt: 0
|
||||||
|
@ -81,8 +87,10 @@ module:
|
||||||
responsive_image: 0
|
responsive_image: 0
|
||||||
search_api: 0
|
search_api: 0
|
||||||
search_api_db: 0
|
search_api_db: 0
|
||||||
|
smart_date: 0
|
||||||
smart_trim: 0
|
smart_trim: 0
|
||||||
smtp: 0
|
smtp: 0
|
||||||
|
social_media_links: 0
|
||||||
system: 0
|
system: 0
|
||||||
taxonomy: 0
|
taxonomy: 0
|
||||||
telephone: 0
|
telephone: 0
|
||||||
|
@ -101,6 +109,8 @@ module:
|
||||||
pathauto: 1
|
pathauto: 1
|
||||||
content_translation: 10
|
content_translation: 10
|
||||||
views: 10
|
views: 10
|
||||||
|
paragraphs: 11
|
||||||
|
linked_field: 100
|
||||||
figli_starter_kit: 1000
|
figli_starter_kit: 1000
|
||||||
theme:
|
theme:
|
||||||
seven: 0
|
seven: 0
|
||||||
|
|
|
@ -1,4 +1,10 @@
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: vCYrtzrLLCbq9UlGR4CxiEg0LXt4qGwRO4VkluZZq9o
|
default_config_hash: vCYrtzrLLCbq9UlGR4CxiEg0LXt4qGwRO4VkluZZq9o
|
||||||
langcode: fr
|
langcode: fr
|
||||||
definitions: { }
|
definitions:
|
||||||
|
contact__site_page:
|
||||||
|
weight: -50
|
||||||
|
menu_name: footer
|
||||||
|
parent: ''
|
||||||
|
enabled: false
|
||||||
|
expanded: false
|
||||||
|
|
|
@ -16,6 +16,8 @@ settings:
|
||||||
- heading
|
- heading
|
||||||
- bold
|
- bold
|
||||||
- italic
|
- italic
|
||||||
|
- link
|
||||||
|
- drupalInsertImage
|
||||||
plugins:
|
plugins:
|
||||||
ckeditor5_heading:
|
ckeditor5_heading:
|
||||||
enabled_headings:
|
enabled_headings:
|
||||||
|
@ -24,4 +26,15 @@ settings:
|
||||||
- heading4
|
- heading4
|
||||||
- heading5
|
- heading5
|
||||||
- heading6
|
- heading6
|
||||||
image_upload: { }
|
ckeditor5_imageResize:
|
||||||
|
allow_resize: true
|
||||||
|
linkit_extension:
|
||||||
|
linkit_enabled: false
|
||||||
|
image_upload:
|
||||||
|
status: true
|
||||||
|
scheme: public
|
||||||
|
directory: inline-images
|
||||||
|
max_size: ''
|
||||||
|
max_dimensions:
|
||||||
|
width: 0
|
||||||
|
height: 0
|
||||||
|
|
|
@ -0,0 +1,23 @@
|
||||||
|
uuid: becb39e5-b19f-491a-a0d9-42cb9f2fb76a
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- block_content.type.logo_link
|
||||||
|
- field.storage.block_content.field_lien
|
||||||
|
module:
|
||||||
|
- link
|
||||||
|
id: block_content.logo_link.field_lien
|
||||||
|
field_name: field_lien
|
||||||
|
entity_type: block_content
|
||||||
|
bundle: logo_link
|
||||||
|
label: Lien
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
title: 0
|
||||||
|
link_type: 17
|
||||||
|
field_type: link
|
|
@ -0,0 +1,38 @@
|
||||||
|
uuid: e1aa389a-afed-4325-9036-865235a77daf
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- block_content.type.logo_link
|
||||||
|
- field.storage.block_content.field_logo
|
||||||
|
module:
|
||||||
|
- image
|
||||||
|
id: block_content.logo_link.field_logo
|
||||||
|
field_name: field_logo
|
||||||
|
entity_type: block_content
|
||||||
|
bundle: logo_link
|
||||||
|
label: Logo
|
||||||
|
description: ''
|
||||||
|
required: true
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
handler: 'default:file'
|
||||||
|
handler_settings: { }
|
||||||
|
file_directory: logos
|
||||||
|
file_extensions: 'png gif jpg jpeg'
|
||||||
|
max_filesize: ''
|
||||||
|
max_resolution: 800x600
|
||||||
|
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
|
|
@ -0,0 +1,24 @@
|
||||||
|
uuid: 2935a0aa-0a34-4eff-afb8-240ec5f06ff9
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.body
|
||||||
|
- node.type.actualite
|
||||||
|
module:
|
||||||
|
- text
|
||||||
|
id: node.actualite.body
|
||||||
|
field_name: body
|
||||||
|
entity_type: node
|
||||||
|
bundle: actualite
|
||||||
|
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
|
|
@ -0,0 +1,21 @@
|
||||||
|
uuid: 9f72ccaf-6f1a-4d45-92f8-6e6fba8142bb
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_date
|
||||||
|
- node.type.actualite
|
||||||
|
module:
|
||||||
|
- datetime_range
|
||||||
|
id: node.actualite.field_date
|
||||||
|
field_name: field_date
|
||||||
|
entity_type: node
|
||||||
|
bundle: actualite
|
||||||
|
label: Date
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: daterange
|
|
@ -0,0 +1,38 @@
|
||||||
|
uuid: caa1fbf7-1dc3-4c49-803a-4cd87469f8ee
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_image
|
||||||
|
- node.type.actualite
|
||||||
|
module:
|
||||||
|
- image
|
||||||
|
id: node.actualite.field_image
|
||||||
|
field_name: field_image
|
||||||
|
entity_type: node
|
||||||
|
bundle: actualite
|
||||||
|
label: Image
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
handler: 'default:file'
|
||||||
|
handler_settings: { }
|
||||||
|
file_directory: actus
|
||||||
|
file_extensions: 'png gif jpg jpeg'
|
||||||
|
max_filesize: ''
|
||||||
|
max_resolution: ''
|
||||||
|
min_resolution: ''
|
||||||
|
alt_field: true
|
||||||
|
alt_field_required: true
|
||||||
|
title_field: true
|
||||||
|
title_field_required: false
|
||||||
|
default_image:
|
||||||
|
uuid: ''
|
||||||
|
alt: ''
|
||||||
|
title: ''
|
||||||
|
width: null
|
||||||
|
height: null
|
||||||
|
field_type: image
|
|
@ -0,0 +1,23 @@
|
||||||
|
uuid: 104d39a8-feff-4fae-aa34-e784b4d4ae2b
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_lien
|
||||||
|
- node.type.actualite
|
||||||
|
module:
|
||||||
|
- link
|
||||||
|
id: node.actualite.field_lien
|
||||||
|
field_name: field_lien
|
||||||
|
entity_type: node
|
||||||
|
bundle: actualite
|
||||||
|
label: Lien
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
title: 1
|
||||||
|
link_type: 17
|
||||||
|
field_type: link
|
|
@ -0,0 +1,27 @@
|
||||||
|
uuid: 087ea5d5-9de1-4e6b-a334-dffc02b6ab58
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_pieces_jointes
|
||||||
|
- node.type.actualite
|
||||||
|
module:
|
||||||
|
- file
|
||||||
|
id: node.actualite.field_pieces_jointes
|
||||||
|
field_name: field_pieces_jointes
|
||||||
|
entity_type: node
|
||||||
|
bundle: actualite
|
||||||
|
label: 'Pièces jointes'
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
handler: 'default:file'
|
||||||
|
handler_settings: { }
|
||||||
|
file_directory: pieces-jointes
|
||||||
|
file_extensions: 'txt pdf doc docx obs png jpg svg'
|
||||||
|
max_filesize: ''
|
||||||
|
description_field: true
|
||||||
|
field_type: file
|
|
@ -0,0 +1,19 @@
|
||||||
|
uuid: 87e31db6-c133-4d16-b2fc-9c6ce5486e01
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_sous_titre
|
||||||
|
- node.type.actualite
|
||||||
|
id: node.actualite.field_sous_titre
|
||||||
|
field_name: field_sous_titre
|
||||||
|
entity_type: node
|
||||||
|
bundle: actualite
|
||||||
|
label: Sous-titre
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: string
|
|
@ -0,0 +1,29 @@
|
||||||
|
uuid: 6e4c7799-c6ed-4e30-a9ee-3cf2635e2ee7
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_type_d_actualite
|
||||||
|
- node.type.actualite
|
||||||
|
- taxonomy.vocabulary.type_dactus
|
||||||
|
id: node.actualite.field_type_d_actualite
|
||||||
|
field_name: field_type_d_actualite
|
||||||
|
entity_type: node
|
||||||
|
bundle: actualite
|
||||||
|
label: "Type d'actualité"
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
handler: 'default:taxonomy_term'
|
||||||
|
handler_settings:
|
||||||
|
target_bundles:
|
||||||
|
type_dactus: type_dactus
|
||||||
|
sort:
|
||||||
|
field: name
|
||||||
|
direction: asc
|
||||||
|
auto_create: true
|
||||||
|
auto_create_bundle: ''
|
||||||
|
field_type: entity_reference
|
|
@ -0,0 +1,31 @@
|
||||||
|
uuid: 6adc0f3d-8e54-492f-953e-8d025173bbb0
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_membre
|
||||||
|
- node.type.equipe
|
||||||
|
- paragraphs.paragraphs_type.membre_equipe
|
||||||
|
module:
|
||||||
|
- entity_reference_revisions
|
||||||
|
id: node.equipe.field_membre
|
||||||
|
field_name: field_membre
|
||||||
|
entity_type: node
|
||||||
|
bundle: equipe
|
||||||
|
label: Membre
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
handler: 'default:paragraph'
|
||||||
|
handler_settings:
|
||||||
|
target_bundles:
|
||||||
|
membre_equipe: membre_equipe
|
||||||
|
negate: 0
|
||||||
|
target_bundles_drag_drop:
|
||||||
|
membre_equipe:
|
||||||
|
weight: 2
|
||||||
|
enabled: true
|
||||||
|
field_type: entity_reference_revisions
|
|
@ -0,0 +1,25 @@
|
||||||
|
uuid: aa0059a3-cbbf-4652-9777-ce445be2aa4d
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_poids
|
||||||
|
- node.type.equipe
|
||||||
|
id: node.equipe.field_poids
|
||||||
|
field_name: field_poids
|
||||||
|
entity_type: node
|
||||||
|
bundle: equipe
|
||||||
|
label: Poids
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value:
|
||||||
|
-
|
||||||
|
value: 0
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
min: -10
|
||||||
|
max: 10
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
field_type: integer
|
|
@ -0,0 +1,24 @@
|
||||||
|
uuid: a88ca5d8-2ca2-46b5-8fe6-f8325fc58db6
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.body
|
||||||
|
- node.type.partenaire
|
||||||
|
module:
|
||||||
|
- text
|
||||||
|
id: node.partenaire.body
|
||||||
|
field_name: body
|
||||||
|
entity_type: node
|
||||||
|
bundle: partenaire
|
||||||
|
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
|
|
@ -0,0 +1,23 @@
|
||||||
|
uuid: c5e20e8d-ba9b-4d4f-a232-ee9d231cb0ee
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_lien
|
||||||
|
- node.type.partenaire
|
||||||
|
module:
|
||||||
|
- link
|
||||||
|
id: node.partenaire.field_lien
|
||||||
|
field_name: field_lien
|
||||||
|
entity_type: node
|
||||||
|
bundle: partenaire
|
||||||
|
label: Lien
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
title: 1
|
||||||
|
link_type: 17
|
||||||
|
field_type: link
|
|
@ -0,0 +1,38 @@
|
||||||
|
uuid: 5fe3a4ca-f076-468d-bf3a-2beac8b28694
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_logo
|
||||||
|
- node.type.partenaire
|
||||||
|
module:
|
||||||
|
- image
|
||||||
|
id: node.partenaire.field_logo
|
||||||
|
field_name: field_logo
|
||||||
|
entity_type: node
|
||||||
|
bundle: partenaire
|
||||||
|
label: Logo
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
handler: 'default:file'
|
||||||
|
handler_settings: { }
|
||||||
|
file_directory: Logos-partenaires
|
||||||
|
file_extensions: 'png gif jpg jpeg'
|
||||||
|
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
|
|
@ -0,0 +1,25 @@
|
||||||
|
uuid: ba81dc63-da3d-4c32-9df5-52b65f0b83d1
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_poids
|
||||||
|
- node.type.partenaire
|
||||||
|
id: node.partenaire.field_poids
|
||||||
|
field_name: field_poids
|
||||||
|
entity_type: node
|
||||||
|
bundle: partenaire
|
||||||
|
label: Poids
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value:
|
||||||
|
-
|
||||||
|
value: 0
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
min: -20
|
||||||
|
max: 20
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
field_type: integer
|
|
@ -0,0 +1,23 @@
|
||||||
|
uuid: 90e91124-a567-44ff-a49b-19d273879751
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_liens
|
||||||
|
- node.type.static
|
||||||
|
module:
|
||||||
|
- link
|
||||||
|
id: node.static.field_liens
|
||||||
|
field_name: field_liens
|
||||||
|
entity_type: node
|
||||||
|
bundle: static
|
||||||
|
label: Liens
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
title: 1
|
||||||
|
link_type: 17
|
||||||
|
field_type: link
|
|
@ -0,0 +1,27 @@
|
||||||
|
uuid: 7938febb-bf8f-4a13-89fa-f09f20320f98
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_pieces_jointes
|
||||||
|
- node.type.static
|
||||||
|
module:
|
||||||
|
- file
|
||||||
|
id: node.static.field_pieces_jointes
|
||||||
|
field_name: field_pieces_jointes
|
||||||
|
entity_type: node
|
||||||
|
bundle: static
|
||||||
|
label: 'Pièces jointes'
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
handler: 'default:file'
|
||||||
|
handler_settings: { }
|
||||||
|
file_directory: pieces-jointes
|
||||||
|
file_extensions: 'txt pdf doc docx obs png jpg svg'
|
||||||
|
max_filesize: ''
|
||||||
|
description_field: true
|
||||||
|
field_type: file
|
|
@ -0,0 +1,19 @@
|
||||||
|
uuid: 50189827-6370-472c-a73e-4439f4c1be81
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_sous_titre
|
||||||
|
- node.type.static
|
||||||
|
id: node.static.field_sous_titre
|
||||||
|
field_name: field_sous_titre
|
||||||
|
entity_type: node
|
||||||
|
bundle: static
|
||||||
|
label: Sous-titre
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: string
|
|
@ -0,0 +1,19 @@
|
||||||
|
uuid: fe1fee31-a2a4-4bab-a796-8f7764493737
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.paragraph.field_nom
|
||||||
|
- paragraphs.paragraphs_type.membre_equipe
|
||||||
|
id: paragraph.membre_equipe.field_nom
|
||||||
|
field_name: field_nom
|
||||||
|
entity_type: paragraph
|
||||||
|
bundle: membre_equipe
|
||||||
|
label: Nom
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: string
|
|
@ -0,0 +1,38 @@
|
||||||
|
uuid: 41c7fb20-535e-4a63-ae28-5b36a36c4c29
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.paragraph.field_portrait
|
||||||
|
- paragraphs.paragraphs_type.membre_equipe
|
||||||
|
module:
|
||||||
|
- image
|
||||||
|
id: paragraph.membre_equipe.field_portrait
|
||||||
|
field_name: field_portrait
|
||||||
|
entity_type: paragraph
|
||||||
|
bundle: membre_equipe
|
||||||
|
label: Portrait
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
handler: 'default:file'
|
||||||
|
handler_settings: { }
|
||||||
|
file_directory: portraits
|
||||||
|
file_extensions: 'png gif jpg jpeg'
|
||||||
|
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
|
|
@ -0,0 +1,19 @@
|
||||||
|
uuid: 294c78e0-6454-41a6-899d-7f36f94b9614
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.paragraph.field_prenom
|
||||||
|
- paragraphs.paragraphs_type.membre_equipe
|
||||||
|
id: paragraph.membre_equipe.field_prenom
|
||||||
|
field_name: field_prenom
|
||||||
|
entity_type: paragraph
|
||||||
|
bundle: membre_equipe
|
||||||
|
label: Prenom
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: string
|
|
@ -0,0 +1,24 @@
|
||||||
|
uuid: 78fed819-82b3-4e2b-8357-5bc0cb458d30
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.paragraph.field_texte
|
||||||
|
- filter.format.wysiwyg
|
||||||
|
- paragraphs.paragraphs_type.membre_equipe
|
||||||
|
module:
|
||||||
|
- text
|
||||||
|
id: paragraph.membre_equipe.field_texte
|
||||||
|
field_name: field_texte
|
||||||
|
entity_type: paragraph
|
||||||
|
bundle: membre_equipe
|
||||||
|
label: Texte
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
allowed_formats:
|
||||||
|
- wysiwyg
|
||||||
|
field_type: text_long
|
|
@ -0,0 +1,21 @@
|
||||||
|
uuid: ac6e4687-dca6-49df-98f7-fc8c66f5d86b
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- block_content
|
||||||
|
- text
|
||||||
|
_core:
|
||||||
|
default_config_hash: eS0snV_L3dx9shtWRTzm5eblwOJ7qKWC9IE-4GMTDFc
|
||||||
|
id: block_content.body
|
||||||
|
field_name: body
|
||||||
|
entity_type: block_content
|
||||||
|
type: text_with_summary
|
||||||
|
settings: { }
|
||||||
|
module: text
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: true
|
||||||
|
custom_storage: false
|
|
@ -0,0 +1,19 @@
|
||||||
|
uuid: f5c9b32c-6ca0-4035-9d17-4825880e9040
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- block_content
|
||||||
|
- link
|
||||||
|
id: block_content.field_lien
|
||||||
|
field_name: field_lien
|
||||||
|
entity_type: block_content
|
||||||
|
type: link
|
||||||
|
settings: { }
|
||||||
|
module: link
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
|
@ -0,0 +1,30 @@
|
||||||
|
uuid: aa28fd41-eeb9-49e8-a24d-2212bfa0effb
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- block_content
|
||||||
|
- file
|
||||||
|
- image
|
||||||
|
id: block_content.field_logo
|
||||||
|
field_name: field_logo
|
||||||
|
entity_type: block_content
|
||||||
|
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
|
|
@ -0,0 +1,20 @@
|
||||||
|
uuid: 041bea26-b5d8-45ac-bfba-a9d300c1edf0
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- datetime_range
|
||||||
|
- node
|
||||||
|
id: node.field_date
|
||||||
|
field_name: field_date
|
||||||
|
entity_type: node
|
||||||
|
type: daterange
|
||||||
|
settings:
|
||||||
|
datetime_type: allday
|
||||||
|
module: datetime_range
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
|
@ -0,0 +1,30 @@
|
||||||
|
uuid: a72470a4-4f60-44e6-9578-bc01fea2e48d
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- file
|
||||||
|
- image
|
||||||
|
- node
|
||||||
|
id: node.field_image
|
||||||
|
field_name: field_image
|
||||||
|
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
|
|
@ -0,0 +1,19 @@
|
||||||
|
uuid: 5ed1514f-0e51-429f-9d82-5825dbc923ce
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- link
|
||||||
|
- node
|
||||||
|
id: node.field_lien
|
||||||
|
field_name: field_lien
|
||||||
|
entity_type: node
|
||||||
|
type: link
|
||||||
|
settings: { }
|
||||||
|
module: link
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
|
@ -0,0 +1,19 @@
|
||||||
|
uuid: c162afc1-abe1-454f-89ff-07cf3a4bbd31
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- link
|
||||||
|
- node
|
||||||
|
id: node.field_liens
|
||||||
|
field_name: field_liens
|
||||||
|
entity_type: node
|
||||||
|
type: link
|
||||||
|
settings: { }
|
||||||
|
module: link
|
||||||
|
locked: false
|
||||||
|
cardinality: -1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
|
@ -0,0 +1,30 @@
|
||||||
|
uuid: a6055ec0-fe07-4f07-9bf1-f483e3f6e824
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- file
|
||||||
|
- image
|
||||||
|
- node
|
||||||
|
id: node.field_logo
|
||||||
|
field_name: field_logo
|
||||||
|
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
|
|
@ -0,0 +1,21 @@
|
||||||
|
uuid: 476e2404-3524-4cb1-bd7b-cbc2e3331337
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- entity_reference_revisions
|
||||||
|
- node
|
||||||
|
- paragraphs
|
||||||
|
id: node.field_membre
|
||||||
|
field_name: field_membre
|
||||||
|
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
|
|
@ -0,0 +1,23 @@
|
||||||
|
uuid: 1273a138-695e-497d-95c8-0701fa3ea446
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- file
|
||||||
|
- node
|
||||||
|
id: node.field_pieces_jointes
|
||||||
|
field_name: field_pieces_jointes
|
||||||
|
entity_type: node
|
||||||
|
type: file
|
||||||
|
settings:
|
||||||
|
target_type: file
|
||||||
|
display_field: true
|
||||||
|
display_default: true
|
||||||
|
uri_scheme: public
|
||||||
|
module: file
|
||||||
|
locked: false
|
||||||
|
cardinality: -1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
|
@ -0,0 +1,20 @@
|
||||||
|
uuid: ffff5026-a734-455d-9e29-d14b38a71317
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- node
|
||||||
|
id: node.field_poids
|
||||||
|
field_name: field_poids
|
||||||
|
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
|
|
@ -0,0 +1,21 @@
|
||||||
|
uuid: b8194a23-6b05-49ee-9c30-0c4cb4aa6dfd
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- node
|
||||||
|
id: node.field_sous_titre
|
||||||
|
field_name: field_sous_titre
|
||||||
|
entity_type: node
|
||||||
|
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
|
|
@ -0,0 +1,20 @@
|
||||||
|
uuid: 9a5f339b-7d35-4b6e-a12f-99eb57e86558
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- node
|
||||||
|
- taxonomy
|
||||||
|
id: node.field_type_d_actualite
|
||||||
|
field_name: field_type_d_actualite
|
||||||
|
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
|
|
@ -0,0 +1,21 @@
|
||||||
|
uuid: 7c050818-c769-44bb-a7fb-1ae8c2146ad0
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- paragraphs
|
||||||
|
id: paragraph.field_nom
|
||||||
|
field_name: field_nom
|
||||||
|
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
|
|
@ -0,0 +1,30 @@
|
||||||
|
uuid: 23a8b55a-f729-4df2-bbd1-47c7ca2d3c47
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- file
|
||||||
|
- image
|
||||||
|
- paragraphs
|
||||||
|
id: paragraph.field_portrait
|
||||||
|
field_name: field_portrait
|
||||||
|
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
|
|
@ -0,0 +1,21 @@
|
||||||
|
uuid: 88f6a163-06a9-43c2-ab66-7caed60f8583
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- paragraphs
|
||||||
|
id: paragraph.field_prenom
|
||||||
|
field_name: field_prenom
|
||||||
|
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
|
|
@ -0,0 +1,19 @@
|
||||||
|
uuid: e50fe8db-e6f9-40a8-89f5-fb4792f44b38
|
||||||
|
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
|
|
@ -4,6 +4,7 @@ status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
- editor
|
- editor
|
||||||
|
- pathologic
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: a0dSxrd1nnzeSvKpvFmtoLpxDd3Nj6E7dQN-MZUi20g
|
default_config_hash: a0dSxrd1nnzeSvKpvFmtoLpxDd3Nj6E7dQN-MZUi20g
|
||||||
name: wysiwyg
|
name: wysiwyg
|
||||||
|
@ -59,7 +60,7 @@ filters:
|
||||||
filter_caption:
|
filter_caption:
|
||||||
id: filter_caption
|
id: filter_caption
|
||||||
provider: filter
|
provider: filter
|
||||||
status: false
|
status: true
|
||||||
weight: -40
|
weight: -40
|
||||||
settings: { }
|
settings: { }
|
||||||
filter_html_escape:
|
filter_html_escape:
|
||||||
|
@ -68,3 +69,19 @@ filters:
|
||||||
status: false
|
status: false
|
||||||
weight: -42
|
weight: -42
|
||||||
settings: { }
|
settings: { }
|
||||||
|
filter_pathologic:
|
||||||
|
id: filter_pathologic
|
||||||
|
provider: pathologic
|
||||||
|
status: true
|
||||||
|
weight: 50
|
||||||
|
settings:
|
||||||
|
settings_source: global
|
||||||
|
local_settings:
|
||||||
|
protocol_style: full
|
||||||
|
local_paths: ''
|
||||||
|
filter_image_lazy_load:
|
||||||
|
id: filter_image_lazy_load
|
||||||
|
provider: filter
|
||||||
|
status: true
|
||||||
|
weight: 15
|
||||||
|
settings: { }
|
||||||
|
|
|
@ -0,0 +1,11 @@
|
||||||
|
uuid: d014b355-25c2-4685-acd1-3c9bbdf4a2c7
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- block_content.type.logo_link
|
||||||
|
id: block_content.logo_link
|
||||||
|
target_entity_type_id: block_content
|
||||||
|
target_bundle: logo_link
|
||||||
|
default_langcode: site_default
|
||||||
|
language_alterable: false
|
|
@ -0,0 +1,11 @@
|
||||||
|
uuid: 7f992978-f5b9-4845-a2ce-111a9b493082
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- node.type.actualite
|
||||||
|
id: node.actualite
|
||||||
|
target_entity_type_id: node
|
||||||
|
target_bundle: actualite
|
||||||
|
default_langcode: site_default
|
||||||
|
language_alterable: false
|
|
@ -0,0 +1,11 @@
|
||||||
|
uuid: f454bdc4-f95a-4275-8480-fb1235a65652
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- node.type.equipe
|
||||||
|
id: node.equipe
|
||||||
|
target_entity_type_id: node
|
||||||
|
target_bundle: equipe
|
||||||
|
default_langcode: site_default
|
||||||
|
language_alterable: false
|
|
@ -0,0 +1,11 @@
|
||||||
|
uuid: cfb05c64-df54-4a1d-b514-b8803ed46a1f
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- node.type.partenaire
|
||||||
|
id: node.partenaire
|
||||||
|
target_entity_type_id: node
|
||||||
|
target_bundle: partenaire
|
||||||
|
default_langcode: site_default
|
||||||
|
language_alterable: false
|
|
@ -0,0 +1,11 @@
|
||||||
|
uuid: 73cf493f-1324-4133-921a-52add23a2ddd
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- taxonomy.vocabulary.type_dactus
|
||||||
|
id: taxonomy_term.type_dactus
|
||||||
|
target_entity_type_id: taxonomy_term
|
||||||
|
target_bundle: type_dactus
|
||||||
|
default_langcode: site_default
|
||||||
|
language_alterable: false
|
|
@ -0,0 +1,16 @@
|
||||||
|
_core:
|
||||||
|
default_config_hash: PQasQC1X7aWGPpdeZMscZrE9K0RnK_czZQedrwTJor8
|
||||||
|
attributes:
|
||||||
|
title:
|
||||||
|
label: ''
|
||||||
|
description: ''
|
||||||
|
target:
|
||||||
|
label: ''
|
||||||
|
description: ''
|
||||||
|
class:
|
||||||
|
label: ''
|
||||||
|
description: ''
|
||||||
|
rel:
|
||||||
|
label: Relationship
|
||||||
|
description: ''
|
||||||
|
langcode: fr
|
|
@ -0,0 +1,18 @@
|
||||||
|
uuid: 6f23a667-19b7-414b-9269-5bfcdfb6846e
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- menu_ui
|
||||||
|
third_party_settings:
|
||||||
|
menu_ui:
|
||||||
|
available_menus:
|
||||||
|
- main
|
||||||
|
parent: 'main:'
|
||||||
|
name: Actualité
|
||||||
|
type: actualite
|
||||||
|
description: ''
|
||||||
|
help: ''
|
||||||
|
new_revision: true
|
||||||
|
preview_mode: 0
|
||||||
|
display_submitted: false
|
|
@ -0,0 +1,18 @@
|
||||||
|
uuid: 5f6ba8bf-6256-4557-85ef-4ece78ed881d
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- menu_ui
|
||||||
|
third_party_settings:
|
||||||
|
menu_ui:
|
||||||
|
available_menus:
|
||||||
|
- main
|
||||||
|
parent: 'main:'
|
||||||
|
name: Equipe
|
||||||
|
type: equipe
|
||||||
|
description: ''
|
||||||
|
help: ''
|
||||||
|
new_revision: true
|
||||||
|
preview_mode: 1
|
||||||
|
display_submitted: false
|
|
@ -0,0 +1,18 @@
|
||||||
|
uuid: 4af4b529-15a6-4608-82a5-78a75f76aefc
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- menu_ui
|
||||||
|
third_party_settings:
|
||||||
|
menu_ui:
|
||||||
|
available_menus:
|
||||||
|
- main
|
||||||
|
parent: 'main:'
|
||||||
|
name: Partenaire
|
||||||
|
type: partenaire
|
||||||
|
description: ''
|
||||||
|
help: ''
|
||||||
|
new_revision: true
|
||||||
|
preview_mode: 1
|
||||||
|
display_submitted: false
|
|
@ -0,0 +1,12 @@
|
||||||
|
uuid: 475842a1-9362-46be-8367-632a8ce4f4c1
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
id: home
|
||||||
|
label: home
|
||||||
|
description: ''
|
||||||
|
use_admin_theme: false
|
||||||
|
path: /home
|
||||||
|
access_logic: and
|
||||||
|
access_conditions: { }
|
||||||
|
parameters: { }
|
|
@ -0,0 +1,18 @@
|
||||||
|
uuid: 3e7c5bb8-cb22-4069-b19a-46d62864c530
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
_core:
|
||||||
|
default_config_hash: RCVWP-yHwxSNiQORMIabDgHMEVqOMW58w80BQgRFJ4k
|
||||||
|
id: node_view
|
||||||
|
label: 'Vue du nœud'
|
||||||
|
description: 'When enabled, this overrides the default Drupal behavior for displaying nodes at <em>/node/{node}</em>. If you add variants, you may use selection criteria such as node type or language or user access to provide different views of nodes. If no variant is selected, the default Drupal node view will be used. This page only affects nodes viewed as pages, it will not affect nodes viewed in lists or at other locations.'
|
||||||
|
use_admin_theme: false
|
||||||
|
path: '/node/{node}'
|
||||||
|
access_logic: and
|
||||||
|
access_conditions: { }
|
||||||
|
parameters:
|
||||||
|
node:
|
||||||
|
machine_name: node
|
||||||
|
label: Nœud
|
||||||
|
type: 'entity:node'
|
|
@ -0,0 +1,68 @@
|
||||||
|
uuid: a72e930c-a51a-4545-8153-909b5a3326df
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- page_manager.page.home
|
||||||
|
- views.view.actus
|
||||||
|
- views.view.home_blocks
|
||||||
|
module:
|
||||||
|
- panels
|
||||||
|
- views
|
||||||
|
id: home-panels_variant-0
|
||||||
|
label: Panels
|
||||||
|
weight: 0
|
||||||
|
variant: panels_variant
|
||||||
|
variant_settings:
|
||||||
|
id: panels_variant
|
||||||
|
label: null
|
||||||
|
weight: 0
|
||||||
|
uuid: 624d8f49-573b-485c-a042-4617ab035eb7
|
||||||
|
blocks:
|
||||||
|
8e9d76fd-ee6b-4b00-95e5-f61415ffba1c:
|
||||||
|
id: 'views_block:actus-block_1'
|
||||||
|
label: ''
|
||||||
|
label_display: '0'
|
||||||
|
provider: views
|
||||||
|
context_mapping: { }
|
||||||
|
views_label: ''
|
||||||
|
items_per_page: none
|
||||||
|
exposed: { }
|
||||||
|
region: content
|
||||||
|
weight: -1
|
||||||
|
uuid: 8e9d76fd-ee6b-4b00-95e5-f61415ffba1c
|
||||||
|
42e5f5be-e990-4ced-854c-3f431dbfdcc0:
|
||||||
|
id: 'views_block:home_blocks-block_1'
|
||||||
|
label: ''
|
||||||
|
label_display: '0'
|
||||||
|
provider: views
|
||||||
|
context_mapping: { }
|
||||||
|
views_label: ''
|
||||||
|
items_per_page: none
|
||||||
|
exposed: { }
|
||||||
|
region: content
|
||||||
|
weight: 0
|
||||||
|
uuid: 42e5f5be-e990-4ced-854c-3f431dbfdcc0
|
||||||
|
0e39f25a-d433-49bd-84d4-3e6c11c16c47:
|
||||||
|
id: 'views_block:home_blocks-block_2'
|
||||||
|
label: ''
|
||||||
|
label_display: '0'
|
||||||
|
provider: views
|
||||||
|
context_mapping: { }
|
||||||
|
views_label: ''
|
||||||
|
items_per_page: none
|
||||||
|
exposed: { }
|
||||||
|
region: content
|
||||||
|
weight: 1
|
||||||
|
uuid: 0e39f25a-d433-49bd-84d4-3e6c11c16c47
|
||||||
|
page_title: ''
|
||||||
|
layout: layout_onecol
|
||||||
|
layout_settings:
|
||||||
|
label: ''
|
||||||
|
builder: standard
|
||||||
|
storage_type: page_manager
|
||||||
|
storage_id: home-panels_variant-0
|
||||||
|
page: home
|
||||||
|
selection_criteria: { }
|
||||||
|
selection_logic: and
|
||||||
|
static_context: { }
|
|
@ -0,0 +1,10 @@
|
||||||
|
uuid: bfcf618f-9a65-4ffc-9aaf-a7e55b224a03
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
id: membre_equipe
|
||||||
|
label: 'Membre équipe'
|
||||||
|
icon_uuid: null
|
||||||
|
icon_default: null
|
||||||
|
description: ''
|
||||||
|
behavior_plugins: { }
|
|
@ -0,0 +1,4 @@
|
||||||
|
_core:
|
||||||
|
default_config_hash: 7eR0sk71Eol86r_A7BMqn5_46wzenh5J1O5vZRCGKv8
|
||||||
|
langcode: fr
|
||||||
|
show_unpublished: true
|
|
@ -0,0 +1,22 @@
|
||||||
|
uuid: 73a4d448-9dbb-476b-8ffa-a8d56dc69b6b
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- node
|
||||||
|
id: actus
|
||||||
|
label: Actus
|
||||||
|
type: 'canonical_entities:node'
|
||||||
|
pattern: '/actualites/[node:title]'
|
||||||
|
selection_criteria:
|
||||||
|
796aab76-60c1-4c78-81bf-6944b198dd5f:
|
||||||
|
id: 'entity_bundle:node'
|
||||||
|
negate: false
|
||||||
|
uuid: 796aab76-60c1-4c78-81bf-6944b198dd5f
|
||||||
|
context_mapping:
|
||||||
|
node: node
|
||||||
|
bundles:
|
||||||
|
actualite: actualite
|
||||||
|
selection_logic: and
|
||||||
|
weight: -5
|
||||||
|
relationships: { }
|
|
@ -0,0 +1,22 @@
|
||||||
|
uuid: 7847ecf4-35c4-47e5-807b-9b749ad0b8e4
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- node
|
||||||
|
id: static
|
||||||
|
label: static
|
||||||
|
type: 'canonical_entities:node'
|
||||||
|
pattern: '/[node:title]'
|
||||||
|
selection_criteria:
|
||||||
|
da7ed1f8-099f-4f68-b3e4-518ed5145f49:
|
||||||
|
id: 'entity_bundle:node'
|
||||||
|
negate: false
|
||||||
|
uuid: da7ed1f8-099f-4f68-b3e4-518ed5145f49
|
||||||
|
context_mapping:
|
||||||
|
node: node
|
||||||
|
bundles:
|
||||||
|
static: static
|
||||||
|
selection_logic: and
|
||||||
|
weight: -5
|
||||||
|
relationships: { }
|
|
@ -1,10 +0,0 @@
|
||||||
_core:
|
|
||||||
default_config_hash: R7HmKRbuDsDQNpqEWt7wWcf0ygaE3u-NQQr-w_LhHJk
|
|
||||||
auto_redirect: true
|
|
||||||
default_status_code: 301
|
|
||||||
passthrough_querystring: true
|
|
||||||
warning: false
|
|
||||||
ignore_admin_path: false
|
|
||||||
access_check: false
|
|
||||||
route_normalizer_enabled: true
|
|
||||||
langcode: fr
|
|
|
@ -0,0 +1,17 @@
|
||||||
|
uuid: 9906d8af-6fe7-4c53-8193-114d64bb26a3
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
_core:
|
||||||
|
default_config_hash: 3k0ojgMLZae-f358WLWxfKYddQPSaQSnIdAKiYw2wnY
|
||||||
|
id: compact
|
||||||
|
label: Compact
|
||||||
|
date_format: 'M j Y'
|
||||||
|
time_format: 'g:ia'
|
||||||
|
time_hour_format: ga
|
||||||
|
allday_label: ''
|
||||||
|
separator: ' - '
|
||||||
|
join: ' | '
|
||||||
|
ampm_reduce: '1'
|
||||||
|
date_first: '1'
|
||||||
|
site_time_toggle: '1'
|
|
@ -0,0 +1,17 @@
|
||||||
|
uuid: 90d01809-5e7a-45e6-a437-66575a10eca1
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
_core:
|
||||||
|
default_config_hash: 7nuRA2AaypQtPD_xr-tJAwYM67JCE408LQngMZ9rKWw
|
||||||
|
id: date_only
|
||||||
|
label: 'Date Only'
|
||||||
|
date_format: 'D, M j Y'
|
||||||
|
time_format: ''
|
||||||
|
time_hour_format: ''
|
||||||
|
allday_label: ''
|
||||||
|
separator: ' - '
|
||||||
|
join: ', '
|
||||||
|
ampm_reduce: '1'
|
||||||
|
date_first: '1'
|
||||||
|
site_time_toggle: '1'
|
|
@ -0,0 +1,17 @@
|
||||||
|
uuid: 70c2dc42-3829-46c6-bcc9-3046c2bf234b
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
_core:
|
||||||
|
default_config_hash: QOzaA8j2871_aWBJyVZm_LqREilQnXZqRuk3HNANrEo
|
||||||
|
id: default
|
||||||
|
label: défaut
|
||||||
|
date_format: 'D, M j Y'
|
||||||
|
time_format: 'g:ia'
|
||||||
|
time_hour_format: ga
|
||||||
|
allday_label: 'All day'
|
||||||
|
separator: ' - '
|
||||||
|
join: ', '
|
||||||
|
ampm_reduce: '1'
|
||||||
|
date_first: '1'
|
||||||
|
site_time_toggle: '1'
|
|
@ -0,0 +1,17 @@
|
||||||
|
uuid: 0d9dbc58-6c79-41c2-a506-adad5b70014b
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
_core:
|
||||||
|
default_config_hash: xEhkfUyGlu4kn_4FEWINXB7DujMZQzmQdhJofrbE7Ck
|
||||||
|
id: time_only
|
||||||
|
label: 'Time Only'
|
||||||
|
date_format: ''
|
||||||
|
time_format: 'g:ia'
|
||||||
|
time_hour_format: 'g:ia'
|
||||||
|
allday_label: 'All day'
|
||||||
|
separator: ' - '
|
||||||
|
join: ', '
|
||||||
|
ampm_reduce: '1'
|
||||||
|
date_first: '1'
|
||||||
|
site_time_toggle: '1'
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue