Compare commits
139 Commits
35f8ada402
...
prd
Author | SHA1 | Date | |
---|---|---|---|
de35e4aebc | |||
f25ebcca08 | |||
d5eb3707e4 | |||
707811c43a | |||
3431807f04 | |||
ce0b9b07b0 | |||
2c7bb085f8 | |||
90075e0826 | |||
adca214c4b | |||
119451da1a | |||
7a3a139c3f | |||
0db3a90e5c | |||
10150c3ca1 | |||
abdae701ec | |||
4c1ac30bdf | |||
2bd90ffdac | |||
d314a77612 | |||
8a09d17df1 | |||
7e6b6d7bce | |||
7db2a38cc6 | |||
0c31a38d35 | |||
48cfaca44e | |||
cae46393e9 | |||
5ecbe76fad | |||
7d48a18ff0 | |||
d1d9778fc4 | |||
ef68475b9a | |||
2ba2192cbd | |||
42ed41d524 | |||
1a3e5ccedd | |||
c580ed67d6 | |||
1c180411e0 | |||
f72a96cdd8 | |||
c7f5338a71 | |||
48a928428d | |||
2672685243 | |||
d2fbdb7c3c | |||
3c6e013ff4 | |||
7a3edd55ae | |||
47792a44c0 | |||
47dba3466b | |||
80085d31a0 | |||
d636cb8d4d | |||
a275d1f0d4 | |||
cc80d6b9c8 | |||
fcdaceff52 | |||
749c29bbb4 | |||
017d6c5739 | |||
561dfbb315 | |||
92ce397036 | |||
39bef4b27a | |||
5d5ad21366 | |||
713e5df873 | |||
e489a10c5b | |||
c89c63835b | |||
9d2ea6febc | |||
46c3afcd53 | |||
72c2c9ff59 | |||
350a0bc5fc | |||
ac44975dd1 | |||
f2891d2beb | |||
a0e5c1d028 | |||
cb46670aaf | |||
4e7142dba8 | |||
96ae5337a1 | |||
d4172ff07f | |||
48942e3e1d | |||
2cd5a7812b | |||
5fda2e9cf1 | |||
792d700355 | |||
9718656016 | |||
1f6ad09fb9 | |||
ddc3d92ff5 | |||
aa6ff18483 | |||
3aa14e3d8f | |||
296ee10963 | |||
89758bcf68 | |||
c58e19f189 | |||
7a39b7c42e | |||
8d43073a18 | |||
f717054454 | |||
d47e771521 | |||
25e22aca88 | |||
42b8a523e3 | |||
966a8eb6b7 | |||
f3ec9d840f | |||
aa6742f342 | |||
15fbea5520 | |||
827f128dc7 | |||
30ca970825 | |||
90fe5aafe6 | |||
272c40c84a | |||
0f21d22dff | |||
ea2f0dc202 | |||
8b45efedf1 | |||
145bcbd51c | |||
3de4659173 | |||
37fdd21db5 | |||
f6051b15b1 | |||
8e01baad3d | |||
d398a59d59 | |||
312298ae52 | |||
9c20f15f67 | |||
4c952d315a | |||
e707a3c590 | |||
b77b34f124 | |||
fb2793f15c | |||
455168c925 | |||
fb4644efac | |||
8b05ad2f05 | |||
36ca831d03 | |||
ec28fb3347 | |||
a091c7f55a | |||
d9029c4f36 | |||
f8df887441 | |||
8f48d2330d | |||
60be60272f | |||
175c589c76 | |||
1f8059afbd | |||
beb4775cad | |||
5ee93dd988 | |||
84e00eaaa9 | |||
265c7fbc03 | |||
fff61b5dee | |||
a6f95e4cc4 | |||
016518afa5 | |||
23d3aedac2 | |||
5577027510 | |||
c391226f1f | |||
4853f2d7ab | |||
98ffd58954 | |||
c357e535b6 | |||
2a928242f0 | |||
65c6589689 | |||
8d51bded06 | |||
976c77cb16 | |||
ad78e05fa9 | |||
c568be7711 | |||
b670399107 |
9
browserconfig.xml
Normal file
9
browserconfig.xml
Normal file
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<browserconfig>
|
||||
<msapplication>
|
||||
<tile>
|
||||
<square150x150logo src="/mstile-150x150.png"/>
|
||||
<TileColor>#2b5797</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
</browserconfig>
|
@ -16,12 +16,20 @@
|
||||
],
|
||||
"require": {
|
||||
"composer/installers": "^2.0",
|
||||
"drupal/config_pages": "^2.15",
|
||||
"drupal/core-composer-scaffold": "^10.2",
|
||||
"drupal/core-project-message": "^10.2",
|
||||
"drupal/core-recommended": "^10.2",
|
||||
"drupal/image_delta_formatter": "^1.2",
|
||||
"drupal/image_field_caption": "^2.0",
|
||||
"drupal/linked_field": "^1.5",
|
||||
"drupal/manage_display": "^3.0",
|
||||
"drupal/matomo": "^1.23",
|
||||
"drupal/metatag": "^2.0",
|
||||
"drupal/page_manager": "^4.0@RC",
|
||||
"drupal/panels": "^4.8",
|
||||
"drupal/paragraphs": "^1.17",
|
||||
"drupal/simple_sitemap": "^4.1",
|
||||
"drupal/social_media_links": "^2.9",
|
||||
"drupal/yaml_editor": "^1.2",
|
||||
"drush/drush": "^12.4",
|
||||
|
570
composer.lock
generated
570
composer.lock
generated
@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "d5de52806f42abd1a64167277faf33d9",
|
||||
"content-hash": "79223df96df990c3b850f7ecb6441e64",
|
||||
"packages": [
|
||||
{
|
||||
"name": "asm89/stack-cors",
|
||||
@ -2512,6 +2512,67 @@
|
||||
"irc": "irc://irc.freenode.org/drupal-contribute"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/config_pages",
|
||||
"version": "2.15.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/config_pages.git",
|
||||
"reference": "8.x-2.15"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/config_pages-8.x-2.15.zip",
|
||||
"reference": "8.x-2.15",
|
||||
"shasum": "55d4a898c6df03295e26ce07930c6b7d06183287"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^8.5 | ^9 || ^10"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "8.x-2.15",
|
||||
"datestamp": "1688847929",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
}
|
||||
},
|
||||
"drush": {
|
||||
"services": {
|
||||
"drush.services.yml": "^9"
|
||||
}
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
"license": [
|
||||
"GPL-2.0-or-later"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "m.krestnicov",
|
||||
"homepage": "https://www.drupal.org/user/3193903"
|
||||
},
|
||||
{
|
||||
"name": "Qwaygon",
|
||||
"homepage": "https://www.drupal.org/user/636624"
|
||||
},
|
||||
{
|
||||
"name": "shumer",
|
||||
"homepage": "https://www.drupal.org/user/2297432"
|
||||
}
|
||||
],
|
||||
"description": "ConfigPages module",
|
||||
"homepage": "http://drupal.org/project/config_pages",
|
||||
"keywords": [
|
||||
"Drupal"
|
||||
],
|
||||
"support": {
|
||||
"source": "http://cgit.drupalcode.org/config_pages",
|
||||
"issues": "http://drupal.org/project/issues/config_pages"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/config_update",
|
||||
"version": "2.0.0-alpha3",
|
||||
@ -4257,6 +4318,123 @@
|
||||
"issues": "https://www.drupal.org/project/issues/honeypot"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/image_delta_formatter",
|
||||
"version": "1.2.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/image_delta_formatter.git",
|
||||
"reference": "8.x-1.2"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/image_delta_formatter-8.x-1.2.zip",
|
||||
"reference": "8.x-1.2",
|
||||
"shasum": "e236790ad92bdbc8a0ba0aa042a8580d8ce9f425"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^8 || ^9 || ^10"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "8.x-1.2",
|
||||
"datestamp": "1685543777",
|
||||
"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": "bojanz",
|
||||
"homepage": "https://www.drupal.org/user/86106"
|
||||
},
|
||||
{
|
||||
"name": "fgm",
|
||||
"homepage": "https://www.drupal.org/user/27985"
|
||||
},
|
||||
{
|
||||
"name": "jsacksick",
|
||||
"homepage": "https://www.drupal.org/user/972218"
|
||||
}
|
||||
],
|
||||
"description": "Provides a formatter that displays a specific delta of a multivalue imagefield.",
|
||||
"homepage": "https://www.drupal.org/project/image_delta_formatter",
|
||||
"support": {
|
||||
"source": "https://git.drupalcode.org/project/image_delta_formatter"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/image_field_caption",
|
||||
"version": "2.0.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/image_field_caption.git",
|
||||
"reference": "2.0.1"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/image_field_caption-2.0.1.zip",
|
||||
"reference": "2.0.1",
|
||||
"shasum": "053e1ccfc638b3b2cd5c59c3c6a053e4e5041183"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^9 || ^10"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "2.0.1",
|
||||
"datestamp": "1705443097",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
}
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
"license": [
|
||||
"GPL-2.0+"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "awm",
|
||||
"homepage": "https://www.drupal.org/user/1059398"
|
||||
},
|
||||
{
|
||||
"name": "hanoii",
|
||||
"homepage": "https://www.drupal.org/user/23157"
|
||||
},
|
||||
{
|
||||
"name": "ironsizide",
|
||||
"homepage": "https://www.drupal.org/user/787980"
|
||||
},
|
||||
{
|
||||
"name": "iStryker",
|
||||
"homepage": "https://www.drupal.org/user/303676"
|
||||
},
|
||||
{
|
||||
"name": "RobLoach",
|
||||
"homepage": "https://www.drupal.org/user/61114"
|
||||
},
|
||||
{
|
||||
"name": "tyler.frankenstein",
|
||||
"homepage": "https://www.drupal.org/user/150680"
|
||||
}
|
||||
],
|
||||
"description": "Add caption to image field.",
|
||||
"homepage": "https://www.drupal.org/project/image_field_caption",
|
||||
"support": {
|
||||
"source": "https://git.drupalcode.org/project/image_field_caption",
|
||||
"issues": "https://www.drupal.org/project/issues/image_field_caption"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/imagemagick",
|
||||
"version": "3.7.0",
|
||||
@ -4596,6 +4774,113 @@
|
||||
"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": "2.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/jquery_ui_droppable.git",
|
||||
"reference": "2.0.0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/jquery_ui_droppable-2.0.0.zip",
|
||||
"reference": "2.0.0",
|
||||
"shasum": "758f52e68b04e74f1a96240b22090fcae1945898"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^9.2 || ^10",
|
||||
"drupal/jquery_ui": "^1.6",
|
||||
"drupal/jquery_ui_draggable": "^2"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "2.0.0",
|
||||
"datestamp": "1670871520",
|
||||
"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",
|
||||
"version": "2.0.0",
|
||||
@ -5363,6 +5648,144 @@
|
||||
"issues": "https://www.drupal.org/project/issues/menu_position"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/metatag",
|
||||
"version": "2.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/metatag.git",
|
||||
"reference": "2.0.0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/metatag-2.0.0.zip",
|
||||
"reference": "2.0.0",
|
||||
"shasum": "2966c854d982b7069b1c0111519427990ebbad40"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^9.4 || ^10",
|
||||
"drupal/token": "^1.0",
|
||||
"php": ">=8.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"drupal/devel": "^4.0 || ^5.0",
|
||||
"drupal/hal": "^9 || ^1 || ^2",
|
||||
"drupal/metatag_dc": "*",
|
||||
"drupal/metatag_open_graph": "*",
|
||||
"drupal/page_manager": "^4.0",
|
||||
"drupal/redirect": "^1.0",
|
||||
"drupal/webprofiler": "^9 || ^10",
|
||||
"mpyw/phpunit-patch-serializable-comparison": "*"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "2.0.0",
|
||||
"datestamp": "1692368265",
|
||||
"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": "See contributors",
|
||||
"homepage": "https://www.drupal.org/node/640498/committers",
|
||||
"role": "Developer"
|
||||
},
|
||||
{
|
||||
"name": "Dave Reid",
|
||||
"homepage": "https://www.drupal.org/user/53892"
|
||||
}
|
||||
],
|
||||
"description": "Manage meta tags for all entities.",
|
||||
"homepage": "https://www.drupal.org/project/metatag",
|
||||
"keywords": [
|
||||
"Drupal",
|
||||
"seo"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://git.drupalcode.org/project/metatag",
|
||||
"issues": "https://www.drupal.org/project/issues/metatag",
|
||||
"docs": "https://www.drupal.org/docs/8/modules/metatag"
|
||||
}
|
||||
},
|
||||
{
|
||||
"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": "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",
|
||||
"version": "3.1.0",
|
||||
@ -5407,6 +5830,93 @@
|
||||
"source": "https://git.drupalcode.org/project/pagerer"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/panels",
|
||||
"version": "4.8.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/panels.git",
|
||||
"reference": "8.x-4.8"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/panels-8.x-4.8.zip",
|
||||
"reference": "8.x-4.8",
|
||||
"shasum": "0b947a1af3b2479c8f38d94f8f065e788d023063"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^9.2 || ^10",
|
||||
"drupal/ctools": "^3.12 || ^4.0",
|
||||
"drupal/jquery_ui_droppable": "^1.0 || ^2.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"drupal/jquery_ui_droppable": "*",
|
||||
"drupal/page_manager": "^4"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "8.x-4.8",
|
||||
"datestamp": "1718663806",
|
||||
"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": "https://git.drupalcode.org/project/panels",
|
||||
"issues": "https://www.drupal.org/project/issues/panels",
|
||||
"irc": "irc://irc.freenode.org/drupal-scotch"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/paragraphs",
|
||||
"version": "1.17.0",
|
||||
@ -6072,6 +6582,63 @@
|
||||
"source": "https://git.drupalcode.org/project/seven"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/simple_sitemap",
|
||||
"version": "4.1.9",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/simple_sitemap.git",
|
||||
"reference": "4.1.9"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/simple_sitemap-4.1.9.zip",
|
||||
"reference": "4.1.9",
|
||||
"shasum": "d86d90408b334cd7470ea631e3be5acca2103377"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^9.3 || ^10",
|
||||
"ext-xmlwriter": "*"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "4.1.9",
|
||||
"datestamp": "1712441608",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
}
|
||||
},
|
||||
"drush": {
|
||||
"services": {
|
||||
"drush.services.yml": ">=9"
|
||||
}
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
"license": [
|
||||
"GPL-2.0-or-later"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Pawel Ginalski (gbyte)",
|
||||
"homepage": "https://www.drupal.org/u/gbyte",
|
||||
"email": "contact@gbyte.dev",
|
||||
"role": "Maintainer"
|
||||
},
|
||||
{
|
||||
"name": "WalkingDexter",
|
||||
"homepage": "https://www.drupal.org/user/3251330"
|
||||
}
|
||||
],
|
||||
"description": "Creates a standard conform hreflang XML sitemap of the site content and provides a framework for developing other sitemap types.",
|
||||
"homepage": "https://drupal.org/project/simple_sitemap",
|
||||
"support": {
|
||||
"source": "https://cgit.drupalcode.org/simple_sitemap",
|
||||
"issues": "https://drupal.org/project/issues/simple_sitemap"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/smart_trim",
|
||||
"version": "2.1.0",
|
||||
@ -11837,6 +12404,7 @@
|
||||
"aliases": [],
|
||||
"minimum-stability": "stable",
|
||||
"stability-flags": {
|
||||
"drupal/page_manager": 5,
|
||||
"drupal/advanced_text_formatter": 5,
|
||||
"drupal/bulkdelete": 20,
|
||||
"drupal/config_ignore": 5,
|
||||
|
@ -11,7 +11,7 @@ dependencies:
|
||||
id: quartiers_de_demain_pieddepage
|
||||
theme: quartiers_de_demain
|
||||
region: footer_middle
|
||||
weight: -4
|
||||
weight: -6
|
||||
provider: null
|
||||
plugin: 'menu_block:footer'
|
||||
settings:
|
||||
|
@ -0,0 +1,28 @@
|
||||
uuid: 67f1896c-d7c8-4128-8dcb-aefbd30ec51c
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
- q2d_mod
|
||||
theme:
|
||||
- quartiers_de_demain
|
||||
id: quartiers_de_demain_prevnextblock
|
||||
theme: quartiers_de_demain
|
||||
region: content
|
||||
weight: -6
|
||||
provider: null
|
||||
plugin: prevnext_block
|
||||
settings:
|
||||
id: prevnext_block
|
||||
label: 'PrevNext Block'
|
||||
label_display: '0'
|
||||
provider: q2d_mod
|
||||
visibility:
|
||||
'entity_bundle:node':
|
||||
id: 'entity_bundle:node'
|
||||
negate: false
|
||||
context_mapping:
|
||||
node: '@node.node_route_context:node'
|
||||
bundles:
|
||||
actualite: actualite
|
@ -7,7 +7,7 @@ dependencies:
|
||||
id: quartiers_de_demain_titredepage
|
||||
theme: quartiers_de_demain
|
||||
region: content
|
||||
weight: 0
|
||||
weight: -5
|
||||
provider: null
|
||||
plugin: page_title_block
|
||||
settings:
|
||||
|
@ -0,0 +1,26 @@
|
||||
uuid: 6cfd7f1c-7392-4892-8193-37db74e36fd2
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- views.view.statics_fields
|
||||
module:
|
||||
- views
|
||||
theme:
|
||||
- quartiers_de_demain
|
||||
id: quartiers_de_demain_views_block__statics_fields_block_1_2
|
||||
theme: quartiers_de_demain
|
||||
region: footer_middle
|
||||
weight: -5
|
||||
provider: null
|
||||
plugin: 'views_block:statics_fields-block_1'
|
||||
settings:
|
||||
id: 'views_block:statics_fields-block_1'
|
||||
label: ''
|
||||
label_display: '0'
|
||||
provider: views
|
||||
context_mapping: { }
|
||||
views_label: ''
|
||||
items_per_page: none
|
||||
exposed: { }
|
||||
visibility: { }
|
17
config/sync/config_pages.type.deroulement.yml
Normal file
17
config/sync/config_pages.type.deroulement.yml
Normal file
@ -0,0 +1,17 @@
|
||||
uuid: cb25152b-00e7-45ee-b4f6-66fb93ca7c90
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: deroulement
|
||||
label: Déroulement
|
||||
token: true
|
||||
context:
|
||||
show_warning: true
|
||||
group:
|
||||
language: false
|
||||
fallback:
|
||||
language: ''
|
||||
menu:
|
||||
path: /edit/deroulement
|
||||
weight: 0
|
||||
description: ''
|
17
config/sync/config_pages.type.diaporama_home.yml
Normal file
17
config/sync/config_pages.type.diaporama_home.yml
Normal file
@ -0,0 +1,17 @@
|
||||
uuid: 73af692b-0b02-4cb3-9e4e-9a6d9dc47c01
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: diaporama_home
|
||||
label: 'Diaporama home'
|
||||
token: true
|
||||
context:
|
||||
show_warning: true
|
||||
group:
|
||||
language: false
|
||||
fallback:
|
||||
language: ''
|
||||
menu:
|
||||
path: /edit/diapo-home
|
||||
weight: 0
|
||||
description: ''
|
@ -0,0 +1,34 @@
|
||||
uuid: 4742e00f-141c-4679-ba62-a23b7bd02295
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- config_pages.type.deroulement
|
||||
- field.field.config_pages.deroulement.field_phase
|
||||
module:
|
||||
- paragraphs
|
||||
id: config_pages.deroulement.default
|
||||
targetEntityType: config_pages
|
||||
bundle: deroulement
|
||||
mode: default
|
||||
content:
|
||||
field_phase:
|
||||
type: paragraphs
|
||||
weight: 0
|
||||
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: { }
|
||||
hidden:
|
||||
label: true
|
@ -0,0 +1,33 @@
|
||||
uuid: de256e83-4cc3-405d-b233-a37b610741d7
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- config_pages.type.diaporama_home
|
||||
- field.field.config_pages.diaporama_home.field_images
|
||||
- field.field.config_pages.diaporama_home.field_video
|
||||
- image.style.thumbnail
|
||||
module:
|
||||
- image
|
||||
- video_embed_field
|
||||
id: config_pages.diaporama_home.default
|
||||
targetEntityType: config_pages
|
||||
bundle: diaporama_home
|
||||
mode: default
|
||||
content:
|
||||
field_images:
|
||||
type: image_image
|
||||
weight: 0
|
||||
region: content
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
preview_image_style: thumbnail
|
||||
third_party_settings: { }
|
||||
field_video:
|
||||
type: video_embed_field_textfield
|
||||
weight: 1
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
label: true
|
172
config/sync/core.entity_form_display.node.actualite.default.yml
Normal file
172
config/sync/core.entity_form_display.node.actualite.default.yml
Normal file
@ -0,0 +1,172 @@
|
||||
uuid: 55353fd6-0001-48bb-b4b8-4a52ec7b184a
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.node.actualite.body
|
||||
- field.field.node.actualite.field_date
|
||||
- field.field.node.actualite.field_fichiers
|
||||
- field.field.node.actualite.field_images
|
||||
- field.field.node.actualite.field_liens
|
||||
- field.field.node.actualite.field_type_d_actualite
|
||||
- image.style.thumbnail
|
||||
- node.type.actualite
|
||||
module:
|
||||
- autocomplete_deluxe
|
||||
- datetime_range
|
||||
- field_group
|
||||
- file
|
||||
- image
|
||||
- link
|
||||
- path
|
||||
- text
|
||||
third_party_settings:
|
||||
field_group:
|
||||
group_details:
|
||||
children:
|
||||
- status
|
||||
- sticky
|
||||
- promote
|
||||
- uid
|
||||
- created
|
||||
- path
|
||||
- simple_sitemap
|
||||
- simple_sitemap_index_now
|
||||
label: Details
|
||||
region: content
|
||||
parent_name: ''
|
||||
weight: 7
|
||||
format_type: details_sidebar
|
||||
format_settings:
|
||||
classes: ''
|
||||
show_empty_fields: false
|
||||
id: ''
|
||||
label_as_html: false
|
||||
open: true
|
||||
description: ''
|
||||
required_fields: true
|
||||
weight: 0
|
||||
id: node.actualite.default
|
||||
targetEntityType: node
|
||||
bundle: actualite
|
||||
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: { }
|
||||
created:
|
||||
type: datetime_timestamp
|
||||
weight: 12
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_date:
|
||||
type: daterange_default
|
||||
weight: 2
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_fichiers:
|
||||
type: file_generic
|
||||
weight: 4
|
||||
region: content
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
third_party_settings: { }
|
||||
field_images:
|
||||
type: image_image
|
||||
weight: 6
|
||||
region: content
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
preview_image_style: thumbnail
|
||||
third_party_settings: { }
|
||||
field_liens:
|
||||
type: link_default
|
||||
weight: 5
|
||||
region: content
|
||||
settings:
|
||||
placeholder_url: ''
|
||||
placeholder_title: ''
|
||||
third_party_settings: { }
|
||||
field_type_d_actualite:
|
||||
type: autocomplete_deluxe
|
||||
weight: 1
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
autocomplete_route_name: autocomplete_deluxe.autocomplete
|
||||
size: 60
|
||||
selection_handler: default
|
||||
limit: 10
|
||||
min_length: 0
|
||||
delimiter: ''
|
||||
not_found_message_allow: false
|
||||
not_found_message: "The term '@term' will be added"
|
||||
new_terms: false
|
||||
no_empty_message: 'No terms could be found. Please type in order to add a new term.'
|
||||
third_party_settings: { }
|
||||
path:
|
||||
type: path
|
||||
weight: 13
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
promote:
|
||||
type: boolean_checkbox
|
||||
weight: 10
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
simple_sitemap:
|
||||
weight: 14
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
simple_sitemap_index_now:
|
||||
weight: 15
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
status:
|
||||
type: boolean_checkbox
|
||||
weight: 8
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
sticky:
|
||||
type: boolean_checkbox
|
||||
weight: 9
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
title:
|
||||
type: string_textfield
|
||||
weight: 0
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
uid:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 11
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
langcode: true
|
@ -0,0 +1,95 @@
|
||||
uuid: 0586493c-45e3-41e4-90f5-c7c8e03ef3ec
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.paragraph.phase_deroulement.field_date_a_annee
|
||||
- field.field.paragraph.phase_deroulement.field_date_a_jour
|
||||
- field.field.paragraph.phase_deroulement.field_date_a_moi
|
||||
- field.field.paragraph.phase_deroulement.field_date_de_annee
|
||||
- field.field.paragraph.phase_deroulement.field_date_de_jour
|
||||
- field.field.paragraph.phase_deroulement.field_date_de_moi
|
||||
- field.field.paragraph.phase_deroulement.field_description
|
||||
- field.field.paragraph.phase_deroulement.field_titre
|
||||
- field.field.paragraph.phase_deroulement.field_type
|
||||
- paragraphs.paragraphs_type.phase_deroulement
|
||||
module:
|
||||
- text
|
||||
id: paragraph.phase_deroulement.default
|
||||
targetEntityType: paragraph
|
||||
bundle: phase_deroulement
|
||||
mode: default
|
||||
content:
|
||||
field_date_a_annee:
|
||||
type: string_textfield
|
||||
weight: 5
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_date_a_jour:
|
||||
type: string_textfield
|
||||
weight: 3
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_date_a_moi:
|
||||
type: string_textfield
|
||||
weight: 4
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_date_de_annee:
|
||||
type: string_textfield
|
||||
weight: 2
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_date_de_jour:
|
||||
type: string_textfield
|
||||
weight: 0
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_date_de_moi:
|
||||
type: string_textfield
|
||||
weight: 1
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_description:
|
||||
type: text_textarea
|
||||
weight: 8
|
||||
region: content
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_titre:
|
||||
type: string_textfield
|
||||
weight: 6
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_type:
|
||||
type: options_select
|
||||
weight: 7
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
created: true
|
||||
status: true
|
@ -0,0 +1,25 @@
|
||||
uuid: f3b57d68-75e7-4860-9c5d-33bf34cd2d0d
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- config_pages.type.deroulement
|
||||
- field.field.config_pages.deroulement.field_phase
|
||||
module:
|
||||
- entity_reference_revisions
|
||||
id: config_pages.deroulement.default
|
||||
targetEntityType: config_pages
|
||||
bundle: deroulement
|
||||
mode: default
|
||||
content:
|
||||
field_phase:
|
||||
type: entity_reference_revisions_entity_view
|
||||
label: visually_hidden
|
||||
settings:
|
||||
view_mode: default
|
||||
link: ''
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
hidden:
|
||||
search_api_excerpt: true
|
@ -0,0 +1,41 @@
|
||||
uuid: 47fe233e-197c-4b3d-b473-4abafc76a3c0
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- config_pages.type.diaporama_home
|
||||
- field.field.config_pages.diaporama_home.field_images
|
||||
- field.field.config_pages.diaporama_home.field_video
|
||||
- image.style.wide
|
||||
module:
|
||||
- image_field_caption
|
||||
- video_embed_field
|
||||
id: config_pages.diaporama_home.default
|
||||
targetEntityType: config_pages
|
||||
bundle: diaporama_home
|
||||
mode: default
|
||||
content:
|
||||
field_images:
|
||||
type: image_caption
|
||||
label: visually_hidden
|
||||
settings:
|
||||
image_style: wide
|
||||
image_link: ''
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
field_video:
|
||||
type: video_embed_field_video
|
||||
label: visually_hidden
|
||||
settings:
|
||||
autoplay: true
|
||||
responsive: true
|
||||
width: 854
|
||||
height: 480
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
hidden:
|
||||
search_api_excerpt: true
|
100
config/sync/core.entity_view_display.node.actualite.default.yml
Normal file
100
config/sync/core.entity_view_display.node.actualite.default.yml
Normal file
@ -0,0 +1,100 @@
|
||||
uuid: 606dd35e-dd79-4568-9747-43a6be1d6dd0
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.node.actualite.body
|
||||
- field.field.node.actualite.field_date
|
||||
- field.field.node.actualite.field_fichiers
|
||||
- field.field.node.actualite.field_images
|
||||
- field.field.node.actualite.field_liens
|
||||
- field.field.node.actualite.field_type_d_actualite
|
||||
- image.style.wide
|
||||
- node.type.actualite
|
||||
module:
|
||||
- datetime_range
|
||||
- file
|
||||
- image_field_caption
|
||||
- link
|
||||
- manage_display
|
||||
- text
|
||||
id: node.actualite.default
|
||||
targetEntityType: node
|
||||
bundle: actualite
|
||||
mode: default
|
||||
content:
|
||||
body:
|
||||
type: text_default
|
||||
label: hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 3
|
||||
region: content
|
||||
field_date:
|
||||
type: daterange_default
|
||||
label: visually_hidden
|
||||
settings:
|
||||
timezone_override: ''
|
||||
format_type: html_date
|
||||
separator: '-'
|
||||
third_party_settings: { }
|
||||
weight: 5
|
||||
region: content
|
||||
field_fichiers:
|
||||
type: file_default
|
||||
label: visually_hidden
|
||||
settings:
|
||||
use_description_as_link_text: true
|
||||
third_party_settings: { }
|
||||
weight: 6
|
||||
region: content
|
||||
field_images:
|
||||
type: image_caption
|
||||
label: visually_hidden
|
||||
settings:
|
||||
image_style: wide
|
||||
image_link: ''
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
field_liens:
|
||||
type: link
|
||||
label: visually_hidden
|
||||
settings:
|
||||
trim_length: 80
|
||||
url_only: false
|
||||
url_plain: false
|
||||
rel: ''
|
||||
target: ''
|
||||
third_party_settings: { }
|
||||
weight: 7
|
||||
region: content
|
||||
field_type_d_actualite:
|
||||
type: entity_reference_label
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 4
|
||||
region: content
|
||||
links:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
region: content
|
||||
title:
|
||||
type: title
|
||||
label: hidden
|
||||
settings:
|
||||
link_to_entity: true
|
||||
tag: h2
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
hidden:
|
||||
created: true
|
||||
langcode: true
|
||||
search_api_excerpt: true
|
||||
uid: true
|
@ -0,0 +1,80 @@
|
||||
uuid: e81d2edd-3a13-4ba5-9b5f-534b480678da
|
||||
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_fichiers
|
||||
- field.field.node.actualite.field_images
|
||||
- field.field.node.actualite.field_liens
|
||||
- field.field.node.actualite.field_type_d_actualite
|
||||
- image.style.wide
|
||||
- node.type.actualite
|
||||
module:
|
||||
- datetime_range
|
||||
- image_delta_formatter
|
||||
- manage_display
|
||||
- text
|
||||
id: node.actualite.teaser
|
||||
targetEntityType: node
|
||||
bundle: actualite
|
||||
mode: teaser
|
||||
content:
|
||||
body:
|
||||
type: text_summary_or_trimmed
|
||||
label: hidden
|
||||
settings:
|
||||
trim_length: 600
|
||||
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: 2
|
||||
region: content
|
||||
field_images:
|
||||
type: image_delta_formatter
|
||||
label: visually_hidden
|
||||
settings:
|
||||
deltas: '0'
|
||||
image_style: wide
|
||||
image_link: content
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
deltas_reversed: 0
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
field_type_d_actualite:
|
||||
type: entity_reference_label
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link: false
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
title:
|
||||
type: title
|
||||
label: hidden
|
||||
settings:
|
||||
link_to_entity: true
|
||||
tag: h2
|
||||
third_party_settings: { }
|
||||
weight: 3
|
||||
region: content
|
||||
hidden:
|
||||
created: true
|
||||
field_fichiers: true
|
||||
field_liens: true
|
||||
langcode: true
|
||||
links: true
|
||||
search_api_excerpt: true
|
||||
uid: true
|
@ -31,7 +31,7 @@ content:
|
||||
label: hidden
|
||||
settings:
|
||||
trim_length: 80
|
||||
url_only: true
|
||||
url_only: false
|
||||
url_plain: false
|
||||
rel: nofollow
|
||||
target: _blank
|
||||
|
@ -0,0 +1,95 @@
|
||||
uuid: c58e2482-a994-43e2-8866-8a87544a6a30
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.paragraph.phase_deroulement.field_date_a_annee
|
||||
- field.field.paragraph.phase_deroulement.field_date_a_jour
|
||||
- field.field.paragraph.phase_deroulement.field_date_a_moi
|
||||
- field.field.paragraph.phase_deroulement.field_date_de_annee
|
||||
- field.field.paragraph.phase_deroulement.field_date_de_jour
|
||||
- field.field.paragraph.phase_deroulement.field_date_de_moi
|
||||
- field.field.paragraph.phase_deroulement.field_description
|
||||
- field.field.paragraph.phase_deroulement.field_titre
|
||||
- field.field.paragraph.phase_deroulement.field_type
|
||||
- paragraphs.paragraphs_type.phase_deroulement
|
||||
module:
|
||||
- options
|
||||
- text
|
||||
id: paragraph.phase_deroulement.default
|
||||
targetEntityType: paragraph
|
||||
bundle: phase_deroulement
|
||||
mode: default
|
||||
content:
|
||||
field_date_a_annee:
|
||||
type: string
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 5
|
||||
region: content
|
||||
field_date_a_jour:
|
||||
type: string
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 3
|
||||
region: content
|
||||
field_date_a_moi:
|
||||
type: string
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 4
|
||||
region: content
|
||||
field_date_de_annee:
|
||||
type: string
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
region: content
|
||||
field_date_de_jour:
|
||||
type: string
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
field_date_de_moi:
|
||||
type: string
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
field_description:
|
||||
type: text_default
|
||||
label: visually_hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 7
|
||||
region: content
|
||||
field_titre:
|
||||
type: string
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 6
|
||||
region: content
|
||||
field_type:
|
||||
type: list_default
|
||||
label: visually_hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 8
|
||||
region: content
|
||||
hidden:
|
||||
search_api_excerpt: true
|
13
config/sync/core.entity_view_mode.config_pages.full.yml
Normal file
13
config/sync/core.entity_view_mode.config_pages.full.yml
Normal file
@ -0,0 +1,13 @@
|
||||
uuid: b5a10ad6-cab8-44d1-b251-a476c481656f
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- config_pages
|
||||
_core:
|
||||
default_config_hash: VYERDzPNi1-oUm7KMLjol4oLcjbHr-onKbitt4dZuN0
|
||||
id: config_pages.full
|
||||
label: Complet
|
||||
description: ''
|
||||
targetEntityType: config_pages
|
||||
cache: true
|
@ -20,6 +20,7 @@ module:
|
||||
config_devel: 0
|
||||
config_filter: 0
|
||||
config_ignore: 0
|
||||
config_pages: 0
|
||||
config_translation: 0
|
||||
config_update: 0
|
||||
contact: 0
|
||||
@ -54,36 +55,49 @@ module:
|
||||
help: 0
|
||||
honeypot: 0
|
||||
image: 0
|
||||
image_delta_formatter: 0
|
||||
image_field_caption: 0
|
||||
inline_entity_form: 0
|
||||
jquery_ui: 0
|
||||
jquery_ui_datepicker: 0
|
||||
jquery_ui_slider: 0
|
||||
jquery_ui_touch_punch: 0
|
||||
language: 0
|
||||
layout_discovery: 0
|
||||
link: 0
|
||||
link_attributes: 0
|
||||
linkit: 0
|
||||
locale: 0
|
||||
maillog: 0
|
||||
manage_display: 0
|
||||
matomo: 0
|
||||
maxlength: 0
|
||||
menu_block: 0
|
||||
menu_link_content: 0
|
||||
menu_ui: 0
|
||||
metatag: 0
|
||||
metatag_verification: 0
|
||||
mysql: 0
|
||||
node: 0
|
||||
options: 0
|
||||
page_cache: 0
|
||||
page_manager: 0
|
||||
page_manager_ui: 0
|
||||
pagerer: 0
|
||||
panels: 0
|
||||
path: 0
|
||||
path_alias: 0
|
||||
path_alias_xt: 0
|
||||
pathologic: 0
|
||||
persistent_login: 0
|
||||
q2d_mod: 0
|
||||
redis: 0
|
||||
responsive_image: 0
|
||||
search_api: 0
|
||||
search_api_db: 0
|
||||
simple_sitemap: 0
|
||||
simple_sitemap_engines: 0
|
||||
simple_sitemap_views: 0
|
||||
smart_trim: 0
|
||||
smtp: 0
|
||||
social_media_links: 0
|
||||
|
@ -20,6 +20,8 @@ settings:
|
||||
- drupalInsertImage
|
||||
- bulletedList
|
||||
- numberedList
|
||||
- sourceEditing
|
||||
- link
|
||||
plugins:
|
||||
ckeditor5_heading:
|
||||
enabled_headings:
|
||||
@ -35,6 +37,11 @@ settings:
|
||||
reversed: true
|
||||
startIndex: true
|
||||
multiBlock: true
|
||||
ckeditor5_sourceEditing:
|
||||
allowed_tags: { }
|
||||
linkit_extension:
|
||||
linkit_enabled: true
|
||||
linkit_profile: default
|
||||
image_upload:
|
||||
status: true
|
||||
scheme: public
|
||||
|
@ -0,0 +1,34 @@
|
||||
uuid: 7875164f-4a19-4a38-a6ce-696fc1c29da4
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- config_pages.type.deroulement
|
||||
- field.storage.config_pages.field_phase
|
||||
- paragraphs.paragraphs_type.phase_deroulement
|
||||
module:
|
||||
- entity_reference_revisions
|
||||
id: config_pages.deroulement.field_phase
|
||||
field_name: field_phase
|
||||
entity_type: config_pages
|
||||
bundle: deroulement
|
||||
label: Phase
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
handler: 'default:paragraph'
|
||||
handler_settings:
|
||||
target_bundles:
|
||||
phase_deroulement: phase_deroulement
|
||||
negate: 0
|
||||
target_bundles_drag_drop:
|
||||
phase_deroulement:
|
||||
weight: 3
|
||||
enabled: true
|
||||
static_parts:
|
||||
weight: 4
|
||||
enabled: false
|
||||
field_type: entity_reference_revisions
|
@ -0,0 +1,41 @@
|
||||
uuid: 1dbcdd08-25a7-4cb9-95fd-094127f06029
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- config_pages.type.diaporama_home
|
||||
- field.storage.config_pages.field_images
|
||||
module:
|
||||
- image
|
||||
id: config_pages.diaporama_home.field_images
|
||||
field_name: field_images
|
||||
entity_type: config_pages
|
||||
bundle: diaporama_home
|
||||
label: Images
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
handler: 'default:file'
|
||||
handler_settings: { }
|
||||
file_directory: '[date:custom:Y]-[date:custom:m]'
|
||||
file_extensions: 'png gif jpg jpeg webp'
|
||||
max_filesize: ''
|
||||
max_resolution: ''
|
||||
min_resolution: ''
|
||||
alt_field: true
|
||||
alt_field_required: true
|
||||
title_field: false
|
||||
title_field_required: false
|
||||
default_image:
|
||||
uuid: ''
|
||||
alt: ''
|
||||
title: ''
|
||||
width: null
|
||||
height: null
|
||||
caption: ''
|
||||
caption_field: 1
|
||||
caption_field_required: 0
|
||||
field_type: image
|
@ -0,0 +1,25 @@
|
||||
uuid: 2cc238ca-bf19-4f79-83fc-f91b81537edb
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- config_pages.type.diaporama_home
|
||||
- field.storage.config_pages.field_video
|
||||
module:
|
||||
- video_embed_field
|
||||
id: config_pages.diaporama_home.field_video
|
||||
field_name: field_video
|
||||
entity_type: config_pages
|
||||
bundle: diaporama_home
|
||||
label: Vidéo
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
allowed_providers:
|
||||
vimeo: vimeo
|
||||
youtube: youtube
|
||||
youtube_playlist: '0'
|
||||
field_type: video_embed_field
|
24
config/sync/field.field.node.actualite.body.yml
Normal file
24
config/sync/field.field.node.actualite.body.yml
Normal file
@ -0,0 +1,24 @@
|
||||
uuid: ec54c93a-da7c-4cda-9c97-b56e59078622
|
||||
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
|
21
config/sync/field.field.node.actualite.field_date.yml
Normal file
21
config/sync/field.field.node.actualite.field_date.yml
Normal file
@ -0,0 +1,21 @@
|
||||
uuid: c8603e44-395a-4149-832a-5e1572850690
|
||||
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
|
27
config/sync/field.field.node.actualite.field_fichiers.yml
Normal file
27
config/sync/field.field.node.actualite.field_fichiers.yml
Normal file
@ -0,0 +1,27 @@
|
||||
uuid: d4b8b77e-bad9-4154-a38c-b48b764aceea
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_fichiers
|
||||
- node.type.actualite
|
||||
module:
|
||||
- file
|
||||
id: node.actualite.field_fichiers
|
||||
field_name: field_fichiers
|
||||
entity_type: node
|
||||
bundle: actualite
|
||||
label: Fichiers
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
handler: 'default:file'
|
||||
handler_settings: { }
|
||||
file_directory: '[date:custom:Y]-[date:custom:m]'
|
||||
file_extensions: 'pdf doc docx odt zip'
|
||||
max_filesize: ''
|
||||
description_field: true
|
||||
field_type: file
|
41
config/sync/field.field.node.actualite.field_images.yml
Normal file
41
config/sync/field.field.node.actualite.field_images.yml
Normal file
@ -0,0 +1,41 @@
|
||||
uuid: fbb34084-d75c-4d6d-87fe-2fb5d720d017
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_images
|
||||
- node.type.actualite
|
||||
module:
|
||||
- image
|
||||
id: node.actualite.field_images
|
||||
field_name: field_images
|
||||
entity_type: node
|
||||
bundle: actualite
|
||||
label: Images
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
handler: 'default:file'
|
||||
handler_settings: { }
|
||||
file_directory: '[date:custom:Y]-[date:custom:m]'
|
||||
file_extensions: 'png gif jpg jpeg webp'
|
||||
max_filesize: ''
|
||||
max_resolution: ''
|
||||
min_resolution: ''
|
||||
alt_field: true
|
||||
alt_field_required: true
|
||||
title_field: false
|
||||
title_field_required: false
|
||||
default_image:
|
||||
uuid: ''
|
||||
alt: ''
|
||||
title: ''
|
||||
width: null
|
||||
height: null
|
||||
caption: ''
|
||||
caption_field: 1
|
||||
caption_field_required: 0
|
||||
field_type: image
|
23
config/sync/field.field.node.actualite.field_liens.yml
Normal file
23
config/sync/field.field.node.actualite.field_liens.yml
Normal file
@ -0,0 +1,23 @@
|
||||
uuid: 7dae01b9-cffb-4b55-bd6d-0424509299ae
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_liens
|
||||
- node.type.actualite
|
||||
module:
|
||||
- link
|
||||
id: node.actualite.field_liens
|
||||
field_name: field_liens
|
||||
entity_type: node
|
||||
bundle: actualite
|
||||
label: Liens
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
title: 1
|
||||
link_type: 17
|
||||
field_type: link
|
@ -0,0 +1,29 @@
|
||||
uuid: af1e2b36-6259-49aa-a509-3e29189fb9b6
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_type_d_actualite
|
||||
- node.type.actualite
|
||||
- taxonomy.vocabulary.type_d_actualite
|
||||
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_d_actualite: type_d_actualite
|
||||
sort:
|
||||
field: name
|
||||
direction: asc
|
||||
auto_create: false
|
||||
auto_create_bundle: ''
|
||||
field_type: entity_reference
|
@ -0,0 +1,19 @@
|
||||
uuid: 72764183-5193-4c7c-8a71-3f3eeb6080be
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.paragraph.field_date_a_annee
|
||||
- paragraphs.paragraphs_type.phase_deroulement
|
||||
id: paragraph.phase_deroulement.field_date_a_annee
|
||||
field_name: field_date_a_annee
|
||||
entity_type: paragraph
|
||||
bundle: phase_deroulement
|
||||
label: 'date à : année'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: string
|
@ -0,0 +1,19 @@
|
||||
uuid: 3524193e-5aed-4625-a7c4-3255a953813d
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.paragraph.field_date_a_jour
|
||||
- paragraphs.paragraphs_type.phase_deroulement
|
||||
id: paragraph.phase_deroulement.field_date_a_jour
|
||||
field_name: field_date_a_jour
|
||||
entity_type: paragraph
|
||||
bundle: phase_deroulement
|
||||
label: 'date à : jour'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: string
|
@ -0,0 +1,19 @@
|
||||
uuid: 9460a5f6-b131-412f-a3dd-c8707371276a
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.paragraph.field_date_a_moi
|
||||
- paragraphs.paragraphs_type.phase_deroulement
|
||||
id: paragraph.phase_deroulement.field_date_a_moi
|
||||
field_name: field_date_a_moi
|
||||
entity_type: paragraph
|
||||
bundle: phase_deroulement
|
||||
label: 'date à : mois'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: string
|
@ -0,0 +1,19 @@
|
||||
uuid: 52fd703e-ea8b-426e-a477-72d36e578bb0
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.paragraph.field_date_de_annee
|
||||
- paragraphs.paragraphs_type.phase_deroulement
|
||||
id: paragraph.phase_deroulement.field_date_de_annee
|
||||
field_name: field_date_de_annee
|
||||
entity_type: paragraph
|
||||
bundle: phase_deroulement
|
||||
label: 'date de : année'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: string
|
@ -0,0 +1,19 @@
|
||||
uuid: 9a5647c5-ca67-471b-9ef0-6f548bfb26cc
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.paragraph.field_date_de_jour
|
||||
- paragraphs.paragraphs_type.phase_deroulement
|
||||
id: paragraph.phase_deroulement.field_date_de_jour
|
||||
field_name: field_date_de_jour
|
||||
entity_type: paragraph
|
||||
bundle: phase_deroulement
|
||||
label: 'date de : jour'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: string
|
@ -0,0 +1,19 @@
|
||||
uuid: b55ffc94-112f-4ccc-bb52-0579de36a5ad
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.paragraph.field_date_de_moi
|
||||
- paragraphs.paragraphs_type.phase_deroulement
|
||||
id: paragraph.phase_deroulement.field_date_de_moi
|
||||
field_name: field_date_de_moi
|
||||
entity_type: paragraph
|
||||
bundle: phase_deroulement
|
||||
label: 'date de : mois'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: string
|
@ -0,0 +1,24 @@
|
||||
uuid: a92373f3-f3de-427f-b059-176f459008e5
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.paragraph.field_description
|
||||
- filter.format.wysiwyg
|
||||
- paragraphs.paragraphs_type.phase_deroulement
|
||||
module:
|
||||
- text
|
||||
id: paragraph.phase_deroulement.field_description
|
||||
field_name: field_description
|
||||
entity_type: paragraph
|
||||
bundle: phase_deroulement
|
||||
label: Description
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
allowed_formats:
|
||||
- wysiwyg
|
||||
field_type: text_long
|
@ -0,0 +1,19 @@
|
||||
uuid: 78f8b4f3-972b-4976-9954-95cdac05d654
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.paragraph.field_titre
|
||||
- paragraphs.paragraphs_type.phase_deroulement
|
||||
id: paragraph.phase_deroulement.field_titre
|
||||
field_name: field_titre
|
||||
entity_type: paragraph
|
||||
bundle: phase_deroulement
|
||||
label: Titre
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: string
|
@ -0,0 +1,21 @@
|
||||
uuid: f13c7254-6936-4913-bee9-e56b144f5818
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.paragraph.field_type
|
||||
- paragraphs.paragraphs_type.phase_deroulement
|
||||
module:
|
||||
- options
|
||||
id: paragraph.phase_deroulement.field_type
|
||||
field_name: field_type
|
||||
entity_type: paragraph
|
||||
bundle: phase_deroulement
|
||||
label: Type
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: list_integer
|
30
config/sync/field.storage.config_pages.field_images.yml
Normal file
30
config/sync/field.storage.config_pages.field_images.yml
Normal file
@ -0,0 +1,30 @@
|
||||
uuid: 4913dc42-94c3-4282-8f1e-6eadcfae12ed
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- config_pages
|
||||
- file
|
||||
- image
|
||||
id: config_pages.field_images
|
||||
field_name: field_images
|
||||
entity_type: config_pages
|
||||
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
|
21
config/sync/field.storage.config_pages.field_phase.yml
Normal file
21
config/sync/field.storage.config_pages.field_phase.yml
Normal file
@ -0,0 +1,21 @@
|
||||
uuid: c3032327-f7ad-4318-82a5-c3f5dd6b9ab7
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- config_pages
|
||||
- entity_reference_revisions
|
||||
- paragraphs
|
||||
id: config_pages.field_phase
|
||||
field_name: field_phase
|
||||
entity_type: config_pages
|
||||
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
|
19
config/sync/field.storage.config_pages.field_video.yml
Normal file
19
config/sync/field.storage.config_pages.field_video.yml
Normal file
@ -0,0 +1,19 @@
|
||||
uuid: feb6b1d9-3d33-48ea-bf72-4a27adb6db53
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- config_pages
|
||||
- video_embed_field
|
||||
id: config_pages.field_video
|
||||
field_name: field_video
|
||||
entity_type: config_pages
|
||||
type: video_embed_field
|
||||
settings: { }
|
||||
module: video_embed_field
|
||||
locked: false
|
||||
cardinality: -1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
20
config/sync/field.storage.node.field_date.yml
Normal file
20
config/sync/field.storage.node.field_date.yml
Normal file
@ -0,0 +1,20 @@
|
||||
uuid: c1534ed2-1a14-4626-b36c-ec3b43d762c8
|
||||
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: date
|
||||
module: datetime_range
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
23
config/sync/field.storage.node.field_fichiers.yml
Normal file
23
config/sync/field.storage.node.field_fichiers.yml
Normal file
@ -0,0 +1,23 @@
|
||||
uuid: 39ebde7c-efe6-46bb-b47c-19386d9c9e0c
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- file
|
||||
- node
|
||||
id: node.field_fichiers
|
||||
field_name: field_fichiers
|
||||
entity_type: node
|
||||
type: file
|
||||
settings:
|
||||
target_type: file
|
||||
display_field: true
|
||||
display_default: false
|
||||
uri_scheme: public
|
||||
module: file
|
||||
locked: false
|
||||
cardinality: -1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
30
config/sync/field.storage.node.field_images.yml
Normal file
30
config/sync/field.storage.node.field_images.yml
Normal file
@ -0,0 +1,30 @@
|
||||
uuid: e1870973-280a-44ad-b3ea-d7fc46536e0e
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- file
|
||||
- image
|
||||
- node
|
||||
id: node.field_images
|
||||
field_name: field_images
|
||||
entity_type: node
|
||||
type: image
|
||||
settings:
|
||||
target_type: file
|
||||
display_field: false
|
||||
display_default: false
|
||||
uri_scheme: public
|
||||
default_image:
|
||||
uuid: ''
|
||||
alt: ''
|
||||
title: ''
|
||||
width: null
|
||||
height: null
|
||||
module: image
|
||||
locked: false
|
||||
cardinality: -1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
19
config/sync/field.storage.node.field_liens.yml
Normal file
19
config/sync/field.storage.node.field_liens.yml
Normal file
@ -0,0 +1,19 @@
|
||||
uuid: cc3126aa-af8b-446f-8916-d722dcc91678
|
||||
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
|
20
config/sync/field.storage.node.field_type_d_actualite.yml
Normal file
20
config/sync/field.storage.node.field_type_d_actualite.yml
Normal file
@ -0,0 +1,20 @@
|
||||
uuid: 284179e2-dd3e-4651-8fff-03295d69befe
|
||||
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
|
21
config/sync/field.storage.paragraph.field_date_a_annee.yml
Normal file
21
config/sync/field.storage.paragraph.field_date_a_annee.yml
Normal file
@ -0,0 +1,21 @@
|
||||
uuid: 43407301-3c26-4c14-bdfc-e541fb280f63
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- paragraphs
|
||||
id: paragraph.field_date_a_annee
|
||||
field_name: field_date_a_annee
|
||||
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
|
21
config/sync/field.storage.paragraph.field_date_a_jour.yml
Normal file
21
config/sync/field.storage.paragraph.field_date_a_jour.yml
Normal file
@ -0,0 +1,21 @@
|
||||
uuid: acf2f7dc-8558-47b1-9a45-dc2097f52a62
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- paragraphs
|
||||
id: paragraph.field_date_a_jour
|
||||
field_name: field_date_a_jour
|
||||
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
|
21
config/sync/field.storage.paragraph.field_date_a_moi.yml
Normal file
21
config/sync/field.storage.paragraph.field_date_a_moi.yml
Normal file
@ -0,0 +1,21 @@
|
||||
uuid: 7f5e63d9-1bc2-4e46-aef3-900c4d066207
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- paragraphs
|
||||
id: paragraph.field_date_a_moi
|
||||
field_name: field_date_a_moi
|
||||
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
|
21
config/sync/field.storage.paragraph.field_date_de_annee.yml
Normal file
21
config/sync/field.storage.paragraph.field_date_de_annee.yml
Normal file
@ -0,0 +1,21 @@
|
||||
uuid: deb6ccf7-3ab8-4ce5-a4f5-1ebe2c70244f
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- paragraphs
|
||||
id: paragraph.field_date_de_annee
|
||||
field_name: field_date_de_annee
|
||||
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
|
21
config/sync/field.storage.paragraph.field_date_de_jour.yml
Normal file
21
config/sync/field.storage.paragraph.field_date_de_jour.yml
Normal file
@ -0,0 +1,21 @@
|
||||
uuid: 822acac3-eaed-4a60-9c5d-8053356afe0f
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- paragraphs
|
||||
id: paragraph.field_date_de_jour
|
||||
field_name: field_date_de_jour
|
||||
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
|
21
config/sync/field.storage.paragraph.field_date_de_moi.yml
Normal file
21
config/sync/field.storage.paragraph.field_date_de_moi.yml
Normal file
@ -0,0 +1,21 @@
|
||||
uuid: 34c9efee-6698-4b07-9325-761cdc0e2e5c
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- paragraphs
|
||||
id: paragraph.field_date_de_moi
|
||||
field_name: field_date_de_moi
|
||||
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
|
19
config/sync/field.storage.paragraph.field_description.yml
Normal file
19
config/sync/field.storage.paragraph.field_description.yml
Normal file
@ -0,0 +1,19 @@
|
||||
uuid: f8b0412a-7b06-45e7-9518-16a51bf36bf5
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- paragraphs
|
||||
- text
|
||||
id: paragraph.field_description
|
||||
field_name: field_description
|
||||
entity_type: paragraph
|
||||
type: text_long
|
||||
settings: { }
|
||||
module: text
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
21
config/sync/field.storage.paragraph.field_titre.yml
Normal file
21
config/sync/field.storage.paragraph.field_titre.yml
Normal file
@ -0,0 +1,21 @@
|
||||
uuid: 13103247-5f63-4cc7-8762-6d02cd47f2e4
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- paragraphs
|
||||
id: paragraph.field_titre
|
||||
field_name: field_titre
|
||||
entity_type: paragraph
|
||||
type: string
|
||||
settings:
|
||||
max_length: 255
|
||||
case_sensitive: false
|
||||
is_ascii: false
|
||||
module: core
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
30
config/sync/field.storage.paragraph.field_type.yml
Normal file
30
config/sync/field.storage.paragraph.field_type.yml
Normal file
@ -0,0 +1,30 @@
|
||||
uuid: 7ab85751-5a86-403a-adaa-b684637e17de
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- options
|
||||
- paragraphs
|
||||
id: paragraph.field_type
|
||||
field_name: field_type
|
||||
entity_type: paragraph
|
||||
type: list_integer
|
||||
settings:
|
||||
allowed_values:
|
||||
-
|
||||
value: 1
|
||||
label: 'étape du dialogue compétitif'
|
||||
-
|
||||
value: 2
|
||||
label: 'événements nationaux'
|
||||
-
|
||||
value: 3
|
||||
label: 'événements locaux'
|
||||
allowed_values_function: ''
|
||||
module: options
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
@ -41,7 +41,7 @@ filters:
|
||||
status: false
|
||||
weight: -43
|
||||
settings:
|
||||
allowed_html: '<em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h5 id> <h6 id> <u> <a href hreflang !href accesskey id rel target title data-entity-type data-entity-uuid data-entity-substitution> <img src alt data-entity-type data-entity-uuid data-entity-substitution> <p> <h1> <pre> <h4 id class="inter-titre">'
|
||||
allowed_html: ''
|
||||
filter_html_help: true
|
||||
filter_html_nofollow: false
|
||||
filter_html_escape:
|
||||
|
11
config/sync/language.content_settings.node.actualite.yml
Normal file
11
config/sync/language.content_settings.node.actualite.yml
Normal file
@ -0,0 +1,11 @@
|
||||
uuid: 79a19504-e2b0-4de6-bd74-ec4b6b0e47d5
|
||||
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: 4c2fa788-8dd0-408f-8b48-7f7de6331fca
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- taxonomy.vocabulary.type_d_actualite
|
||||
id: taxonomy_term.type_d_actualite
|
||||
target_entity_type_id: taxonomy_term
|
||||
target_bundle: type_d_actualite
|
||||
default_langcode: site_default
|
||||
language_alterable: false
|
@ -1,4 +1,4 @@
|
||||
uuid: 18a903ba-d74a-4413-8737-b55f90438a9f
|
||||
uuid: 67f80214-2125-4f7a-9120-94bee6dd40c8
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies: { }
|
||||
|
@ -0,0 +1 @@
|
||||
label: Full
|
5
config/sync/language/en/metatag.metatag_defaults.403.yml
Normal file
5
config/sync/language/en/metatag.metatag_defaults.403.yml
Normal file
@ -0,0 +1,5 @@
|
||||
label: '403 access denied'
|
||||
tags:
|
||||
robots: noindex
|
||||
canonical_url: '[site:url]'
|
||||
shortlink: '[site:url]'
|
4
config/sync/language/en/metatag.metatag_defaults.404.yml
Normal file
4
config/sync/language/en/metatag.metatag_defaults.404.yml
Normal file
@ -0,0 +1,4 @@
|
||||
label: '404 page not found'
|
||||
tags:
|
||||
canonical_url: '[site:url]'
|
||||
shortlink: '[site:url]'
|
@ -0,0 +1,4 @@
|
||||
label: 'Front page'
|
||||
tags:
|
||||
canonical_url: '[site:url]'
|
||||
shortlink: '[site:url]'
|
@ -0,0 +1,4 @@
|
||||
label: Global
|
||||
tags:
|
||||
canonical_url: '[current-page:url]'
|
||||
title: '[current-page:title] | [site:name]'
|
@ -0,0 +1,5 @@
|
||||
label: Content
|
||||
tags:
|
||||
title: '[node:title] | [site:name]'
|
||||
description: '[node:summary]'
|
||||
canonical_url: '[node:url]'
|
@ -0,0 +1,5 @@
|
||||
label: 'Taxonomy term'
|
||||
tags:
|
||||
canonical_url: '[term:url]'
|
||||
description: '[term:description]'
|
||||
title: '[term:name] | [site:name]'
|
@ -0,0 +1,5 @@
|
||||
label: User
|
||||
tags:
|
||||
canonical_url: '[user:url]'
|
||||
description: '[site:name]'
|
||||
title: '[user:display-name] | [site:name]'
|
5
config/sync/language/en/page_manager.page.node_view.yml
Normal file
5
config/sync/language/en/page_manager.page.node_view.yml
Normal file
@ -0,0 +1,5 @@
|
||||
label: 'Node view'
|
||||
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.'
|
||||
parameters:
|
||||
node:
|
||||
label: Node
|
@ -0,0 +1,2 @@
|
||||
label: Default
|
||||
description: 'The default hreflang sitemap - lists URLs to be indexed by modern search engines.'
|
2
config/sync/language/en/simple_sitemap.sitemap.index.yml
Normal file
2
config/sync/language/en/simple_sitemap.sitemap.index.yml
Normal file
@ -0,0 +1,2 @@
|
||||
label: 'Sitemap Index'
|
||||
description: 'The sitemap index listing all other sitemaps - useful if there are at least two other sitemaps. In most cases this sitemap should be last in the generation queue and set as the default sitemap.'
|
@ -0,0 +1,2 @@
|
||||
label: 'Default hreflang'
|
||||
description: 'The default hreflang sitemap type. A sitemap of this type is understood by most modern search engines.'
|
2
config/sync/language/en/simple_sitemap.type.index.yml
Normal file
2
config/sync/language/en/simple_sitemap.type.index.yml
Normal file
@ -0,0 +1,2 @@
|
||||
label: 'Sitemap Index'
|
||||
description: 'The sitemap index sitemap type. A sitemap of this type lists sitemaps of all other types.'
|
@ -0,0 +1 @@
|
||||
label: Bing
|
@ -0,0 +1 @@
|
||||
label: IndexNow
|
@ -0,0 +1 @@
|
||||
label: Naver
|
@ -0,0 +1 @@
|
||||
label: Seznam
|
@ -0,0 +1 @@
|
||||
label: Yandex
|
@ -0,0 +1 @@
|
||||
label: Yep
|
60
config/sync/matomo.settings.yml
Normal file
60
config/sync/matomo.settings.yml
Normal file
@ -0,0 +1,60 @@
|
||||
_core:
|
||||
default_config_hash: mKwnhF-0ryfftZZP6jyqW8q9MEo9glyRkvRzSddrc0k
|
||||
langcode: fr
|
||||
site_id: '7'
|
||||
url_http: 'http://analytics.figureslibres.io/'
|
||||
url_https: 'https://analytics.figureslibres.io/'
|
||||
domain_mode: 0
|
||||
visibility:
|
||||
request_path_mode: 0
|
||||
request_path_pages: "/admin\r\n/admin/*\r\n/batch\r\n/node/add*\r\n/node/*/*\r\n/user/*/*"
|
||||
user_role_mode: 0
|
||||
user_role_roles: { }
|
||||
user_account_mode: 1
|
||||
track:
|
||||
mailto: true
|
||||
files: true
|
||||
files_extensions: '7z|aac|arc|arj|asf|asx|avi|bin|csv|doc(x|m)?|dot(x|m)?|exe|flv|gif|gz|gzip|hqx|jar|jpe?g|js|mp(2|3|4|e?g)|mov(ie)?|msi|msp|pdf|phps|png|ppt(x|m)?|pot(x|m)?|pps(x|m)?|ppam|sld(x|m)?|thmx|qtm?|ra(m|r)?|sea|sit|tar|tgz|torrent|txt|wav|wma|wmv|wpd|xls(x|m|b)?|xlt(x|m)|xlam|xml|z|zip'
|
||||
colorbox: true
|
||||
userid: false
|
||||
messages: { }
|
||||
site_search: false
|
||||
privacy:
|
||||
donottrack: true
|
||||
disablecookies: false
|
||||
custom:
|
||||
variable:
|
||||
1:
|
||||
slot: 1
|
||||
name: ''
|
||||
value: ''
|
||||
scope: visit
|
||||
2:
|
||||
slot: 2
|
||||
name: ''
|
||||
value: ''
|
||||
scope: visit
|
||||
3:
|
||||
slot: 3
|
||||
name: ''
|
||||
value: ''
|
||||
scope: visit
|
||||
4:
|
||||
slot: 4
|
||||
name: ''
|
||||
value: ''
|
||||
scope: visit
|
||||
5:
|
||||
slot: 5
|
||||
name: ''
|
||||
value: ''
|
||||
scope: visit
|
||||
codesnippet:
|
||||
before: ''
|
||||
after: ''
|
||||
translation_set: false
|
||||
disable_tracking: false
|
||||
cache: false
|
||||
page_title_hierarchy: false
|
||||
page_title_hierarchy_exclude_home: true
|
||||
status_codes_disabled: { }
|
12
config/sync/metatag.metatag_defaults.403.yml
Normal file
12
config/sync/metatag.metatag_defaults.403.yml
Normal file
@ -0,0 +1,12 @@
|
||||
uuid: bbc48337-1a7d-4efd-9148-02a9c9f2d41d
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies: { }
|
||||
_core:
|
||||
default_config_hash: RDCkFL0NDt75Gwioooxo1iuA1S50xTVsBOgX__c6wTw
|
||||
id: '403'
|
||||
label: '403 access denied'
|
||||
tags:
|
||||
robots: noindex
|
||||
canonical_url: '[site:url]'
|
||||
shortlink: '[site:url]'
|
11
config/sync/metatag.metatag_defaults.404.yml
Normal file
11
config/sync/metatag.metatag_defaults.404.yml
Normal file
@ -0,0 +1,11 @@
|
||||
uuid: 591e1a50-9345-494b-a8da-410d92f942e4
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies: { }
|
||||
_core:
|
||||
default_config_hash: puBstSLDz8mbaWU357zaqQDBGMGsJzG0j-TQNQkjg20
|
||||
id: '404'
|
||||
label: '404 page not found'
|
||||
tags:
|
||||
canonical_url: '[site:url]'
|
||||
shortlink: '[site:url]'
|
11
config/sync/metatag.metatag_defaults.front.yml
Normal file
11
config/sync/metatag.metatag_defaults.front.yml
Normal file
@ -0,0 +1,11 @@
|
||||
uuid: c17ec119-4d64-4871-9c1c-820065c6a41b
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies: { }
|
||||
_core:
|
||||
default_config_hash: 1noCXlegCr5HFehQRF1ViXy1jhU1jZ_sNN99a8Sj5jo
|
||||
id: front
|
||||
label: "Page d'accueil"
|
||||
tags:
|
||||
canonical_url: '[site:url]'
|
||||
shortlink: '[site:url]'
|
12
config/sync/metatag.metatag_defaults.global.yml
Normal file
12
config/sync/metatag.metatag_defaults.global.yml
Normal file
@ -0,0 +1,12 @@
|
||||
uuid: 5d596e85-e90b-48cb-ae39-b0a275b4afe8
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies: { }
|
||||
_core:
|
||||
default_config_hash: sL588ui1E_8-2c_UupwyYxcqX2OVyMFp3HTLbbFqvPc
|
||||
id: global
|
||||
label: Global
|
||||
tags:
|
||||
canonical_url: '[current-page:url]'
|
||||
google_site_verification: Rl_smMXh2b2szpTsHwbarHx7xeNmae4rZ6BxSYpnmKs
|
||||
title: '[current-page:title] | [site:name]'
|
12
config/sync/metatag.metatag_defaults.node.yml
Normal file
12
config/sync/metatag.metatag_defaults.node.yml
Normal file
@ -0,0 +1,12 @@
|
||||
uuid: 477f1b36-5625-44ab-ac78-bed0d1cccf55
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies: { }
|
||||
_core:
|
||||
default_config_hash: rpwvgyEURXLz_JjgMCrkS1rUv-0k3L79BpO-ReN7fDI
|
||||
id: node
|
||||
label: Contenu
|
||||
tags:
|
||||
title: '[node:title] | [site:name]'
|
||||
description: '[node:summary]'
|
||||
canonical_url: '[node:url]'
|
12
config/sync/metatag.metatag_defaults.taxonomy_term.yml
Normal file
12
config/sync/metatag.metatag_defaults.taxonomy_term.yml
Normal file
@ -0,0 +1,12 @@
|
||||
uuid: 5f1973fb-a75d-4549-aa0a-cfc87ad20f7c
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies: { }
|
||||
_core:
|
||||
default_config_hash: 92bXZdyYJ5xqukdfmGRr_CYcwm1vfuS8b8aJ7X_G7E0
|
||||
id: taxonomy_term
|
||||
label: 'Terme de taxonomie'
|
||||
tags:
|
||||
canonical_url: '[term:url]'
|
||||
description: '[term:description]'
|
||||
title: '[term:name] | [site:name]'
|
12
config/sync/metatag.metatag_defaults.user.yml
Normal file
12
config/sync/metatag.metatag_defaults.user.yml
Normal file
@ -0,0 +1,12 @@
|
||||
uuid: 66f63401-758f-4310-a025-f99815ee3ad4
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies: { }
|
||||
_core:
|
||||
default_config_hash: MvQPTbQx0Vxwy0ordSHyixdZmLCMpvMdLD69dlwkrKc
|
||||
id: user
|
||||
label: Utilisateur
|
||||
tags:
|
||||
canonical_url: '[user:url]'
|
||||
description: '[site:name]'
|
||||
title: '[user:display-name] | [site:name]'
|
15
config/sync/metatag.settings.yml
Normal file
15
config/sync/metatag.settings.yml
Normal file
@ -0,0 +1,15 @@
|
||||
_core:
|
||||
default_config_hash: tKLBW2GXZVLFXqS9QgLyfTuxCLc1u_quKPQLtCia-Bw
|
||||
langcode: fr
|
||||
entity_type_groups:
|
||||
search_api_task:
|
||||
search_api_task:
|
||||
site_verification: site_verification
|
||||
separator: ','
|
||||
tag_trim_method: beforeValue
|
||||
use_maxlength: true
|
||||
tag_trim_maxlength:
|
||||
metatag_maxlength_title: null
|
||||
metatag_maxlength_description: null
|
||||
metatag_maxlength_abstract: null
|
||||
tag_scroll_max_height: ''
|
17
config/sync/node.type.actualite.yml
Normal file
17
config/sync/node.type.actualite.yml
Normal file
@ -0,0 +1,17 @@
|
||||
uuid: e1294227-2c5c-4e65-bcf3-36e3a13f7853
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- menu_ui
|
||||
third_party_settings:
|
||||
menu_ui:
|
||||
available_menus: { }
|
||||
parent: ''
|
||||
name: Actualité
|
||||
type: actualite
|
||||
description: ''
|
||||
help: ''
|
||||
new_revision: true
|
||||
preview_mode: 0
|
||||
display_submitted: true
|
12
config/sync/page_manager.page.home.yml
Normal file
12
config/sync/page_manager.page.home.yml
Normal file
@ -0,0 +1,12 @@
|
||||
uuid: 79be5e13-295c-46cb-a9ac-3eea80ec7a2a
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: home
|
||||
label: Home
|
||||
description: ''
|
||||
use_admin_theme: false
|
||||
path: /home
|
||||
access_logic: and
|
||||
access_conditions: { }
|
||||
parameters: { }
|
18
config/sync/page_manager.page.node_view.yml
Normal file
18
config/sync/page_manager.page.node_view.yml
Normal file
@ -0,0 +1,18 @@
|
||||
uuid: 68d7b592-3850-46e3-86c5-206aee26fe3c
|
||||
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,99 @@
|
||||
uuid: 9981a93a-5a9c-42b4-a0aa-672ecf9256ad
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- page_manager.page.home
|
||||
- views.view.actus
|
||||
- views.view.presentation
|
||||
module:
|
||||
- config_pages
|
||||
- panels
|
||||
- views
|
||||
id: home-panels_variant-0
|
||||
label: Panels
|
||||
weight: 0
|
||||
variant: panels_variant
|
||||
variant_settings:
|
||||
id: panels_variant
|
||||
label: null
|
||||
weight: 0
|
||||
uuid: 27184c64-746b-415b-8e1c-5df83be624a5
|
||||
blocks:
|
||||
f1486b62-7ff8-475b-b6a1-e153b6b6fb89:
|
||||
id: 'views_block:presentation-block_1'
|
||||
label: ''
|
||||
label_display: '0'
|
||||
provider: views
|
||||
context_mapping: { }
|
||||
views_label: ''
|
||||
items_per_page: none
|
||||
exposed: { }
|
||||
region: content
|
||||
weight: 0
|
||||
uuid: f1486b62-7ff8-475b-b6a1-e153b6b6fb89
|
||||
css_classes:
|
||||
- ''
|
||||
html_id: ''
|
||||
css_styles: ''
|
||||
40cf53e9-ed23-4eeb-8f75-3dc26453edae:
|
||||
id: config_pages_block
|
||||
label: 'Diaporama Home'
|
||||
label_display: '0'
|
||||
provider: config_pages
|
||||
context_mapping: { }
|
||||
config_page_type: diaporama_home
|
||||
config_page_view_mode: full
|
||||
region: content
|
||||
weight: -1
|
||||
uuid: 40cf53e9-ed23-4eeb-8f75-3dc26453edae
|
||||
css_classes:
|
||||
- ''
|
||||
html_id: ''
|
||||
css_styles: ''
|
||||
346ce88d-2925-4bf8-884d-dfbca1e8d5b6:
|
||||
id: config_pages_block
|
||||
label: Déroulement
|
||||
label_display: visible
|
||||
provider: config_pages
|
||||
context_mapping: { }
|
||||
config_page_type: deroulement
|
||||
config_page_view_mode: full
|
||||
region: content
|
||||
weight: 1
|
||||
uuid: 346ce88d-2925-4bf8-884d-dfbca1e8d5b6
|
||||
css_classes:
|
||||
- ''
|
||||
html_id: ''
|
||||
css_styles: ''
|
||||
d4d27033-dc91-45d7-adc0-8690fd0ab27a:
|
||||
id: 'views_block:actus-block_1'
|
||||
label: ''
|
||||
label_display: visible
|
||||
provider: views
|
||||
context_mapping: { }
|
||||
views_label: ''
|
||||
items_per_page: none
|
||||
exposed: { }
|
||||
region: content
|
||||
weight: 2
|
||||
uuid: d4d27033-dc91-45d7-adc0-8690fd0ab27a
|
||||
css_classes:
|
||||
- ''
|
||||
html_id: ''
|
||||
css_styles: ''
|
||||
page_title: ''
|
||||
layout: layout_onecol
|
||||
layout_settings:
|
||||
label: ''
|
||||
builder: standard
|
||||
storage_type: page_manager
|
||||
storage_id: home-panels_variant-0
|
||||
css_classes:
|
||||
- ''
|
||||
html_id: ''
|
||||
css_styles: ''
|
||||
page: home
|
||||
selection_criteria: { }
|
||||
selection_logic: and
|
||||
static_context: { }
|
10
config/sync/paragraphs.paragraphs_type.phase_deroulement.yml
Normal file
10
config/sync/paragraphs.paragraphs_type.phase_deroulement.yml
Normal file
@ -0,0 +1,10 @@
|
||||
uuid: 9070407e-14af-454b-97ab-30968de43895
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: phase_deroulement
|
||||
label: 'Phase Déroulement'
|
||||
icon_uuid: null
|
||||
icon_default: null
|
||||
description: ''
|
||||
behavior_plugins: { }
|
22
config/sync/pathauto.pattern.partenaires.yml
Normal file
22
config/sync/pathauto.pattern.partenaires.yml
Normal file
@ -0,0 +1,22 @@
|
||||
uuid: 85399d56-232d-4c0e-a710-89bc161ba3b1
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
id: partenaires
|
||||
label: Partenaires
|
||||
type: 'canonical_entities:node'
|
||||
pattern: '/partenaires/[node:title]'
|
||||
selection_criteria:
|
||||
0626a642-8623-4c91-992f-7860cfab95c5:
|
||||
id: 'entity_bundle:node'
|
||||
negate: false
|
||||
uuid: 0626a642-8623-4c91-992f-7860cfab95c5
|
||||
context_mapping:
|
||||
node: node
|
||||
bundles:
|
||||
partenaire: partenaire
|
||||
selection_logic: and
|
||||
weight: -5
|
||||
relationships: { }
|
22
config/sync/pathauto.pattern.static.yml
Normal file
22
config/sync/pathauto.pattern.static.yml
Normal file
@ -0,0 +1,22 @@
|
||||
uuid: e39e7423-f311-4246-80be-3c48418ef274
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
id: static
|
||||
label: static
|
||||
type: 'canonical_entities:node'
|
||||
pattern: '/[node:title]'
|
||||
selection_criteria:
|
||||
5158ff21-45fe-429b-bf47-63072055fa7c:
|
||||
id: 'entity_bundle:node'
|
||||
negate: false
|
||||
uuid: 5158ff21-45fe-429b-bf47-63072055fa7c
|
||||
context_mapping:
|
||||
node: node
|
||||
bundles:
|
||||
static: static
|
||||
selection_logic: and
|
||||
weight: -5
|
||||
relationships: { }
|
@ -0,0 +1,4 @@
|
||||
index: true
|
||||
priority: '0.5'
|
||||
changefreq: ''
|
||||
include_images: false
|
@ -0,0 +1,4 @@
|
||||
index: true
|
||||
priority: '0.5'
|
||||
changefreq: ''
|
||||
include_images: false
|
@ -0,0 +1,4 @@
|
||||
index: true
|
||||
priority: '0.5'
|
||||
changefreq: ''
|
||||
include_images: false
|
@ -0,0 +1,4 @@
|
||||
index: true
|
||||
priority: '0.4'
|
||||
changefreq: ''
|
||||
include_images: false
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user