projets OK
This commit is contained in:
parent
2c3c1b02d0
commit
838163f34e
|
@ -18,12 +18,17 @@
|
||||||
"composer/installers": "^2.0",
|
"composer/installers": "^2.0",
|
||||||
"drupal/agreement": "^3.0@alpha",
|
"drupal/agreement": "^3.0@alpha",
|
||||||
"drupal/betterlogin": "^2.0",
|
"drupal/betterlogin": "^2.0",
|
||||||
"drupal/config_pages": "^2.15",
|
"drupal/config_pages": "2.15",
|
||||||
"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/email_registration": "^1.4",
|
"drupal/email_registration": "^1.4",
|
||||||
"drupal/faq": "^1.2",
|
"drupal/faq": "^1.2",
|
||||||
|
"drupal/geofield": "^1.61",
|
||||||
|
"drupal/geofield_map": "^3.0",
|
||||||
|
"drupal/image_delta_formatter": "^1.2",
|
||||||
|
"drupal/image_field_caption": "^2.0",
|
||||||
|
"drupal/leaflet": "^10.2",
|
||||||
"drupal/linked_field": "^1.5",
|
"drupal/linked_field": "^1.5",
|
||||||
"drupal/page_manager": "^4.0@RC",
|
"drupal/page_manager": "^4.0@RC",
|
||||||
"drupal/panels": "^4.7",
|
"drupal/panels": "^4.7",
|
||||||
|
|
|
@ -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": "eb1dfc152331cad91d619530b1c15189",
|
"content-hash": "337588199906c8f94c9b3253c53ec9c0",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "asm89/stack-cors",
|
"name": "asm89/stack-cors",
|
||||||
|
@ -4394,6 +4394,115 @@
|
||||||
"issues": "http://drupal.org/project/issues/formatter_suite"
|
"issues": "http://drupal.org/project/issues/formatter_suite"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "drupal/geofield",
|
||||||
|
"version": "1.61.0",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.drupalcode.org/project/geofield.git",
|
||||||
|
"reference": "8.x-1.61"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://ftp.drupal.org/files/projects/geofield-8.x-1.61.zip",
|
||||||
|
"reference": "8.x-1.61",
|
||||||
|
"shasum": "b204f101ee536597b9c293f66f75102d6ea2d268"
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"drupal/core": "^9 || ^10 || ^11",
|
||||||
|
"itamair/geophp": "^1.6"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"drupal/diff": "^1.3",
|
||||||
|
"drupal/feeds": "^3.0@beta"
|
||||||
|
},
|
||||||
|
"type": "drupal-module",
|
||||||
|
"extra": {
|
||||||
|
"drupal": {
|
||||||
|
"version": "8.x-1.61",
|
||||||
|
"datestamp": "1725441883",
|
||||||
|
"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": "Italo Mairo",
|
||||||
|
"homepage": "https://www.drupal.org/u/itamair",
|
||||||
|
"role": "Drupal 8+ Maintainer"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Brandon Morrison",
|
||||||
|
"homepage": "https://www.drupal.org/u/brandonian",
|
||||||
|
"role": "Drupal 7 Maintainer"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Pablo López",
|
||||||
|
"homepage": "https://www.drupal.org/u/plopesc",
|
||||||
|
"role": "Drupal 7 Maintainer"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Stores geographic and location data (points, lines, and polygons).",
|
||||||
|
"homepage": "https://www.drupal.org/project/geofield",
|
||||||
|
"support": {
|
||||||
|
"source": "https://git.drupalcode.org/project/geofield",
|
||||||
|
"issues": "https://www.drupal.org/project/issues/geofield",
|
||||||
|
"irc": "irc://irc.freenode.org/drupal-contribute"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "drupal/geofield_map",
|
||||||
|
"version": "3.0.23",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.drupalcode.org/project/geofield_map.git",
|
||||||
|
"reference": "3.0.23"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://ftp.drupal.org/files/projects/geofield_map-3.0.23.zip",
|
||||||
|
"reference": "3.0.23",
|
||||||
|
"shasum": "9ee63ca5584a616e6b509918d4c4a36fab608434"
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"drupal/core": "^9.3 || ^10",
|
||||||
|
"drupal/geofield": "^1.31"
|
||||||
|
},
|
||||||
|
"type": "drupal-module",
|
||||||
|
"extra": {
|
||||||
|
"drupal": {
|
||||||
|
"version": "3.0.23",
|
||||||
|
"datestamp": "1725636407",
|
||||||
|
"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": "Italo Mairo",
|
||||||
|
"homepage": "https://www.drupal.org/u/itamair",
|
||||||
|
"role": "Creator/Maintainer"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Geofield Map is an advanced, complete and easy-to-use Geo Mapping solution for Drupal 8, based on and fully compatible with the Geofield module.",
|
||||||
|
"homepage": "https://www.drupal.org/project/geofield_map",
|
||||||
|
"support": {
|
||||||
|
"source": "https://git.drupalcode.org/project/geofield_map",
|
||||||
|
"issues": "https://www.drupal.org/project/issues/geofield_map"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/honeypot",
|
"name": "drupal/honeypot",
|
||||||
"version": "2.1.3",
|
"version": "2.1.3",
|
||||||
|
@ -4463,6 +4572,123 @@
|
||||||
"issues": "https://www.drupal.org/project/issues/honeypot"
|
"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",
|
"name": "drupal/imagemagick",
|
||||||
"version": "3.4.0",
|
"version": "3.4.0",
|
||||||
|
@ -5018,6 +5244,78 @@
|
||||||
"issues": "https://www.drupal.org/project/issues/jquery_ui_touch_punch"
|
"issues": "https://www.drupal.org/project/issues/jquery_ui_touch_punch"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "drupal/leaflet",
|
||||||
|
"version": "10.2.25",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.drupalcode.org/project/leaflet.git",
|
||||||
|
"reference": "10.2.25"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://ftp.drupal.org/files/projects/leaflet-10.2.25.zip",
|
||||||
|
"reference": "10.2.25",
|
||||||
|
"shasum": "06aff8c46ca30873d6accc452348bcf6f4e46348"
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"drupal/core": "^9.3 || ^10 || ^11",
|
||||||
|
"drupal/geofield": "^1.31"
|
||||||
|
},
|
||||||
|
"type": "drupal-module",
|
||||||
|
"extra": {
|
||||||
|
"drupal": {
|
||||||
|
"version": "10.2.25",
|
||||||
|
"datestamp": "1724410606",
|
||||||
|
"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": "Italo Mairo",
|
||||||
|
"homepage": "https://www.drupal.org/u/itamair",
|
||||||
|
"role": "Maintainer"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Peter Vanhee (pvhee)",
|
||||||
|
"homepage": "https://www.drupal.org/u/pvhee",
|
||||||
|
"role": "Maintainer"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Rik de Boer (RdeBoer)",
|
||||||
|
"homepage": "https://www.drupal.org/u/rdeboer",
|
||||||
|
"role": "Maintainer"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Gabriel Carleton-Barnes (gcb)",
|
||||||
|
"homepage": "https://www.drupal.org/u/gcb",
|
||||||
|
"role": "Maintainer"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Lev Tsypin (levelos)",
|
||||||
|
"homepage": "https://www.drupal.org/u/levelos",
|
||||||
|
"role": "Maintainer"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Sean Larkin (seanberto)",
|
||||||
|
"homepage": "https://www.drupal.org/u/seanberto",
|
||||||
|
"role": "Maintainer"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Integration with the Leaflet map scripting library.",
|
||||||
|
"homepage": "https://www.drupal.org/project/leaflet",
|
||||||
|
"support": {
|
||||||
|
"source": "https://git.drupalcode.org/project/leaflet",
|
||||||
|
"issues": "https://www.drupal.org/project/issues/leaflet"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/link_attributes",
|
"name": "drupal/link_attributes",
|
||||||
"version": "1.14.0",
|
"version": "1.14.0",
|
||||||
|
@ -8502,6 +8800,52 @@
|
||||||
],
|
],
|
||||||
"time": "2023-08-03T15:02:42+00:00"
|
"time": "2023-08-03T15:02:42+00:00"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "itamair/geophp",
|
||||||
|
"version": "1.6",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/itamair/geoPHP.git",
|
||||||
|
"reference": "f210e37ab3d4706b7e8cfe3183fec2f5be8a85e6"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://api.github.com/repos/itamair/geoPHP/zipball/f210e37ab3d4706b7e8cfe3183fec2f5be8a85e6",
|
||||||
|
"reference": "f210e37ab3d4706b7e8cfe3183fec2f5be8a85e6",
|
||||||
|
"shasum": ""
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"phpunit/phpunit": "4.1.* || 9.5.*"
|
||||||
|
},
|
||||||
|
"type": "library",
|
||||||
|
"autoload": {
|
||||||
|
"classmap": [
|
||||||
|
"geoPHP.inc"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
|
"license": [
|
||||||
|
"GPL-2.0+"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Italo Mairo",
|
||||||
|
"homepage": "https://www.linkedin.com/in/italomairo/",
|
||||||
|
"role": "Maintanier of this Library Repo"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Patrick Hayes",
|
||||||
|
"homepage": "https://www.linkedin.com/in/patrickdhayes/",
|
||||||
|
"role": "Maintanier of original Repositary/Library (https://github.com/phayes/geoPHP)"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "GeoPHP is a open-source native PHP library for doing geometry operations. It is written entirely in PHP and can therefore run on shared hosts. It can read and write a wide variety of formats: WKT (including EWKT), WKB (including EWKB), GeoJSON, KML, GPX, GeoRSS). It works with all Simple-Feature geometries (Point, LineString, Polygon, GeometryCollection etc.) and can be used to get centroids, bounding-boxes, area, and a wide variety of other useful information.",
|
||||||
|
"homepage": "https://github.com/itamair/geoPHP",
|
||||||
|
"support": {
|
||||||
|
"source": "https://github.com/itamair/geoPHP/tree/1.6"
|
||||||
|
},
|
||||||
|
"time": "2023-12-23T23:28:59+00:00"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "kint-php/kint",
|
"name": "kint-php/kint",
|
||||||
"version": "3.3",
|
"version": "3.3",
|
||||||
|
|
|
@ -11,7 +11,7 @@ dependencies:
|
||||||
id: erabletheme_header
|
id: erabletheme_header
|
||||||
theme: erabletheme
|
theme: erabletheme
|
||||||
region: header
|
region: header
|
||||||
weight: -3
|
weight: -5
|
||||||
provider: null
|
provider: null
|
||||||
plugin: 'menu_block:header'
|
plugin: 'menu_block:header'
|
||||||
settings:
|
settings:
|
||||||
|
|
|
@ -11,7 +11,7 @@ dependencies:
|
||||||
id: erabletheme_logoepau_2
|
id: erabletheme_logoepau_2
|
||||||
theme: erabletheme
|
theme: erabletheme
|
||||||
region: header
|
region: header
|
||||||
weight: -5
|
weight: -7
|
||||||
provider: null
|
provider: null
|
||||||
plugin: 'block_content:3276aaec-886f-4368-a08e-002f8e90e274'
|
plugin: 'block_content:3276aaec-886f-4368-a08e-002f8e90e274'
|
||||||
settings:
|
settings:
|
||||||
|
|
|
@ -11,7 +11,7 @@ dependencies:
|
||||||
id: erabletheme_logoerable
|
id: erabletheme_logoerable
|
||||||
theme: erabletheme
|
theme: erabletheme
|
||||||
region: header
|
region: header
|
||||||
weight: -4
|
weight: -6
|
||||||
provider: null
|
provider: null
|
||||||
plugin: 'block_content:60ae10db-2185-4e75-a324-3590dec9d124'
|
plugin: 'block_content:60ae10db-2185-4e75-a324-3590dec9d124'
|
||||||
settings:
|
settings:
|
||||||
|
|
|
@ -9,7 +9,7 @@ dependencies:
|
||||||
id: erabletheme_socialmedialinks
|
id: erabletheme_socialmedialinks
|
||||||
theme: erabletheme
|
theme: erabletheme
|
||||||
region: header
|
region: header
|
||||||
weight: -2
|
weight: -4
|
||||||
provider: null
|
provider: null
|
||||||
plugin: social_media_links_block
|
plugin: social_media_links_block
|
||||||
settings:
|
settings:
|
||||||
|
|
|
@ -3,7 +3,6 @@ langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
- block_class
|
|
||||||
- social_media_links
|
- social_media_links
|
||||||
theme:
|
theme:
|
||||||
- erabletheme
|
- erabletheme
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
uuid: 8eb6829e-ca59-4575-9995-09c358c6044e
|
uuid: 8eb6829e-ca59-4575-9995-09c358c6044e
|
||||||
langcode: fr
|
langcode: fr
|
||||||
status: false
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
content:
|
content:
|
||||||
- 'block_content:link:82c97cc5-9a38-42e6-852f-e160d945a338'
|
- 'block_content:link:82c97cc5-9a38-42e6-852f-e160d945a338'
|
||||||
|
|
|
@ -0,0 +1,33 @@
|
||||||
|
uuid: b68c1fb5-1b2f-46a4-8e03-b4b198467e39
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- views.view.projets
|
||||||
|
module:
|
||||||
|
- node
|
||||||
|
- views
|
||||||
|
theme:
|
||||||
|
- erabletheme
|
||||||
|
id: erabletheme_views_block__projets_block_1
|
||||||
|
theme: erabletheme
|
||||||
|
region: sidebar_first
|
||||||
|
weight: 0
|
||||||
|
provider: null
|
||||||
|
plugin: 'views_block:projets-block_1'
|
||||||
|
settings:
|
||||||
|
id: 'views_block:projets-block_1'
|
||||||
|
label: ''
|
||||||
|
label_display: visible
|
||||||
|
provider: views
|
||||||
|
views_label: ''
|
||||||
|
items_per_page: none
|
||||||
|
exposed: { }
|
||||||
|
visibility:
|
||||||
|
'entity_bundle:node':
|
||||||
|
id: 'entity_bundle:node'
|
||||||
|
negate: false
|
||||||
|
context_mapping:
|
||||||
|
node: '@node.node_route_context:node'
|
||||||
|
bundles:
|
||||||
|
projet: projet
|
|
@ -0,0 +1,17 @@
|
||||||
|
uuid: 489de33d-a68c-41d8-b843-87ce72b5dfce
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
id: les_projets
|
||||||
|
label: 'Les projets'
|
||||||
|
token: true
|
||||||
|
context:
|
||||||
|
show_warning: true
|
||||||
|
group:
|
||||||
|
language: false
|
||||||
|
fallback:
|
||||||
|
language: ''
|
||||||
|
menu:
|
||||||
|
path: /admin/content/projets
|
||||||
|
weight: 0
|
||||||
|
description: ''
|
|
@ -0,0 +1,22 @@
|
||||||
|
uuid: 1f0169b8-8fc4-4998-9cd3-c8f7b052921b
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- node.type.projet
|
||||||
|
id: node.projet.promote
|
||||||
|
field_name: promote
|
||||||
|
entity_type: node
|
||||||
|
bundle: projet
|
||||||
|
label: "Promu en page d'accueil"
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: true
|
||||||
|
default_value:
|
||||||
|
-
|
||||||
|
value: 0
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
on_label: Activé
|
||||||
|
off_label: Désactivé
|
||||||
|
field_type: boolean
|
|
@ -0,0 +1,22 @@
|
||||||
|
uuid: fa6a3f8d-43b1-4744-b392-d9a8dde206f9
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- node.type.ressource
|
||||||
|
id: node.ressource.promote
|
||||||
|
field_name: promote
|
||||||
|
entity_type: node
|
||||||
|
bundle: ressource
|
||||||
|
label: "Promu en page d'accueil"
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: true
|
||||||
|
default_value:
|
||||||
|
-
|
||||||
|
value: 0
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
on_label: Activé
|
||||||
|
off_label: Désactivé
|
||||||
|
field_type: boolean
|
|
@ -0,0 +1,24 @@
|
||||||
|
uuid: dc8884e8-08cc-43a3-a9fd-00eea58bfc67
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- config_pages.type.les_projets
|
||||||
|
- field.field.config_pages.les_projets.field_intro
|
||||||
|
module:
|
||||||
|
- text
|
||||||
|
id: config_pages.les_projets.default
|
||||||
|
targetEntityType: config_pages
|
||||||
|
bundle: les_projets
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
field_intro:
|
||||||
|
type: text_textarea
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
rows: 5
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
hidden:
|
||||||
|
label: true
|
|
@ -0,0 +1,446 @@
|
||||||
|
uuid: 85689c5e-1da1-4e43-bec6-4463b338ced0
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.field.node.projet.field_actualites_liees
|
||||||
|
- field.field.node.projet.field_carte
|
||||||
|
- field.field.node.projet.field_chiffres_clefs
|
||||||
|
- field.field.node.projet.field_chronologie
|
||||||
|
- field.field.node.projet.field_collectif_du_projet
|
||||||
|
- field.field.node.projet.field_diaporama
|
||||||
|
- field.field.node.projet.field_liens
|
||||||
|
- field.field.node.projet.field_localisation_textuel
|
||||||
|
- field.field.node.projet.field_pieces_jointes
|
||||||
|
- field.field.node.projet.field_poids
|
||||||
|
- field.field.node.projet.field_pour_aller_plus_loin
|
||||||
|
- field.field.node.projet.field_session
|
||||||
|
- field.field.node.projet.field_sous_titre
|
||||||
|
- field.field.node.projet.field_texte
|
||||||
|
- field.field.node.projet.field_th
|
||||||
|
- image.style.thumbnail
|
||||||
|
- node.type.projet
|
||||||
|
module:
|
||||||
|
- field_group
|
||||||
|
- file
|
||||||
|
- image
|
||||||
|
- leaflet
|
||||||
|
- link
|
||||||
|
- paragraphs
|
||||||
|
- path
|
||||||
|
third_party_settings:
|
||||||
|
field_group:
|
||||||
|
group_tabs:
|
||||||
|
children:
|
||||||
|
- group_textes
|
||||||
|
- group_diaporama
|
||||||
|
- group_carte
|
||||||
|
- group_thematiques
|
||||||
|
- group_collectif_du_projet
|
||||||
|
- group_annexe
|
||||||
|
- group_transversal
|
||||||
|
label: Tabs
|
||||||
|
region: content
|
||||||
|
parent_name: ''
|
||||||
|
weight: 3
|
||||||
|
format_type: tabs
|
||||||
|
format_settings:
|
||||||
|
classes: ''
|
||||||
|
show_empty_fields: false
|
||||||
|
id: ''
|
||||||
|
label_as_html: false
|
||||||
|
direction: horizontal
|
||||||
|
width_breakpoint: 640
|
||||||
|
group_textes:
|
||||||
|
children:
|
||||||
|
- field_sous_titre
|
||||||
|
- field_localisation_textuel
|
||||||
|
- field_texte
|
||||||
|
- field_chiffres_clefs
|
||||||
|
- field_chronologie
|
||||||
|
label: Contenus
|
||||||
|
region: content
|
||||||
|
parent_name: group_tabs
|
||||||
|
weight: 21
|
||||||
|
format_type: tab
|
||||||
|
format_settings:
|
||||||
|
classes: ''
|
||||||
|
show_empty_fields: false
|
||||||
|
id: ''
|
||||||
|
label_as_html: false
|
||||||
|
formatter: open
|
||||||
|
description: ''
|
||||||
|
required_fields: true
|
||||||
|
group_carte:
|
||||||
|
children:
|
||||||
|
- field_carte
|
||||||
|
label: carte
|
||||||
|
region: content
|
||||||
|
parent_name: group_tabs
|
||||||
|
weight: 23
|
||||||
|
format_type: tab
|
||||||
|
format_settings:
|
||||||
|
classes: ''
|
||||||
|
show_empty_fields: false
|
||||||
|
id: ''
|
||||||
|
label_as_html: false
|
||||||
|
formatter: closed
|
||||||
|
description: ''
|
||||||
|
required_fields: true
|
||||||
|
group_diaporama:
|
||||||
|
children:
|
||||||
|
- field_diaporama
|
||||||
|
label: Diaporama
|
||||||
|
region: content
|
||||||
|
parent_name: group_tabs
|
||||||
|
weight: 22
|
||||||
|
format_type: tab
|
||||||
|
format_settings:
|
||||||
|
classes: ''
|
||||||
|
show_empty_fields: false
|
||||||
|
id: ''
|
||||||
|
label_as_html: false
|
||||||
|
formatter: closed
|
||||||
|
description: ''
|
||||||
|
required_fields: true
|
||||||
|
group_annexe:
|
||||||
|
children:
|
||||||
|
- field_liens
|
||||||
|
- field_pieces_jointes
|
||||||
|
label: Annexe
|
||||||
|
region: content
|
||||||
|
parent_name: group_tabs
|
||||||
|
weight: 26
|
||||||
|
format_type: tab
|
||||||
|
format_settings:
|
||||||
|
classes: ''
|
||||||
|
show_empty_fields: false
|
||||||
|
id: ''
|
||||||
|
label_as_html: false
|
||||||
|
formatter: closed
|
||||||
|
description: ''
|
||||||
|
required_fields: true
|
||||||
|
group_details:
|
||||||
|
children:
|
||||||
|
- field_session
|
||||||
|
- status
|
||||||
|
- field_poids
|
||||||
|
- path
|
||||||
|
label: Details
|
||||||
|
region: content
|
||||||
|
parent_name: ''
|
||||||
|
weight: 4
|
||||||
|
format_type: details_sidebar
|
||||||
|
format_settings:
|
||||||
|
classes: ''
|
||||||
|
show_empty_fields: false
|
||||||
|
id: ''
|
||||||
|
label_as_html: false
|
||||||
|
open: true
|
||||||
|
description: ''
|
||||||
|
required_fields: true
|
||||||
|
weight: -100
|
||||||
|
group_transversal:
|
||||||
|
children:
|
||||||
|
- field_actualites_liees
|
||||||
|
- field_pour_aller_plus_loin
|
||||||
|
label: Transversal
|
||||||
|
region: content
|
||||||
|
parent_name: group_tabs
|
||||||
|
weight: 27
|
||||||
|
format_type: tab
|
||||||
|
format_settings:
|
||||||
|
classes: ''
|
||||||
|
show_empty_fields: false
|
||||||
|
id: ''
|
||||||
|
label_as_html: false
|
||||||
|
formatter: closed
|
||||||
|
description: ''
|
||||||
|
required_fields: true
|
||||||
|
group_thematiques:
|
||||||
|
children:
|
||||||
|
- field_th
|
||||||
|
label: Thématiques
|
||||||
|
region: content
|
||||||
|
parent_name: group_tabs
|
||||||
|
weight: 24
|
||||||
|
format_type: tab
|
||||||
|
format_settings:
|
||||||
|
classes: ''
|
||||||
|
show_empty_fields: false
|
||||||
|
id: ''
|
||||||
|
label_as_html: false
|
||||||
|
formatter: closed
|
||||||
|
description: ''
|
||||||
|
required_fields: true
|
||||||
|
group_collectif_du_projet:
|
||||||
|
children:
|
||||||
|
- field_collectif_du_projet
|
||||||
|
label: 'Collectif du projet'
|
||||||
|
region: content
|
||||||
|
parent_name: group_tabs
|
||||||
|
weight: 25
|
||||||
|
format_type: tab
|
||||||
|
format_settings:
|
||||||
|
classes: ''
|
||||||
|
show_empty_fields: false
|
||||||
|
id: ''
|
||||||
|
label_as_html: false
|
||||||
|
formatter: closed
|
||||||
|
description: ''
|
||||||
|
required_fields: true
|
||||||
|
id: node.projet.default
|
||||||
|
targetEntityType: node
|
||||||
|
bundle: projet
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
field_actualites_liees:
|
||||||
|
type: entity_reference_autocomplete
|
||||||
|
weight: 5
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
match_operator: CONTAINS
|
||||||
|
match_limit: 10
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
field_carte:
|
||||||
|
type: leaflet_widget_default
|
||||||
|
weight: 3
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
map:
|
||||||
|
leaflet_map: 'OSM Mapnik'
|
||||||
|
height: 400
|
||||||
|
auto_center: 1
|
||||||
|
map_position:
|
||||||
|
force: true
|
||||||
|
center:
|
||||||
|
lat: 46.751944
|
||||||
|
lon: 2.416667
|
||||||
|
zoomControlPosition: topleft
|
||||||
|
zoom: 5
|
||||||
|
minZoom: 1
|
||||||
|
maxZoom: 18
|
||||||
|
zoomFiner: 0
|
||||||
|
scroll_zoom_enabled: 1
|
||||||
|
input:
|
||||||
|
show: true
|
||||||
|
readonly: false
|
||||||
|
toolbar:
|
||||||
|
position: topright
|
||||||
|
marker: defaultMarker
|
||||||
|
drawPolyline: true
|
||||||
|
drawRectangle: true
|
||||||
|
drawPolygon: true
|
||||||
|
drawCircle: false
|
||||||
|
drawText: false
|
||||||
|
editMode: false
|
||||||
|
dragMode: false
|
||||||
|
cutPolygon: false
|
||||||
|
removalMode: false
|
||||||
|
rotateMode: false
|
||||||
|
reset_map:
|
||||||
|
control: false
|
||||||
|
options: '{"position":"topleft","title":"Reset View"}'
|
||||||
|
map_scale:
|
||||||
|
control: false
|
||||||
|
options: '{"position":"bottomright","maxWidth":100,"metric":true,"imperial":false,"updateWhenIdle":false}'
|
||||||
|
fullscreen:
|
||||||
|
control: false
|
||||||
|
options: '{"position":"topleft","pseudoFullscreen":false}'
|
||||||
|
path: '{"color":"#3388ff","opacity":"1.0","stroke":true,"weight":3,"fill":"depends","fillColor":"*","fillOpacity":"0.2","radius":"6"}'
|
||||||
|
locate:
|
||||||
|
control: false
|
||||||
|
options: '{"position":"topright","setView":"untilPanOrZoom","returnToPrevBounds":true,"keepCurrentZoomLevel":true,"strings":{"title":"Locate my position"}}'
|
||||||
|
automatic: false
|
||||||
|
geocoder:
|
||||||
|
control: false
|
||||||
|
settings:
|
||||||
|
position: topright
|
||||||
|
input_size: 20
|
||||||
|
providers: { }
|
||||||
|
min_terms: 4
|
||||||
|
delay: 800
|
||||||
|
zoom: 16
|
||||||
|
popup: false
|
||||||
|
options: ''
|
||||||
|
geometry_validation: 0
|
||||||
|
feature_properties:
|
||||||
|
values: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
field_chiffres_clefs:
|
||||||
|
type: paragraphs
|
||||||
|
weight: 4
|
||||||
|
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_chronologie:
|
||||||
|
type: paragraphs
|
||||||
|
weight: 5
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
title: Paragraphe
|
||||||
|
title_plural: Paragraphs
|
||||||
|
edit_mode: open
|
||||||
|
closed_mode: summary
|
||||||
|
autocollapse: none
|
||||||
|
closed_mode_threshold: 0
|
||||||
|
add_mode: dropdown
|
||||||
|
form_display_mode: default
|
||||||
|
default_paragraph_type: ''
|
||||||
|
features:
|
||||||
|
collapse_edit_all: collapse_edit_all
|
||||||
|
duplicate: duplicate
|
||||||
|
third_party_settings: { }
|
||||||
|
field_collectif_du_projet:
|
||||||
|
type: paragraphs
|
||||||
|
weight: 27
|
||||||
|
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_diaporama:
|
||||||
|
type: image_image
|
||||||
|
weight: 14
|
||||||
|
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_localisation_textuel:
|
||||||
|
type: string_textfield
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
field_pieces_jointes:
|
||||||
|
type: file_generic
|
||||||
|
weight: 6
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
progress_indicator: throbber
|
||||||
|
third_party_settings: { }
|
||||||
|
field_poids:
|
||||||
|
type: number
|
||||||
|
weight: 30
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
field_pour_aller_plus_loin:
|
||||||
|
type: entity_reference_autocomplete
|
||||||
|
weight: 6
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
match_operator: CONTAINS
|
||||||
|
match_limit: 10
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
field_session:
|
||||||
|
type: entity_reference_autocomplete
|
||||||
|
weight: 28
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
match_operator: CONTAINS
|
||||||
|
match_limit: 10
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
field_sous_titre:
|
||||||
|
type: string_textfield
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
field_texte:
|
||||||
|
type: paragraphs
|
||||||
|
weight: 3
|
||||||
|
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_th:
|
||||||
|
type: entity_reference_autocomplete
|
||||||
|
weight: 6
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
match_operator: CONTAINS
|
||||||
|
match_limit: 10
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
path:
|
||||||
|
type: path
|
||||||
|
weight: 31
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
status:
|
||||||
|
type: boolean_checkbox
|
||||||
|
weight: 29
|
||||||
|
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
|
||||||
|
promote: true
|
||||||
|
sticky: true
|
||||||
|
uid: true
|
|
@ -0,0 +1,84 @@
|
||||||
|
uuid: 67859886-7629-4d0b-bb7e-86aaf74b4fe4
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.field.node.ressource.body
|
||||||
|
- node.type.ressource
|
||||||
|
module:
|
||||||
|
- path
|
||||||
|
- text
|
||||||
|
id: node.ressource.default
|
||||||
|
targetEntityType: node
|
||||||
|
bundle: ressource
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
body:
|
||||||
|
type: text_textarea_with_summary
|
||||||
|
weight: 121
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
rows: 9
|
||||||
|
summary_rows: 3
|
||||||
|
placeholder: ''
|
||||||
|
show_summary: false
|
||||||
|
third_party_settings: { }
|
||||||
|
created:
|
||||||
|
type: datetime_timestamp
|
||||||
|
weight: 10
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
langcode:
|
||||||
|
type: language_select
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
include_locked: true
|
||||||
|
third_party_settings: { }
|
||||||
|
path:
|
||||||
|
type: path
|
||||||
|
weight: 30
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
promote:
|
||||||
|
type: boolean_checkbox
|
||||||
|
weight: 15
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
display_label: true
|
||||||
|
third_party_settings: { }
|
||||||
|
status:
|
||||||
|
type: boolean_checkbox
|
||||||
|
weight: 120
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
display_label: true
|
||||||
|
third_party_settings: { }
|
||||||
|
sticky:
|
||||||
|
type: boolean_checkbox
|
||||||
|
weight: 16
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
display_label: true
|
||||||
|
third_party_settings: { }
|
||||||
|
title:
|
||||||
|
type: string_textfield
|
||||||
|
weight: -5
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
uid:
|
||||||
|
type: entity_reference_autocomplete
|
||||||
|
weight: 5
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
match_operator: CONTAINS
|
||||||
|
match_limit: 10
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
hidden: { }
|
|
@ -0,0 +1,34 @@
|
||||||
|
uuid: 7a7fe585-fe69-416a-bd3b-08ac2675b567
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.field.paragraph.chiffre_clef.field_chiffre
|
||||||
|
- field.field.paragraph.chiffre_clef.field_texte_chiffreclef
|
||||||
|
- paragraphs.paragraphs_type.chiffre_clef
|
||||||
|
module:
|
||||||
|
- text
|
||||||
|
id: paragraph.chiffre_clef.default
|
||||||
|
targetEntityType: paragraph
|
||||||
|
bundle: chiffre_clef
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
field_chiffre:
|
||||||
|
type: string_textfield
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
field_texte_chiffreclef:
|
||||||
|
type: text_textfield
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
hidden:
|
||||||
|
created: true
|
||||||
|
status: true
|
|
@ -0,0 +1,34 @@
|
||||||
|
uuid: 028efb70-43c4-427b-ada7-50b776ea460a
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.field.paragraph.chronologie.field_texte
|
||||||
|
- field.field.paragraph.chronologie.field_titre
|
||||||
|
- paragraphs.paragraphs_type.chronologie
|
||||||
|
module:
|
||||||
|
- text
|
||||||
|
id: paragraph.chronologie.default
|
||||||
|
targetEntityType: paragraph
|
||||||
|
bundle: chronologie
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
field_texte:
|
||||||
|
type: text_textarea
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
rows: 5
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
field_titre:
|
||||||
|
type: string_textfield
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
hidden:
|
||||||
|
created: true
|
||||||
|
status: true
|
|
@ -0,0 +1,44 @@
|
||||||
|
uuid: f59bbc75-5d91-4bb9-8209-e07e35332510
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.field.paragraph.collectif_projet.field_membre_collectif
|
||||||
|
- field.field.paragraph.collectif_projet.field_titre
|
||||||
|
- paragraphs.paragraphs_type.collectif_projet
|
||||||
|
module:
|
||||||
|
- paragraphs
|
||||||
|
id: paragraph.collectif_projet.default
|
||||||
|
targetEntityType: paragraph
|
||||||
|
bundle: collectif_projet
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
field_membre_collectif:
|
||||||
|
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_titre:
|
||||||
|
type: string_textfield
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
hidden:
|
||||||
|
created: true
|
||||||
|
status: true
|
|
@ -0,0 +1,34 @@
|
||||||
|
uuid: 13dfa03a-1b39-4cb1-a924-b50b4e102846
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.field.paragraph.intertitre_texte.field_inter_titre
|
||||||
|
- field.field.paragraph.intertitre_texte.field_texte_paragraphe
|
||||||
|
- paragraphs.paragraphs_type.intertitre_texte
|
||||||
|
module:
|
||||||
|
- text
|
||||||
|
id: paragraph.intertitre_texte.default
|
||||||
|
targetEntityType: paragraph
|
||||||
|
bundle: intertitre_texte
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
field_inter_titre:
|
||||||
|
type: string_textfield
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
field_texte_paragraphe:
|
||||||
|
type: text_textarea
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
rows: 5
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
hidden:
|
||||||
|
created: true
|
||||||
|
status: true
|
|
@ -49,6 +49,11 @@ content:
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
terms_of_use:
|
||||||
|
weight: 10
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
hidden:
|
hidden:
|
||||||
field_last_password_reset: true
|
field_last_password_reset: true
|
||||||
field_password_expiration: true
|
field_password_expiration: true
|
||||||
|
|
|
@ -0,0 +1,23 @@
|
||||||
|
uuid: aac426b1-164a-4513-8e7a-8b653f963204
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- config_pages.type.les_projets
|
||||||
|
- field.field.config_pages.les_projets.field_intro
|
||||||
|
module:
|
||||||
|
- text
|
||||||
|
id: config_pages.les_projets.default
|
||||||
|
targetEntityType: config_pages
|
||||||
|
bundle: les_projets
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
field_intro:
|
||||||
|
type: text_default
|
||||||
|
label: visually_hidden
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
hidden:
|
||||||
|
search_api_excerpt: true
|
|
@ -0,0 +1,24 @@
|
||||||
|
uuid: 14c18c44-e677-485f-8c4f-8ad8d3ee0907
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- config_pages.type.les_projets
|
||||||
|
- core.entity_view_mode.config_pages.full
|
||||||
|
- field.field.config_pages.les_projets.field_intro
|
||||||
|
module:
|
||||||
|
- text
|
||||||
|
id: config_pages.les_projets.full
|
||||||
|
targetEntityType: config_pages
|
||||||
|
bundle: les_projets
|
||||||
|
mode: full
|
||||||
|
content:
|
||||||
|
field_intro:
|
||||||
|
type: text_default
|
||||||
|
label: visually_hidden
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
hidden:
|
||||||
|
search_api_excerpt: true
|
|
@ -0,0 +1,174 @@
|
||||||
|
uuid: 85467fb3-e529-49a9-bc9a-153079cc0b58
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.field.node.projet.field_actualites_liees
|
||||||
|
- field.field.node.projet.field_carte
|
||||||
|
- field.field.node.projet.field_chiffres_clefs
|
||||||
|
- field.field.node.projet.field_chronologie
|
||||||
|
- field.field.node.projet.field_collectif_du_projet
|
||||||
|
- field.field.node.projet.field_diaporama
|
||||||
|
- field.field.node.projet.field_liens
|
||||||
|
- field.field.node.projet.field_localisation_textuel
|
||||||
|
- field.field.node.projet.field_pieces_jointes
|
||||||
|
- field.field.node.projet.field_poids
|
||||||
|
- field.field.node.projet.field_pour_aller_plus_loin
|
||||||
|
- field.field.node.projet.field_session
|
||||||
|
- field.field.node.projet.field_sous_titre
|
||||||
|
- field.field.node.projet.field_texte
|
||||||
|
- field.field.node.projet.field_th
|
||||||
|
- node.type.projet
|
||||||
|
module:
|
||||||
|
- entity_reference_revisions
|
||||||
|
- file
|
||||||
|
- geofield
|
||||||
|
- image
|
||||||
|
- link
|
||||||
|
- user
|
||||||
|
id: node.projet.default
|
||||||
|
targetEntityType: node
|
||||||
|
bundle: projet
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
field_actualites_liees:
|
||||||
|
type: entity_reference_label
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
link: true
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 12
|
||||||
|
region: content
|
||||||
|
field_carte:
|
||||||
|
type: geofield_default
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
output_format: wkt
|
||||||
|
output_escape: true
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 11
|
||||||
|
region: content
|
||||||
|
field_chiffres_clefs:
|
||||||
|
type: entity_reference_revisions_entity_view
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
view_mode: default
|
||||||
|
link: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 8
|
||||||
|
region: content
|
||||||
|
field_chronologie:
|
||||||
|
type: entity_reference_revisions_entity_view
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
view_mode: default
|
||||||
|
link: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 9
|
||||||
|
region: content
|
||||||
|
field_collectif_du_projet:
|
||||||
|
type: entity_reference_revisions_entity_view
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
view_mode: default
|
||||||
|
link: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 10
|
||||||
|
region: content
|
||||||
|
field_diaporama:
|
||||||
|
type: image
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
image_link: ''
|
||||||
|
image_style: ''
|
||||||
|
image_loading:
|
||||||
|
attribute: lazy
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 6
|
||||||
|
region: content
|
||||||
|
field_liens:
|
||||||
|
type: link
|
||||||
|
label: hidden
|
||||||
|
settings:
|
||||||
|
trim_length: 80
|
||||||
|
url_only: false
|
||||||
|
url_plain: false
|
||||||
|
rel: ''
|
||||||
|
target: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
|
field_localisation_textuel:
|
||||||
|
type: string
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 5
|
||||||
|
region: content
|
||||||
|
field_pieces_jointes:
|
||||||
|
type: file_default
|
||||||
|
label: hidden
|
||||||
|
settings:
|
||||||
|
use_description_as_link_text: true
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
|
field_poids:
|
||||||
|
type: number_integer
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
thousand_separator: ''
|
||||||
|
prefix_suffix: true
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 14
|
||||||
|
region: content
|
||||||
|
field_pour_aller_plus_loin:
|
||||||
|
type: entity_reference_label
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
link: true
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 13
|
||||||
|
region: content
|
||||||
|
field_session:
|
||||||
|
type: entity_reference_label
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
link: true
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 15
|
||||||
|
region: content
|
||||||
|
field_sous_titre:
|
||||||
|
type: string
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
field_texte:
|
||||||
|
type: entity_reference_revisions_entity_view
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
view_mode: default
|
||||||
|
link: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 7
|
||||||
|
region: content
|
||||||
|
field_th:
|
||||||
|
type: entity_reference_label
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
link: true
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 4
|
||||||
|
region: content
|
||||||
|
links:
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 3
|
||||||
|
region: content
|
||||||
|
hidden:
|
||||||
|
langcode: true
|
||||||
|
search_api_excerpt: true
|
|
@ -0,0 +1,237 @@
|
||||||
|
uuid: c3eab12b-de53-4040-a696-7a36a8740df7
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- core.entity_view_mode.node.full
|
||||||
|
- field.field.node.projet.field_actualites_liees
|
||||||
|
- field.field.node.projet.field_carte
|
||||||
|
- field.field.node.projet.field_chiffres_clefs
|
||||||
|
- field.field.node.projet.field_chronologie
|
||||||
|
- field.field.node.projet.field_collectif_du_projet
|
||||||
|
- field.field.node.projet.field_diaporama
|
||||||
|
- field.field.node.projet.field_liens
|
||||||
|
- field.field.node.projet.field_localisation_textuel
|
||||||
|
- field.field.node.projet.field_pieces_jointes
|
||||||
|
- field.field.node.projet.field_poids
|
||||||
|
- field.field.node.projet.field_pour_aller_plus_loin
|
||||||
|
- field.field.node.projet.field_session
|
||||||
|
- field.field.node.projet.field_sous_titre
|
||||||
|
- field.field.node.projet.field_texte
|
||||||
|
- field.field.node.projet.field_th
|
||||||
|
- image.style.wide
|
||||||
|
- node.type.projet
|
||||||
|
module:
|
||||||
|
- entity_reference_revisions
|
||||||
|
- file
|
||||||
|
- image_field_caption
|
||||||
|
- leaflet
|
||||||
|
- link
|
||||||
|
- user
|
||||||
|
id: node.projet.full
|
||||||
|
targetEntityType: node
|
||||||
|
bundle: projet
|
||||||
|
mode: full
|
||||||
|
content:
|
||||||
|
field_carte:
|
||||||
|
type: leaflet_formatter_default
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
multiple_map: false
|
||||||
|
leaflet_map: 'OSM Mapnik'
|
||||||
|
height: 400
|
||||||
|
height_unit: px
|
||||||
|
hide_empty_map: false
|
||||||
|
disable_wheel: false
|
||||||
|
gesture_handling: false
|
||||||
|
fitbounds_options: '{"padding":[0,0]}'
|
||||||
|
reset_map:
|
||||||
|
control: false
|
||||||
|
options: '{"position": "topleft", "title": "Reset View"}'
|
||||||
|
map_scale:
|
||||||
|
control: false
|
||||||
|
options: '{"position":"bottomright","maxWidth":100,"metric":true,"imperial":false,"updateWhenIdle":false}'
|
||||||
|
locate:
|
||||||
|
control: false
|
||||||
|
options: '{"position": "topright", "setView": "untilPanOrZoom", "returnToPrevBounds":true, "keepCurrentZoomLevel": true, "strings": {"title": "Locate my position"}}'
|
||||||
|
automatic: false
|
||||||
|
leaflet_tooltip:
|
||||||
|
value: ''
|
||||||
|
options: '{"permanent":false,"direction":"center"}'
|
||||||
|
popup: false
|
||||||
|
popup_content: ''
|
||||||
|
leaflet_popup:
|
||||||
|
control: ''
|
||||||
|
content: ''
|
||||||
|
options: '{"maxWidth":"300","minWidth":"50", "autoPan": true}'
|
||||||
|
value: ''
|
||||||
|
view_mode: full
|
||||||
|
map_position:
|
||||||
|
force: false
|
||||||
|
center:
|
||||||
|
lat: 0.0
|
||||||
|
lon: 0.0
|
||||||
|
zoomControlPosition: topleft
|
||||||
|
zoom: 5
|
||||||
|
minZoom: 1
|
||||||
|
maxZoom: 18
|
||||||
|
zoomFiner: 0
|
||||||
|
icon:
|
||||||
|
iconType: marker
|
||||||
|
iconUrl: ''
|
||||||
|
shadowUrl: ''
|
||||||
|
className: ''
|
||||||
|
iconSize:
|
||||||
|
x: null
|
||||||
|
'y': null
|
||||||
|
iconAnchor:
|
||||||
|
x: null
|
||||||
|
'y': null
|
||||||
|
shadowSize:
|
||||||
|
x: null
|
||||||
|
'y': null
|
||||||
|
shadowAnchor:
|
||||||
|
x: null
|
||||||
|
'y': null
|
||||||
|
popupAnchor:
|
||||||
|
x: null
|
||||||
|
'y': null
|
||||||
|
html: '<div></div>'
|
||||||
|
html_class: leaflet-map-divicon
|
||||||
|
circle_marker_options: '{"radius": 100, "color": "red", "fillColor": "#f03", "fillOpacity": 0.5}'
|
||||||
|
leaflet_markercluster:
|
||||||
|
control: false
|
||||||
|
options: '{"spiderfyOnMaxZoom":true,"showCoverageOnHover":true,"removeOutsideVisibleBounds": false}'
|
||||||
|
excluded: ''
|
||||||
|
include_path: false
|
||||||
|
fullscreen:
|
||||||
|
control: false
|
||||||
|
options: '{"position":"topleft","pseudoFullscreen":false}'
|
||||||
|
path: '{"color":"#3388ff","opacity":"1.0","stroke":true,"weight":3,"fill":"depends","fillColor":"*","fillOpacity":"0.2","radius":"6"}'
|
||||||
|
feature_properties:
|
||||||
|
values: ''
|
||||||
|
geocoder:
|
||||||
|
control: false
|
||||||
|
settings:
|
||||||
|
autocomplete:
|
||||||
|
placeholder: 'Search Address'
|
||||||
|
title: 'Search an Address on the Map'
|
||||||
|
position: topright
|
||||||
|
input_size: 20
|
||||||
|
providers: { }
|
||||||
|
min_terms: 4
|
||||||
|
delay: 800
|
||||||
|
zoom: 16
|
||||||
|
popup: false
|
||||||
|
options: ''
|
||||||
|
map_lazy_load:
|
||||||
|
lazy_load: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 6
|
||||||
|
region: content
|
||||||
|
field_chiffres_clefs:
|
||||||
|
type: entity_reference_revisions_entity_view
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
view_mode: default
|
||||||
|
link: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 5
|
||||||
|
region: content
|
||||||
|
field_chronologie:
|
||||||
|
type: entity_reference_revisions_entity_view
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
view_mode: default
|
||||||
|
link: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 7
|
||||||
|
region: content
|
||||||
|
field_collectif_du_projet:
|
||||||
|
type: entity_reference_revisions_entity_view
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
view_mode: default
|
||||||
|
link: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 8
|
||||||
|
region: content
|
||||||
|
field_diaporama:
|
||||||
|
type: image_caption
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
image_style: wide
|
||||||
|
image_link: ''
|
||||||
|
image_loading:
|
||||||
|
attribute: lazy
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 3
|
||||||
|
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: 11
|
||||||
|
region: content
|
||||||
|
field_localisation_textuel:
|
||||||
|
type: string
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
|
field_pieces_jointes:
|
||||||
|
type: file_default
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
use_description_as_link_text: true
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 10
|
||||||
|
region: content
|
||||||
|
field_pour_aller_plus_loin:
|
||||||
|
type: entity_reference_label
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
link: true
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 9
|
||||||
|
region: content
|
||||||
|
field_sous_titre:
|
||||||
|
type: string
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
field_texte:
|
||||||
|
type: entity_reference_revisions_entity_view
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
view_mode: default
|
||||||
|
link: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 4
|
||||||
|
region: content
|
||||||
|
field_th:
|
||||||
|
type: entity_reference_label
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
link: true
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
|
hidden:
|
||||||
|
field_actualites_liees: true
|
||||||
|
field_poids: true
|
||||||
|
field_session: true
|
||||||
|
langcode: true
|
||||||
|
links: true
|
||||||
|
search_api_excerpt: true
|
|
@ -0,0 +1,59 @@
|
||||||
|
uuid: b2cdd13d-17cc-4620-8fcf-100625c9b409
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- core.entity_view_mode.node.home
|
||||||
|
- field.field.node.projet.field_actualites_liees
|
||||||
|
- field.field.node.projet.field_carte
|
||||||
|
- field.field.node.projet.field_chiffres_clefs
|
||||||
|
- field.field.node.projet.field_chronologie
|
||||||
|
- field.field.node.projet.field_collectif_du_projet
|
||||||
|
- field.field.node.projet.field_diaporama
|
||||||
|
- field.field.node.projet.field_liens
|
||||||
|
- field.field.node.projet.field_localisation_textuel
|
||||||
|
- field.field.node.projet.field_pieces_jointes
|
||||||
|
- field.field.node.projet.field_poids
|
||||||
|
- field.field.node.projet.field_pour_aller_plus_loin
|
||||||
|
- field.field.node.projet.field_session
|
||||||
|
- field.field.node.projet.field_sous_titre
|
||||||
|
- field.field.node.projet.field_texte
|
||||||
|
- field.field.node.projet.field_th
|
||||||
|
- node.type.projet
|
||||||
|
module:
|
||||||
|
- user
|
||||||
|
id: node.projet.home
|
||||||
|
targetEntityType: node
|
||||||
|
bundle: projet
|
||||||
|
mode: home
|
||||||
|
content:
|
||||||
|
field_sous_titre:
|
||||||
|
type: string
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 3
|
||||||
|
region: content
|
||||||
|
links:
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 100
|
||||||
|
region: content
|
||||||
|
hidden:
|
||||||
|
field_actualites_liees: true
|
||||||
|
field_carte: true
|
||||||
|
field_chiffres_clefs: true
|
||||||
|
field_chronologie: true
|
||||||
|
field_collectif_du_projet: true
|
||||||
|
field_diaporama: true
|
||||||
|
field_liens: true
|
||||||
|
field_localisation_textuel: true
|
||||||
|
field_pieces_jointes: true
|
||||||
|
field_poids: true
|
||||||
|
field_pour_aller_plus_loin: true
|
||||||
|
field_session: true
|
||||||
|
field_texte: true
|
||||||
|
field_th: true
|
||||||
|
langcode: true
|
||||||
|
search_api_excerpt: true
|
|
@ -0,0 +1,83 @@
|
||||||
|
uuid: e3d21906-ebaf-4e60-ab1a-6b4c6b4d2e47
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- core.entity_view_mode.node.teaser
|
||||||
|
- field.field.node.projet.field_actualites_liees
|
||||||
|
- field.field.node.projet.field_carte
|
||||||
|
- field.field.node.projet.field_chiffres_clefs
|
||||||
|
- field.field.node.projet.field_chronologie
|
||||||
|
- field.field.node.projet.field_collectif_du_projet
|
||||||
|
- field.field.node.projet.field_diaporama
|
||||||
|
- field.field.node.projet.field_liens
|
||||||
|
- field.field.node.projet.field_localisation_textuel
|
||||||
|
- field.field.node.projet.field_pieces_jointes
|
||||||
|
- field.field.node.projet.field_poids
|
||||||
|
- field.field.node.projet.field_pour_aller_plus_loin
|
||||||
|
- field.field.node.projet.field_session
|
||||||
|
- field.field.node.projet.field_sous_titre
|
||||||
|
- field.field.node.projet.field_texte
|
||||||
|
- field.field.node.projet.field_th
|
||||||
|
- image.style.medium
|
||||||
|
- node.type.projet
|
||||||
|
module:
|
||||||
|
- image_delta_formatter
|
||||||
|
- user
|
||||||
|
id: node.projet.teaser
|
||||||
|
targetEntityType: node
|
||||||
|
bundle: projet
|
||||||
|
mode: teaser
|
||||||
|
content:
|
||||||
|
field_diaporama:
|
||||||
|
type: image_delta_formatter
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
deltas: '0'
|
||||||
|
image_style: medium
|
||||||
|
image_link: content
|
||||||
|
image_loading:
|
||||||
|
attribute: lazy
|
||||||
|
deltas_reversed: 0
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
field_localisation_textuel:
|
||||||
|
type: string
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
|
field_sous_titre:
|
||||||
|
type: string
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
|
field_th:
|
||||||
|
type: entity_reference_label
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
link: true
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 3
|
||||||
|
region: content
|
||||||
|
hidden:
|
||||||
|
field_actualites_liees: true
|
||||||
|
field_carte: true
|
||||||
|
field_chiffres_clefs: true
|
||||||
|
field_chronologie: true
|
||||||
|
field_collectif_du_projet: true
|
||||||
|
field_liens: true
|
||||||
|
field_pieces_jointes: true
|
||||||
|
field_poids: true
|
||||||
|
field_pour_aller_plus_loin: true
|
||||||
|
field_session: true
|
||||||
|
field_texte: true
|
||||||
|
langcode: true
|
||||||
|
links: true
|
||||||
|
search_api_excerpt: true
|
|
@ -0,0 +1,30 @@
|
||||||
|
uuid: 36b1a44d-7f0e-4fd8-8175-bb63bff1a9a0
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.field.node.ressource.body
|
||||||
|
- node.type.ressource
|
||||||
|
module:
|
||||||
|
- text
|
||||||
|
- user
|
||||||
|
id: node.ressource.default
|
||||||
|
targetEntityType: node
|
||||||
|
bundle: ressource
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
body:
|
||||||
|
type: text_default
|
||||||
|
label: hidden
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 101
|
||||||
|
region: content
|
||||||
|
links:
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 100
|
||||||
|
region: content
|
||||||
|
hidden:
|
||||||
|
langcode: true
|
||||||
|
search_api_excerpt: true
|
|
@ -0,0 +1,32 @@
|
||||||
|
uuid: 897ecf70-74ee-4da3-a0e4-50f8a50c280a
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- core.entity_view_mode.node.teaser
|
||||||
|
- field.field.node.ressource.body
|
||||||
|
- node.type.ressource
|
||||||
|
module:
|
||||||
|
- text
|
||||||
|
- user
|
||||||
|
id: node.ressource.teaser
|
||||||
|
targetEntityType: node
|
||||||
|
bundle: ressource
|
||||||
|
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:
|
||||||
|
langcode: true
|
||||||
|
search_api_excerpt: true
|
|
@ -0,0 +1,32 @@
|
||||||
|
uuid: 8e520e79-b8a9-43a7-b105-24abf267384a
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.field.paragraph.chiffre_clef.field_chiffre
|
||||||
|
- field.field.paragraph.chiffre_clef.field_texte_chiffreclef
|
||||||
|
- paragraphs.paragraphs_type.chiffre_clef
|
||||||
|
module:
|
||||||
|
- text
|
||||||
|
id: paragraph.chiffre_clef.default
|
||||||
|
targetEntityType: paragraph
|
||||||
|
bundle: chiffre_clef
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
field_chiffre:
|
||||||
|
type: string
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
field_texte_chiffreclef:
|
||||||
|
type: text_default
|
||||||
|
label: visually_hidden
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
|
hidden:
|
||||||
|
search_api_excerpt: true
|
|
@ -0,0 +1,32 @@
|
||||||
|
uuid: bec49eb4-5ecb-42a2-83ac-6aea7e12ad49
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.field.paragraph.chronologie.field_texte
|
||||||
|
- field.field.paragraph.chronologie.field_titre
|
||||||
|
- paragraphs.paragraphs_type.chronologie
|
||||||
|
module:
|
||||||
|
- text
|
||||||
|
id: paragraph.chronologie.default
|
||||||
|
targetEntityType: paragraph
|
||||||
|
bundle: chronologie
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
field_texte:
|
||||||
|
type: text_default
|
||||||
|
label: visually_hidden
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
|
field_titre:
|
||||||
|
type: string
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
hidden:
|
||||||
|
search_api_excerpt: true
|
|
@ -0,0 +1,34 @@
|
||||||
|
uuid: 3f9c3d65-dda6-4250-95db-97066efc4342
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.field.paragraph.collectif_projet.field_membre_collectif
|
||||||
|
- field.field.paragraph.collectif_projet.field_titre
|
||||||
|
- paragraphs.paragraphs_type.collectif_projet
|
||||||
|
module:
|
||||||
|
- entity_reference_revisions
|
||||||
|
id: paragraph.collectif_projet.default
|
||||||
|
targetEntityType: paragraph
|
||||||
|
bundle: collectif_projet
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
field_membre_collectif:
|
||||||
|
type: entity_reference_revisions_entity_view
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
view_mode: default
|
||||||
|
link: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
|
field_titre:
|
||||||
|
type: string
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
hidden:
|
||||||
|
search_api_excerpt: true
|
|
@ -0,0 +1,32 @@
|
||||||
|
uuid: dff2ca9f-98c1-4c6b-8398-f2ff28a3e726
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.field.paragraph.intertitre_texte.field_inter_titre
|
||||||
|
- field.field.paragraph.intertitre_texte.field_texte_paragraphe
|
||||||
|
- paragraphs.paragraphs_type.intertitre_texte
|
||||||
|
module:
|
||||||
|
- text
|
||||||
|
id: paragraph.intertitre_texte.default
|
||||||
|
targetEntityType: paragraph
|
||||||
|
bundle: intertitre_texte
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
field_inter_titre:
|
||||||
|
type: string
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
field_texte_paragraphe:
|
||||||
|
type: text_default
|
||||||
|
label: visually_hidden
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
|
hidden:
|
||||||
|
search_api_excerpt: true
|
|
@ -56,9 +56,13 @@ module:
|
||||||
filter: 0
|
filter: 0
|
||||||
filter_perms: 0
|
filter_perms: 0
|
||||||
formatter_suite: 0
|
formatter_suite: 0
|
||||||
|
geofield: 0
|
||||||
|
geofield_map: 0
|
||||||
help: 0
|
help: 0
|
||||||
honeypot: 0
|
honeypot: 0
|
||||||
image: 0
|
image: 0
|
||||||
|
image_delta_formatter: 0
|
||||||
|
image_field_caption: 0
|
||||||
inline_entity_form: 0
|
inline_entity_form: 0
|
||||||
jquery_ui: 0
|
jquery_ui: 0
|
||||||
jquery_ui_datepicker: 0
|
jquery_ui_datepicker: 0
|
||||||
|
@ -66,6 +70,7 @@ module:
|
||||||
jquery_ui_touch_punch: 0
|
jquery_ui_touch_punch: 0
|
||||||
language: 0
|
language: 0
|
||||||
layout_discovery: 0
|
layout_discovery: 0
|
||||||
|
leaflet: 0
|
||||||
link: 0
|
link: 0
|
||||||
link_attributes: 0
|
link_attributes: 0
|
||||||
linkit: 0
|
linkit: 0
|
||||||
|
|
|
@ -0,0 +1,24 @@
|
||||||
|
uuid: 82aa81c4-a1ee-4ca0-a20c-d5cc8950c0e9
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- config_pages.type.les_projets
|
||||||
|
- field.storage.config_pages.field_intro
|
||||||
|
- filter.format.wysiwyg
|
||||||
|
module:
|
||||||
|
- text
|
||||||
|
id: config_pages.les_projets.field_intro
|
||||||
|
field_name: field_intro
|
||||||
|
entity_type: config_pages
|
||||||
|
bundle: les_projets
|
||||||
|
label: Intro
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
allowed_formats:
|
||||||
|
- wysiwyg
|
||||||
|
field_type: text_long
|
|
@ -0,0 +1,29 @@
|
||||||
|
uuid: bd49da4b-4d20-43e5-a911-a9ec216e12bf
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_actualites_liees
|
||||||
|
- node.type.actualite
|
||||||
|
- node.type.projet
|
||||||
|
id: node.projet.field_actualites_liees
|
||||||
|
field_name: field_actualites_liees
|
||||||
|
entity_type: node
|
||||||
|
bundle: projet
|
||||||
|
label: 'Actualités liées'
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
handler: 'default:node'
|
||||||
|
handler_settings:
|
||||||
|
target_bundles:
|
||||||
|
actualite: actualite
|
||||||
|
sort:
|
||||||
|
field: _none
|
||||||
|
direction: ASC
|
||||||
|
auto_create: false
|
||||||
|
auto_create_bundle: ''
|
||||||
|
field_type: entity_reference
|
|
@ -0,0 +1,21 @@
|
||||||
|
uuid: ef45349c-ea3f-4769-92fe-dd544c52ce0f
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_carte
|
||||||
|
- node.type.projet
|
||||||
|
module:
|
||||||
|
- geofield
|
||||||
|
id: node.projet.field_carte
|
||||||
|
field_name: field_carte
|
||||||
|
entity_type: node
|
||||||
|
bundle: projet
|
||||||
|
label: carte
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: geofield
|
|
@ -0,0 +1,37 @@
|
||||||
|
uuid: 220778f5-72f2-4949-b139-70eef8317f50
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_chiffres_clefs
|
||||||
|
- node.type.projet
|
||||||
|
- paragraphs.paragraphs_type.chiffre_clef
|
||||||
|
module:
|
||||||
|
- entity_reference_revisions
|
||||||
|
id: node.projet.field_chiffres_clefs
|
||||||
|
field_name: field_chiffres_clefs
|
||||||
|
entity_type: node
|
||||||
|
bundle: projet
|
||||||
|
label: 'Chiffres clefs'
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
handler: 'default:paragraph'
|
||||||
|
handler_settings:
|
||||||
|
target_bundles:
|
||||||
|
chiffre_clef: chiffre_clef
|
||||||
|
negate: 0
|
||||||
|
target_bundles_drag_drop:
|
||||||
|
chiffre_clef:
|
||||||
|
weight: 4
|
||||||
|
enabled: true
|
||||||
|
intertitre_texte:
|
||||||
|
weight: 5
|
||||||
|
enabled: false
|
||||||
|
membre_equipe:
|
||||||
|
weight: 6
|
||||||
|
enabled: false
|
||||||
|
field_type: entity_reference_revisions
|
|
@ -0,0 +1,40 @@
|
||||||
|
uuid: 82e851f8-4c55-41c4-a57d-94a9f6aa659c
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_chronologie
|
||||||
|
- node.type.projet
|
||||||
|
- paragraphs.paragraphs_type.chronologie
|
||||||
|
module:
|
||||||
|
- entity_reference_revisions
|
||||||
|
id: node.projet.field_chronologie
|
||||||
|
field_name: field_chronologie
|
||||||
|
entity_type: node
|
||||||
|
bundle: projet
|
||||||
|
label: Chronologie
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
handler: 'default:paragraph'
|
||||||
|
handler_settings:
|
||||||
|
target_bundles:
|
||||||
|
chronologie: chronologie
|
||||||
|
negate: 0
|
||||||
|
target_bundles_drag_drop:
|
||||||
|
chiffre_clef:
|
||||||
|
weight: 6
|
||||||
|
enabled: false
|
||||||
|
chronologie:
|
||||||
|
weight: 5
|
||||||
|
enabled: true
|
||||||
|
intertitre_texte:
|
||||||
|
weight: 7
|
||||||
|
enabled: false
|
||||||
|
membre_equipe:
|
||||||
|
weight: 8
|
||||||
|
enabled: false
|
||||||
|
field_type: entity_reference_revisions
|
|
@ -0,0 +1,43 @@
|
||||||
|
uuid: 7cdd6272-1f4d-4f45-b789-5ebb52955a97
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_collectif_du_projet
|
||||||
|
- node.type.projet
|
||||||
|
- paragraphs.paragraphs_type.collectif_projet
|
||||||
|
module:
|
||||||
|
- entity_reference_revisions
|
||||||
|
id: node.projet.field_collectif_du_projet
|
||||||
|
field_name: field_collectif_du_projet
|
||||||
|
entity_type: node
|
||||||
|
bundle: projet
|
||||||
|
label: 'Collectif du projet'
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
handler: 'default:paragraph'
|
||||||
|
handler_settings:
|
||||||
|
target_bundles:
|
||||||
|
collectif_projet: collectif_projet
|
||||||
|
negate: 0
|
||||||
|
target_bundles_drag_drop:
|
||||||
|
chiffre_clef:
|
||||||
|
weight: 7
|
||||||
|
enabled: false
|
||||||
|
chronologie:
|
||||||
|
weight: 8
|
||||||
|
enabled: false
|
||||||
|
collectif_projet:
|
||||||
|
weight: 6
|
||||||
|
enabled: true
|
||||||
|
intertitre_texte:
|
||||||
|
weight: 9
|
||||||
|
enabled: false
|
||||||
|
membre_equipe:
|
||||||
|
weight: 10
|
||||||
|
enabled: false
|
||||||
|
field_type: entity_reference_revisions
|
|
@ -0,0 +1,41 @@
|
||||||
|
uuid: e52e2b8d-5ba8-46eb-bb82-7427b7c87afd
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_diaporama
|
||||||
|
- node.type.projet
|
||||||
|
module:
|
||||||
|
- image
|
||||||
|
id: node.projet.field_diaporama
|
||||||
|
field_name: field_diaporama
|
||||||
|
entity_type: node
|
||||||
|
bundle: projet
|
||||||
|
label: Diaporama
|
||||||
|
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'
|
||||||
|
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,23 @@
|
||||||
|
uuid: 7c2c4a37-3275-46f4-be83-082e3f9af127
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_liens
|
||||||
|
- node.type.projet
|
||||||
|
module:
|
||||||
|
- link
|
||||||
|
id: node.projet.field_liens
|
||||||
|
field_name: field_liens
|
||||||
|
entity_type: node
|
||||||
|
bundle: projet
|
||||||
|
label: Liens
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
title: 1
|
||||||
|
link_type: 17
|
||||||
|
field_type: link
|
|
@ -0,0 +1,19 @@
|
||||||
|
uuid: 4dbe069d-b8f1-48fd-95a7-2f851eaaed67
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_localisation_textuel
|
||||||
|
- node.type.projet
|
||||||
|
id: node.projet.field_localisation_textuel
|
||||||
|
field_name: field_localisation_textuel
|
||||||
|
entity_type: node
|
||||||
|
bundle: projet
|
||||||
|
label: 'localisation textuel'
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: string
|
|
@ -0,0 +1,27 @@
|
||||||
|
uuid: 18679b3d-d565-4f36-9a25-7e50d35754d5
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_pieces_jointes
|
||||||
|
- node.type.projet
|
||||||
|
module:
|
||||||
|
- file
|
||||||
|
id: node.projet.field_pieces_jointes
|
||||||
|
field_name: field_pieces_jointes
|
||||||
|
entity_type: node
|
||||||
|
bundle: projet
|
||||||
|
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,25 @@
|
||||||
|
uuid: f3151367-dbe0-454f-b6a7-e778818e6b33
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_poids
|
||||||
|
- node.type.projet
|
||||||
|
id: node.projet.field_poids
|
||||||
|
field_name: field_poids
|
||||||
|
entity_type: node
|
||||||
|
bundle: projet
|
||||||
|
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,29 @@
|
||||||
|
uuid: 5b2d0056-9777-4841-abf7-8ddc93fa2c0a
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_pour_aller_plus_loin
|
||||||
|
- node.type.projet
|
||||||
|
- node.type.ressource
|
||||||
|
id: node.projet.field_pour_aller_plus_loin
|
||||||
|
field_name: field_pour_aller_plus_loin
|
||||||
|
entity_type: node
|
||||||
|
bundle: projet
|
||||||
|
label: 'Pour aller plus loin'
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
handler: 'default:node'
|
||||||
|
handler_settings:
|
||||||
|
target_bundles:
|
||||||
|
ressource: ressource
|
||||||
|
sort:
|
||||||
|
field: _none
|
||||||
|
direction: ASC
|
||||||
|
auto_create: false
|
||||||
|
auto_create_bundle: ''
|
||||||
|
field_type: entity_reference
|
|
@ -0,0 +1,29 @@
|
||||||
|
uuid: 852e6e75-852d-4f33-aea8-fa289a75570c
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_session
|
||||||
|
- node.type.projet
|
||||||
|
- taxonomy.vocabulary.session
|
||||||
|
id: node.projet.field_session
|
||||||
|
field_name: field_session
|
||||||
|
entity_type: node
|
||||||
|
bundle: projet
|
||||||
|
label: Session
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
handler: 'default:taxonomy_term'
|
||||||
|
handler_settings:
|
||||||
|
target_bundles:
|
||||||
|
session: session
|
||||||
|
sort:
|
||||||
|
field: name
|
||||||
|
direction: asc
|
||||||
|
auto_create: false
|
||||||
|
auto_create_bundle: ''
|
||||||
|
field_type: entity_reference
|
|
@ -0,0 +1,19 @@
|
||||||
|
uuid: abac4863-17ba-4fd5-a00b-ed0ca41a6935
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_sous_titre
|
||||||
|
- node.type.projet
|
||||||
|
id: node.projet.field_sous_titre
|
||||||
|
field_name: field_sous_titre
|
||||||
|
entity_type: node
|
||||||
|
bundle: projet
|
||||||
|
label: Sous-titre
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: string
|
|
@ -0,0 +1,34 @@
|
||||||
|
uuid: e9aff70f-cbb8-4672-9229-e210b18d133c
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_texte
|
||||||
|
- node.type.projet
|
||||||
|
- paragraphs.paragraphs_type.intertitre_texte
|
||||||
|
module:
|
||||||
|
- entity_reference_revisions
|
||||||
|
id: node.projet.field_texte
|
||||||
|
field_name: field_texte
|
||||||
|
entity_type: node
|
||||||
|
bundle: projet
|
||||||
|
label: Textes
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
handler: 'default:paragraph'
|
||||||
|
handler_settings:
|
||||||
|
target_bundles:
|
||||||
|
intertitre_texte: intertitre_texte
|
||||||
|
negate: 0
|
||||||
|
target_bundles_drag_drop:
|
||||||
|
intertitre_texte:
|
||||||
|
weight: 3
|
||||||
|
enabled: true
|
||||||
|
membre_equipe:
|
||||||
|
weight: 4
|
||||||
|
enabled: false
|
||||||
|
field_type: entity_reference_revisions
|
|
@ -0,0 +1,29 @@
|
||||||
|
uuid: 32d5c704-b5ce-4111-b339-cf266164fb1e
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_th
|
||||||
|
- node.type.projet
|
||||||
|
- taxonomy.vocabulary.thematiques
|
||||||
|
id: node.projet.field_th
|
||||||
|
field_name: field_th
|
||||||
|
entity_type: node
|
||||||
|
bundle: projet
|
||||||
|
label: Thématiques
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
handler: 'default:taxonomy_term'
|
||||||
|
handler_settings:
|
||||||
|
target_bundles:
|
||||||
|
thematiques: thematiques
|
||||||
|
sort:
|
||||||
|
field: name
|
||||||
|
direction: asc
|
||||||
|
auto_create: true
|
||||||
|
auto_create_bundle: ''
|
||||||
|
field_type: entity_reference
|
|
@ -0,0 +1,24 @@
|
||||||
|
uuid: 4752307f-9aa9-40d5-b6b4-67ff2994d167
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.body
|
||||||
|
- node.type.ressource
|
||||||
|
module:
|
||||||
|
- text
|
||||||
|
id: node.ressource.body
|
||||||
|
field_name: body
|
||||||
|
entity_type: node
|
||||||
|
bundle: ressource
|
||||||
|
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,19 @@
|
||||||
|
uuid: e6ea3781-f3da-4046-be55-d670a635ff32
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.paragraph.field_chiffre
|
||||||
|
- paragraphs.paragraphs_type.chiffre_clef
|
||||||
|
id: paragraph.chiffre_clef.field_chiffre
|
||||||
|
field_name: field_chiffre
|
||||||
|
entity_type: paragraph
|
||||||
|
bundle: chiffre_clef
|
||||||
|
label: Chiffre
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: string
|
|
@ -0,0 +1,24 @@
|
||||||
|
uuid: 736a4658-2fb9-48cf-86f5-030f50a73be0
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.paragraph.field_texte_chiffreclef
|
||||||
|
- filter.format.wysiwyg
|
||||||
|
- paragraphs.paragraphs_type.chiffre_clef
|
||||||
|
module:
|
||||||
|
- text
|
||||||
|
id: paragraph.chiffre_clef.field_texte_chiffreclef
|
||||||
|
field_name: field_texte_chiffreclef
|
||||||
|
entity_type: paragraph
|
||||||
|
bundle: chiffre_clef
|
||||||
|
label: Texte
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
allowed_formats:
|
||||||
|
- wysiwyg
|
||||||
|
field_type: text
|
|
@ -0,0 +1,24 @@
|
||||||
|
uuid: 5bf6d818-59e6-4adf-9b7e-33a1ac57f41a
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.paragraph.field_texte
|
||||||
|
- filter.format.wysiwyg
|
||||||
|
- paragraphs.paragraphs_type.chronologie
|
||||||
|
module:
|
||||||
|
- text
|
||||||
|
id: paragraph.chronologie.field_texte
|
||||||
|
field_name: field_texte
|
||||||
|
entity_type: paragraph
|
||||||
|
bundle: chronologie
|
||||||
|
label: Texte
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
allowed_formats:
|
||||||
|
- wysiwyg
|
||||||
|
field_type: text_long
|
|
@ -0,0 +1,19 @@
|
||||||
|
uuid: 4958ad9d-ea78-4ffd-82b0-272ec80771b7
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.paragraph.field_titre
|
||||||
|
- paragraphs.paragraphs_type.chronologie
|
||||||
|
id: paragraph.chronologie.field_titre
|
||||||
|
field_name: field_titre
|
||||||
|
entity_type: paragraph
|
||||||
|
bundle: chronologie
|
||||||
|
label: Titre
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: string
|
|
@ -0,0 +1,43 @@
|
||||||
|
uuid: 48d1cfc1-7907-40ce-b8e2-9737d27bfad2
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.paragraph.field_membre_collectif
|
||||||
|
- paragraphs.paragraphs_type.collectif_projet
|
||||||
|
- paragraphs.paragraphs_type.membre_equipe
|
||||||
|
module:
|
||||||
|
- entity_reference_revisions
|
||||||
|
id: paragraph.collectif_projet.field_membre_collectif
|
||||||
|
field_name: field_membre_collectif
|
||||||
|
entity_type: paragraph
|
||||||
|
bundle: collectif_projet
|
||||||
|
label: 'Membre collectif'
|
||||||
|
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:
|
||||||
|
chiffre_clef:
|
||||||
|
weight: 7
|
||||||
|
enabled: false
|
||||||
|
chronologie:
|
||||||
|
weight: 8
|
||||||
|
enabled: false
|
||||||
|
collectif_projet:
|
||||||
|
weight: 6
|
||||||
|
enabled: false
|
||||||
|
intertitre_texte:
|
||||||
|
weight: 9
|
||||||
|
enabled: false
|
||||||
|
membre_equipe:
|
||||||
|
weight: 10
|
||||||
|
enabled: true
|
||||||
|
field_type: entity_reference_revisions
|
|
@ -0,0 +1,19 @@
|
||||||
|
uuid: e6f2a632-4f43-47ea-849d-01f6fadb388b
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.paragraph.field_titre
|
||||||
|
- paragraphs.paragraphs_type.collectif_projet
|
||||||
|
id: paragraph.collectif_projet.field_titre
|
||||||
|
field_name: field_titre
|
||||||
|
entity_type: paragraph
|
||||||
|
bundle: collectif_projet
|
||||||
|
label: Titre
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: string
|
|
@ -0,0 +1,19 @@
|
||||||
|
uuid: 24306337-58ed-4f1f-88a0-87948811c2ef
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.paragraph.field_inter_titre
|
||||||
|
- paragraphs.paragraphs_type.intertitre_texte
|
||||||
|
id: paragraph.intertitre_texte.field_inter_titre
|
||||||
|
field_name: field_inter_titre
|
||||||
|
entity_type: paragraph
|
||||||
|
bundle: intertitre_texte
|
||||||
|
label: Inter-titre
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: string
|
|
@ -0,0 +1,24 @@
|
||||||
|
uuid: a7346dcd-cb82-4f47-b6e0-f94b47afc6bf
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.paragraph.field_texte_paragraphe
|
||||||
|
- filter.format.wysiwyg
|
||||||
|
- paragraphs.paragraphs_type.intertitre_texte
|
||||||
|
module:
|
||||||
|
- text
|
||||||
|
id: paragraph.intertitre_texte.field_texte_paragraphe
|
||||||
|
field_name: field_texte_paragraphe
|
||||||
|
entity_type: paragraph
|
||||||
|
bundle: intertitre_texte
|
||||||
|
label: Texte
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
allowed_formats:
|
||||||
|
- wysiwyg
|
||||||
|
field_type: text_long
|
|
@ -0,0 +1,19 @@
|
||||||
|
uuid: b33d4cc9-5868-4410-8254-cbdf004d2cd3
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- node
|
||||||
|
id: node.field_actualites_liees
|
||||||
|
field_name: field_actualites_liees
|
||||||
|
entity_type: node
|
||||||
|
type: entity_reference
|
||||||
|
settings:
|
||||||
|
target_type: node
|
||||||
|
module: core
|
||||||
|
locked: false
|
||||||
|
cardinality: -1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
|
@ -0,0 +1,20 @@
|
||||||
|
uuid: b67c3939-1668-44af-9284-04aa909b60be
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- geofield
|
||||||
|
- node
|
||||||
|
id: node.field_carte
|
||||||
|
field_name: field_carte
|
||||||
|
entity_type: node
|
||||||
|
type: geofield
|
||||||
|
settings:
|
||||||
|
backend: geofield_backend_default
|
||||||
|
module: geofield
|
||||||
|
locked: false
|
||||||
|
cardinality: -1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
|
@ -0,0 +1,21 @@
|
||||||
|
uuid: 3b2e534c-16e9-43b1-b505-11080653226d
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- entity_reference_revisions
|
||||||
|
- node
|
||||||
|
- paragraphs
|
||||||
|
id: node.field_chiffres_clefs
|
||||||
|
field_name: field_chiffres_clefs
|
||||||
|
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,21 @@
|
||||||
|
uuid: 4d53c9c9-a4d0-4487-937d-07d8be5e73e6
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- entity_reference_revisions
|
||||||
|
- node
|
||||||
|
- paragraphs
|
||||||
|
id: node.field_chronologie
|
||||||
|
field_name: field_chronologie
|
||||||
|
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,21 @@
|
||||||
|
uuid: 3c0ab62a-ea23-4aa4-8124-b49b3bc45129
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- entity_reference_revisions
|
||||||
|
- node
|
||||||
|
- paragraphs
|
||||||
|
id: node.field_collectif_du_projet
|
||||||
|
field_name: field_collectif_du_projet
|
||||||
|
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,30 @@
|
||||||
|
uuid: da0d05e6-d8ff-4413-ba83-296d543402d3
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- file
|
||||||
|
- image
|
||||||
|
- node
|
||||||
|
id: node.field_diaporama
|
||||||
|
field_name: field_diaporama
|
||||||
|
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: 87b57523-8d94-4b79-bf28-db434a66cb7a
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- node
|
||||||
|
id: node.field_localisation_textuel
|
||||||
|
field_name: field_localisation_textuel
|
||||||
|
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,19 @@
|
||||||
|
uuid: 348f2fa0-16c8-42f2-8604-ff6513d3dafb
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- node
|
||||||
|
id: node.field_pour_aller_plus_loin
|
||||||
|
field_name: field_pour_aller_plus_loin
|
||||||
|
entity_type: node
|
||||||
|
type: entity_reference
|
||||||
|
settings:
|
||||||
|
target_type: node
|
||||||
|
module: core
|
||||||
|
locked: false
|
||||||
|
cardinality: -1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
|
@ -0,0 +1,20 @@
|
||||||
|
uuid: 5fe92df2-7885-43c4-95f9-f2f42a9721ec
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- node
|
||||||
|
- taxonomy
|
||||||
|
id: node.field_session
|
||||||
|
field_name: field_session
|
||||||
|
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: fe7781d3-d317-4991-abb0-0c445b91fe22
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- entity_reference_revisions
|
||||||
|
- node
|
||||||
|
- paragraphs
|
||||||
|
id: node.field_texte
|
||||||
|
field_name: field_texte
|
||||||
|
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,20 @@
|
||||||
|
uuid: 95848755-21c5-4ac7-991a-5e583f40e383
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- node
|
||||||
|
- taxonomy
|
||||||
|
id: node.field_th
|
||||||
|
field_name: field_th
|
||||||
|
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: 899f6010-1689-4f75-94e7-90e152bf310c
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- paragraphs
|
||||||
|
id: paragraph.field_chiffre
|
||||||
|
field_name: field_chiffre
|
||||||
|
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,21 @@
|
||||||
|
uuid: 4ed002f9-e24f-45fc-a0db-b9e35fe6cff1
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- paragraphs
|
||||||
|
id: paragraph.field_inter_titre
|
||||||
|
field_name: field_inter_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
|
|
@ -0,0 +1,20 @@
|
||||||
|
uuid: 895f4285-3d7a-4d1c-9e90-f0584c196c49
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- entity_reference_revisions
|
||||||
|
- paragraphs
|
||||||
|
id: paragraph.field_membre_collectif
|
||||||
|
field_name: field_membre_collectif
|
||||||
|
entity_type: paragraph
|
||||||
|
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,20 @@
|
||||||
|
uuid: 92d949dd-9431-4c31-9680-aeaaddd6de23
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- paragraphs
|
||||||
|
- text
|
||||||
|
id: paragraph.field_texte_chiffreclef
|
||||||
|
field_name: field_texte_chiffreclef
|
||||||
|
entity_type: paragraph
|
||||||
|
type: text
|
||||||
|
settings:
|
||||||
|
max_length: 255
|
||||||
|
module: text
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
|
@ -0,0 +1,19 @@
|
||||||
|
uuid: f57b317a-6ce4-4efc-9dd9-c443ec278523
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- paragraphs
|
||||||
|
- text
|
||||||
|
id: paragraph.field_texte_paragraphe
|
||||||
|
field_name: field_texte_paragraphe
|
||||||
|
entity_type: paragraph
|
||||||
|
type: text_long
|
||||||
|
settings: { }
|
||||||
|
module: text
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
|
@ -0,0 +1,21 @@
|
||||||
|
uuid: 3b0b20ff-b716-45a9-937b-ba60b69cc7db
|
||||||
|
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
|
|
@ -0,0 +1,15 @@
|
||||||
|
_core:
|
||||||
|
default_config_hash: 0cOpr1OyXWdffdvJFlXdoNQpPest7EYeepdwUe7U9pQ
|
||||||
|
langcode: fr
|
||||||
|
gmap_api_key: ''
|
||||||
|
gmap_api_localization: default
|
||||||
|
theming:
|
||||||
|
markers_location:
|
||||||
|
security: 'public://'
|
||||||
|
rel_path: geofieldmap_icons
|
||||||
|
additional_markers_location: ''
|
||||||
|
markers_extensions: 'gif png jpg jpeg'
|
||||||
|
markers_filesize: '250 KB'
|
||||||
|
geocoder:
|
||||||
|
caching:
|
||||||
|
clientside: session_storage
|
|
@ -0,0 +1,16 @@
|
||||||
|
uuid: 1017be4a-671b-439c-bb3d-dd54143bf44b
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
_core:
|
||||||
|
default_config_hash: qeXmbpcOBZ_DUk5IscywhUBtP66NYnpVwP-HrtMT7CQ
|
||||||
|
name: geofield_map_default_icon_style
|
||||||
|
label: 'GeofieldMap Default Icon Style (34x34)'
|
||||||
|
effects:
|
||||||
|
5d91fbd4-b0f7-43e0-b7a4-21b19cec068c:
|
||||||
|
uuid: 5d91fbd4-b0f7-43e0-b7a4-21b19cec068c
|
||||||
|
id: image_resize
|
||||||
|
weight: 1
|
||||||
|
data:
|
||||||
|
width: 34
|
||||||
|
height: 34
|
|
@ -0,0 +1,11 @@
|
||||||
|
uuid: 628438d3-1ac6-44dd-8331-0cca6e6f75ad
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- node.type.projet
|
||||||
|
id: node.projet
|
||||||
|
target_entity_type_id: node
|
||||||
|
target_bundle: projet
|
||||||
|
default_langcode: site_default
|
||||||
|
language_alterable: false
|
|
@ -0,0 +1,11 @@
|
||||||
|
uuid: c50cb513-691a-422c-bd6b-9303b10673b3
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- node.type.ressource
|
||||||
|
id: node.ressource
|
||||||
|
target_entity_type_id: node
|
||||||
|
target_bundle: ressource
|
||||||
|
default_langcode: site_default
|
||||||
|
language_alterable: false
|
|
@ -0,0 +1,11 @@
|
||||||
|
uuid: 7f568b0c-560c-4e8e-b076-17be0313a75c
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- taxonomy.vocabulary.session
|
||||||
|
id: taxonomy_term.session
|
||||||
|
target_entity_type_id: taxonomy_term
|
||||||
|
target_bundle: session
|
||||||
|
default_langcode: site_default
|
||||||
|
language_alterable: false
|
|
@ -0,0 +1,11 @@
|
||||||
|
uuid: 178393a5-91d1-4e80-a80d-febde41f2ff8
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- taxonomy.vocabulary.thematiques
|
||||||
|
id: taxonomy_term.thematiques
|
||||||
|
target_entity_type_id: taxonomy_term
|
||||||
|
target_bundle: thematiques
|
||||||
|
default_langcode: site_default
|
||||||
|
language_alterable: false
|
|
@ -0,0 +1,17 @@
|
||||||
|
uuid: 81b30958-90f1-42f4-a6b2-341fce783475
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- menu_ui
|
||||||
|
third_party_settings:
|
||||||
|
menu_ui:
|
||||||
|
available_menus: { }
|
||||||
|
parent: ''
|
||||||
|
name: Projet
|
||||||
|
type: projet
|
||||||
|
description: ''
|
||||||
|
help: ''
|
||||||
|
new_revision: true
|
||||||
|
preview_mode: 0
|
||||||
|
display_submitted: false
|
|
@ -0,0 +1,17 @@
|
||||||
|
uuid: 7e5ee68d-9690-440c-b953-65ce8070f084
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- menu_ui
|
||||||
|
third_party_settings:
|
||||||
|
menu_ui:
|
||||||
|
available_menus: { }
|
||||||
|
parent: ''
|
||||||
|
name: Ressource
|
||||||
|
type: ressource
|
||||||
|
description: ''
|
||||||
|
help: ''
|
||||||
|
new_revision: true
|
||||||
|
preview_mode: 0
|
||||||
|
display_submitted: false
|
|
@ -0,0 +1,10 @@
|
||||||
|
uuid: 56b76b8d-86bf-4f1b-8c15-8eb68e65dbbf
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
id: chiffre_clef
|
||||||
|
label: 'Chiffre clef'
|
||||||
|
icon_uuid: null
|
||||||
|
icon_default: null
|
||||||
|
description: ''
|
||||||
|
behavior_plugins: { }
|
|
@ -0,0 +1,10 @@
|
||||||
|
uuid: 30f1a977-7ce8-4afa-90ba-3ea1e8b740c7
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
id: chronologie
|
||||||
|
label: Chronologie
|
||||||
|
icon_uuid: null
|
||||||
|
icon_default: null
|
||||||
|
description: ''
|
||||||
|
behavior_plugins: { }
|
|
@ -0,0 +1,10 @@
|
||||||
|
uuid: ab8d95af-6ef7-4982-ac60-e434018ff680
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
id: collectif_projet
|
||||||
|
label: 'Collectif projet'
|
||||||
|
icon_uuid: null
|
||||||
|
icon_default: null
|
||||||
|
description: ''
|
||||||
|
behavior_plugins: { }
|
|
@ -0,0 +1,10 @@
|
||||||
|
uuid: f638a726-746b-4f7e-9b1a-e030ec5195e8
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
id: intertitre_texte
|
||||||
|
label: 'Intertitre + Texte'
|
||||||
|
icon_uuid: null
|
||||||
|
icon_default: null
|
||||||
|
description: ''
|
||||||
|
behavior_plugins: { }
|
|
@ -0,0 +1,22 @@
|
||||||
|
uuid: de654219-00a2-43e6-97cd-fc3f423d3104
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- node
|
||||||
|
id: projets
|
||||||
|
label: Projets
|
||||||
|
type: 'canonical_entities:node'
|
||||||
|
pattern: '/projets/[node:title]'
|
||||||
|
selection_criteria:
|
||||||
|
d750689e-b328-4278-b25a-561138acddc4:
|
||||||
|
id: 'entity_bundle:node'
|
||||||
|
negate: false
|
||||||
|
uuid: d750689e-b328-4278-b25a-561138acddc4
|
||||||
|
context_mapping:
|
||||||
|
node: node
|
||||||
|
bundles:
|
||||||
|
projet: projet
|
||||||
|
selection_logic: and
|
||||||
|
weight: -5
|
||||||
|
relationships: { }
|
|
@ -0,0 +1,8 @@
|
||||||
|
uuid: 9b207265-ce15-480e-b077-3d9849c4c46b
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
name: Session
|
||||||
|
vid: session
|
||||||
|
description: ''
|
||||||
|
weight: 0
|
|
@ -0,0 +1,8 @@
|
||||||
|
uuid: 97a629c7-4d71-448a-b020-7558271bf193
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
name: Thematiques
|
||||||
|
vid: thematiques
|
||||||
|
description: 'thématiques projets'
|
||||||
|
weight: 0
|
|
@ -10,6 +10,7 @@ dependencies:
|
||||||
- node.type.faq
|
- node.type.faq
|
||||||
- node.type.offre
|
- node.type.offre
|
||||||
- node.type.partenaire
|
- node.type.partenaire
|
||||||
|
- node.type.projet
|
||||||
- node.type.static
|
- node.type.static
|
||||||
- taxonomy.vocabulary.type_dactus
|
- taxonomy.vocabulary.type_dactus
|
||||||
module:
|
module:
|
||||||
|
@ -49,18 +50,23 @@ permissions:
|
||||||
- 'create faq content'
|
- 'create faq content'
|
||||||
- 'create offre content'
|
- 'create offre content'
|
||||||
- 'create partenaire content'
|
- 'create partenaire content'
|
||||||
|
- 'create projet content'
|
||||||
- 'create terms in type_dactus'
|
- 'create terms in type_dactus'
|
||||||
- 'delete any faq content'
|
- 'delete any faq content'
|
||||||
|
- 'delete any projet content'
|
||||||
- 'delete own offre content'
|
- 'delete own offre content'
|
||||||
- 'edit any actualite content'
|
- 'edit any actualite content'
|
||||||
- 'edit any equipe content'
|
- 'edit any equipe content'
|
||||||
- 'edit any faq content'
|
- 'edit any faq content'
|
||||||
- 'edit any offre content'
|
- 'edit any offre content'
|
||||||
- 'edit any partenaire content'
|
- 'edit any partenaire content'
|
||||||
|
- 'edit any projet content'
|
||||||
- 'edit any static content'
|
- 'edit any static content'
|
||||||
|
- 'edit les_projets config page entity'
|
||||||
- 'edit meetup config page entity'
|
- 'edit meetup config page entity'
|
||||||
- 'edit own actualite content'
|
- 'edit own actualite content'
|
||||||
- 'edit own offre content'
|
- 'edit own offre content'
|
||||||
|
- 'edit own projet content'
|
||||||
- 'edit terms in type_dactus'
|
- 'edit terms in type_dactus'
|
||||||
- 'execute entity:save_action menu_link_content'
|
- 'execute entity:save_action menu_link_content'
|
||||||
- 'execute entity:save_action node'
|
- 'execute entity:save_action node'
|
||||||
|
@ -79,6 +85,7 @@ permissions:
|
||||||
- 'revert equipe revisions'
|
- 'revert equipe revisions'
|
||||||
- 'revert faq revisions'
|
- 'revert faq revisions'
|
||||||
- 'revert partenaire revisions'
|
- 'revert partenaire revisions'
|
||||||
|
- 'revert projet revisions'
|
||||||
- 'revert static revisions'
|
- 'revert static revisions'
|
||||||
- 'update content translations'
|
- 'update content translations'
|
||||||
- 'use text format offre'
|
- 'use text format offre'
|
||||||
|
@ -94,5 +101,6 @@ permissions:
|
||||||
- 'view faq page'
|
- 'view faq page'
|
||||||
- 'view faq revisions'
|
- 'view faq revisions'
|
||||||
- 'view own unpublished content'
|
- 'view own unpublished content'
|
||||||
|
- 'view projet revisions'
|
||||||
- 'view static revisions'
|
- 'view static revisions'
|
||||||
- 'view the administration theme'
|
- 'view the administration theme'
|
||||||
|
|
|
@ -19,4 +19,5 @@ permissions:
|
||||||
- 'access devel information'
|
- 'access devel information'
|
||||||
- 'access user contact forms'
|
- 'access user contact forms'
|
||||||
- 'view faq page'
|
- 'view faq page'
|
||||||
|
- 'view les_projets config page entity'
|
||||||
- 'view meetup config page entity'
|
- 'view meetup config page entity'
|
||||||
|
|
|
@ -24,5 +24,6 @@ permissions:
|
||||||
- 'access user contact forms'
|
- 'access user contact forms'
|
||||||
- 'use text format webform_default'
|
- 'use text format webform_default'
|
||||||
- 'view faq page'
|
- 'view faq page'
|
||||||
|
- 'view les_projets config page entity'
|
||||||
- 'view meetup config page entity'
|
- 'view meetup config page entity'
|
||||||
- 'view own profile'
|
- 'view own profile'
|
||||||
|
|
|
@ -10,6 +10,7 @@ dependencies:
|
||||||
- node.type.faq
|
- node.type.faq
|
||||||
- node.type.offre
|
- node.type.offre
|
||||||
- node.type.partenaire
|
- node.type.partenaire
|
||||||
|
- node.type.projet
|
||||||
- node.type.static
|
- node.type.static
|
||||||
- taxonomy.vocabulary.type_dactus
|
- taxonomy.vocabulary.type_dactus
|
||||||
module:
|
module:
|
||||||
|
@ -40,6 +41,7 @@ permissions:
|
||||||
- 'create faq content'
|
- 'create faq content'
|
||||||
- 'create offre content'
|
- 'create offre content'
|
||||||
- 'create partenaire content'
|
- 'create partenaire content'
|
||||||
|
- 'create projet content'
|
||||||
- 'create terms in type_dactus'
|
- 'create terms in type_dactus'
|
||||||
- 'delete any faq content'
|
- 'delete any faq content'
|
||||||
- 'delete own offre content'
|
- 'delete own offre content'
|
||||||
|
@ -48,10 +50,13 @@ permissions:
|
||||||
- 'edit any faq content'
|
- 'edit any faq content'
|
||||||
- 'edit any offre content'
|
- 'edit any offre content'
|
||||||
- 'edit any partenaire content'
|
- 'edit any partenaire content'
|
||||||
|
- 'edit any projet content'
|
||||||
- 'edit any static content'
|
- 'edit any static content'
|
||||||
|
- 'edit les_projets config page entity'
|
||||||
- 'edit meetup config page entity'
|
- 'edit meetup config page entity'
|
||||||
- 'edit own actualite content'
|
- 'edit own actualite content'
|
||||||
- 'edit own offre content'
|
- 'edit own offre content'
|
||||||
|
- 'edit own projet content'
|
||||||
- 'edit terms in type_dactus'
|
- 'edit terms in type_dactus'
|
||||||
- 'execute entity:save_action menu_link_content'
|
- 'execute entity:save_action menu_link_content'
|
||||||
- 'execute entity:save_action node'
|
- 'execute entity:save_action node'
|
||||||
|
@ -64,6 +69,7 @@ permissions:
|
||||||
- 'revert equipe revisions'
|
- 'revert equipe revisions'
|
||||||
- 'revert faq revisions'
|
- 'revert faq revisions'
|
||||||
- 'revert partenaire revisions'
|
- 'revert partenaire revisions'
|
||||||
|
- 'revert projet revisions'
|
||||||
- 'revert static revisions'
|
- 'revert static revisions'
|
||||||
- 'use text format offre'
|
- 'use text format offre'
|
||||||
- 'use text format wysiwyg'
|
- 'use text format wysiwyg'
|
||||||
|
@ -78,5 +84,6 @@ permissions:
|
||||||
- 'view faq page'
|
- 'view faq page'
|
||||||
- 'view faq revisions'
|
- 'view faq revisions'
|
||||||
- 'view own unpublished content'
|
- 'view own unpublished content'
|
||||||
|
- 'view projet revisions'
|
||||||
- 'view static revisions'
|
- 'view static revisions'
|
||||||
- 'view the administration theme'
|
- 'view the administration theme'
|
||||||
|
|
|
@ -8,7 +8,7 @@ dependencies:
|
||||||
- taxonomy.vocabulary.structure
|
- taxonomy.vocabulary.structure
|
||||||
content:
|
content:
|
||||||
- 'block_content:link:5481d094-4cf9-48ba-a535-079c96eeba26'
|
- 'block_content:link:5481d094-4cf9-48ba-a535-079c96eeba26'
|
||||||
- 'config_pages:meetup:515490b3-706e-4c22-a81c-e74d281adf66'
|
- 'config_pages:meetup:33ffaf67-401e-492b-9a14-55ac74e54cec'
|
||||||
module:
|
module:
|
||||||
- node
|
- node
|
||||||
- taxonomy
|
- taxonomy
|
||||||
|
@ -248,7 +248,7 @@ display:
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
plugin_id: entity
|
plugin_id: entity
|
||||||
empty: true
|
empty: true
|
||||||
target: 515490b3-706e-4c22-a81c-e74d281adf66
|
target: 33ffaf67-401e-492b-9a14-55ac74e54cec
|
||||||
view_mode: full
|
view_mode: full
|
||||||
tokenize: false
|
tokenize: false
|
||||||
bypass_access: false
|
bypass_access: false
|
||||||
|
|
|
@ -0,0 +1,780 @@
|
||||||
|
uuid: 65a77b61-2699-41c7-b700-9a9a947c9761
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_diaporama
|
||||||
|
- field.storage.node.field_localisation_textuel
|
||||||
|
- field.storage.node.field_session
|
||||||
|
- field.storage.node.field_sous_titre
|
||||||
|
- field.storage.node.field_th
|
||||||
|
- image.style.medium
|
||||||
|
- node.type.projet
|
||||||
|
- system.menu.main
|
||||||
|
content:
|
||||||
|
- 'config_pages:les_projets:b8729588-5a4f-450a-ac00-e472ef8922be'
|
||||||
|
module:
|
||||||
|
- image_delta_formatter
|
||||||
|
- node
|
||||||
|
- user
|
||||||
|
id: projets
|
||||||
|
label: Projets
|
||||||
|
module: views
|
||||||
|
description: ''
|
||||||
|
tag: ''
|
||||||
|
base_table: node_field_data
|
||||||
|
base_field: nid
|
||||||
|
display:
|
||||||
|
default:
|
||||||
|
id: default
|
||||||
|
display_title: Default
|
||||||
|
display_plugin: default
|
||||||
|
position: 0
|
||||||
|
display_options:
|
||||||
|
title: Projets
|
||||||
|
fields:
|
||||||
|
title:
|
||||||
|
id: title
|
||||||
|
table: node_field_data
|
||||||
|
field: title
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
entity_type: node
|
||||||
|
entity_field: title
|
||||||
|
plugin_id: field
|
||||||
|
label: ''
|
||||||
|
exclude: false
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: false
|
||||||
|
ellipsis: false
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: false
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: false
|
||||||
|
empty_zero: false
|
||||||
|
hide_alter_empty: true
|
||||||
|
click_sort_column: value
|
||||||
|
type: string
|
||||||
|
settings:
|
||||||
|
link_to_entity: true
|
||||||
|
group_column: value
|
||||||
|
group_columns: { }
|
||||||
|
group_rows: true
|
||||||
|
delta_limit: 0
|
||||||
|
delta_offset: 0
|
||||||
|
delta_reversed: false
|
||||||
|
delta_first_last: false
|
||||||
|
multi_type: separator
|
||||||
|
separator: ', '
|
||||||
|
field_api_classes: false
|
||||||
|
pager:
|
||||||
|
type: none
|
||||||
|
options:
|
||||||
|
offset: 0
|
||||||
|
items_per_page: 0
|
||||||
|
exposed_form:
|
||||||
|
type: basic
|
||||||
|
options:
|
||||||
|
submit_button: Appliquer
|
||||||
|
reset_button: false
|
||||||
|
reset_button_label: Réinitialiser
|
||||||
|
exposed_sorts_label: 'Trier par'
|
||||||
|
expose_sort_order: true
|
||||||
|
sort_asc_label: Asc
|
||||||
|
sort_desc_label: Desc
|
||||||
|
access:
|
||||||
|
type: perm
|
||||||
|
options:
|
||||||
|
perm: 'access content'
|
||||||
|
cache:
|
||||||
|
type: tag
|
||||||
|
options: { }
|
||||||
|
empty: { }
|
||||||
|
sorts: { }
|
||||||
|
arguments: { }
|
||||||
|
filters:
|
||||||
|
status:
|
||||||
|
id: status
|
||||||
|
table: node_field_data
|
||||||
|
field: status
|
||||||
|
entity_type: node
|
||||||
|
entity_field: status
|
||||||
|
plugin_id: boolean
|
||||||
|
value: '1'
|
||||||
|
group: 1
|
||||||
|
expose:
|
||||||
|
operator: ''
|
||||||
|
type:
|
||||||
|
id: type
|
||||||
|
table: node_field_data
|
||||||
|
field: type
|
||||||
|
entity_type: node
|
||||||
|
entity_field: type
|
||||||
|
plugin_id: bundle
|
||||||
|
value:
|
||||||
|
projet: projet
|
||||||
|
style:
|
||||||
|
type: default
|
||||||
|
options:
|
||||||
|
grouping:
|
||||||
|
-
|
||||||
|
field: field_session
|
||||||
|
rendered: true
|
||||||
|
rendered_strip: false
|
||||||
|
row_class: ''
|
||||||
|
default_row_class: true
|
||||||
|
row:
|
||||||
|
type: fields
|
||||||
|
options:
|
||||||
|
default_field_elements: true
|
||||||
|
inline: { }
|
||||||
|
separator: ''
|
||||||
|
hide_empty: true
|
||||||
|
query:
|
||||||
|
type: views_query
|
||||||
|
options:
|
||||||
|
query_comment: ''
|
||||||
|
disable_sql_rewrite: false
|
||||||
|
distinct: false
|
||||||
|
replica: false
|
||||||
|
query_tags: { }
|
||||||
|
relationships: { }
|
||||||
|
header:
|
||||||
|
entity_config_pages:
|
||||||
|
id: entity_config_pages
|
||||||
|
table: views
|
||||||
|
field: entity_config_pages
|
||||||
|
plugin_id: entity
|
||||||
|
footer: { }
|
||||||
|
display_extenders: { }
|
||||||
|
cache_metadata:
|
||||||
|
max-age: -1
|
||||||
|
contexts:
|
||||||
|
- 'languages:language_content'
|
||||||
|
- 'languages:language_interface'
|
||||||
|
- 'user.node_grants:view'
|
||||||
|
- user.permissions
|
||||||
|
tags: { }
|
||||||
|
block_1:
|
||||||
|
id: block_1
|
||||||
|
display_title: Block
|
||||||
|
display_plugin: block
|
||||||
|
position: 2
|
||||||
|
display_options:
|
||||||
|
fields:
|
||||||
|
field_session:
|
||||||
|
id: field_session
|
||||||
|
table: node__field_session
|
||||||
|
field: field_session
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
plugin_id: field
|
||||||
|
label: ''
|
||||||
|
exclude: true
|
||||||
|
alter:
|
||||||
|
alter_text: true
|
||||||
|
text: 'Session {{ field_session }}'
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: false
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: false
|
||||||
|
empty_zero: false
|
||||||
|
hide_alter_empty: true
|
||||||
|
click_sort_column: target_id
|
||||||
|
type: entity_reference_label
|
||||||
|
settings:
|
||||||
|
link: false
|
||||||
|
group_column: target_id
|
||||||
|
group_columns: { }
|
||||||
|
group_rows: true
|
||||||
|
delta_limit: 0
|
||||||
|
delta_offset: 0
|
||||||
|
delta_reversed: false
|
||||||
|
delta_first_last: false
|
||||||
|
multi_type: separator
|
||||||
|
separator: ', '
|
||||||
|
field_api_classes: false
|
||||||
|
title:
|
||||||
|
id: title
|
||||||
|
table: node_field_data
|
||||||
|
field: title
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
plugin_id: field
|
||||||
|
label: ''
|
||||||
|
exclude: false
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: false
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: false
|
||||||
|
empty_zero: false
|
||||||
|
hide_alter_empty: true
|
||||||
|
click_sort_column: value
|
||||||
|
type: string
|
||||||
|
settings:
|
||||||
|
link_to_entity: true
|
||||||
|
group_column: value
|
||||||
|
group_columns: { }
|
||||||
|
group_rows: true
|
||||||
|
delta_limit: 0
|
||||||
|
delta_offset: 0
|
||||||
|
delta_reversed: false
|
||||||
|
delta_first_last: false
|
||||||
|
multi_type: separator
|
||||||
|
separator: ', '
|
||||||
|
field_api_classes: false
|
||||||
|
style:
|
||||||
|
type: default
|
||||||
|
options:
|
||||||
|
grouping:
|
||||||
|
-
|
||||||
|
field: field_session
|
||||||
|
rendered: true
|
||||||
|
rendered_strip: false
|
||||||
|
row_class: ''
|
||||||
|
default_row_class: true
|
||||||
|
row:
|
||||||
|
type: fields
|
||||||
|
defaults:
|
||||||
|
style: false
|
||||||
|
row: false
|
||||||
|
fields: false
|
||||||
|
display_extenders: { }
|
||||||
|
cache_metadata:
|
||||||
|
max-age: -1
|
||||||
|
contexts:
|
||||||
|
- 'languages:language_content'
|
||||||
|
- 'languages:language_interface'
|
||||||
|
- 'user.node_grants:view'
|
||||||
|
- user.permissions
|
||||||
|
tags:
|
||||||
|
- 'config:field.storage.node.field_session'
|
||||||
|
page_1:
|
||||||
|
id: page_1
|
||||||
|
display_title: Page
|
||||||
|
display_plugin: page
|
||||||
|
position: 1
|
||||||
|
display_options:
|
||||||
|
fields:
|
||||||
|
field_session:
|
||||||
|
id: field_session
|
||||||
|
table: node__field_session
|
||||||
|
field: field_session
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
plugin_id: field
|
||||||
|
label: ''
|
||||||
|
exclude: true
|
||||||
|
alter:
|
||||||
|
alter_text: true
|
||||||
|
text: 'Session {{ field_session }}'
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: false
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: false
|
||||||
|
empty_zero: false
|
||||||
|
hide_alter_empty: true
|
||||||
|
click_sort_column: target_id
|
||||||
|
type: entity_reference_label
|
||||||
|
settings:
|
||||||
|
link: false
|
||||||
|
group_column: target_id
|
||||||
|
group_columns: { }
|
||||||
|
group_rows: true
|
||||||
|
delta_limit: 0
|
||||||
|
delta_offset: 0
|
||||||
|
delta_reversed: false
|
||||||
|
delta_first_last: false
|
||||||
|
multi_type: separator
|
||||||
|
separator: ', '
|
||||||
|
field_api_classes: false
|
||||||
|
field_diaporama:
|
||||||
|
id: field_diaporama
|
||||||
|
table: node__field_diaporama
|
||||||
|
field: field_diaporama
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
plugin_id: field
|
||||||
|
label: ''
|
||||||
|
exclude: false
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: false
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: false
|
||||||
|
empty_zero: false
|
||||||
|
hide_alter_empty: true
|
||||||
|
click_sort_column: target_id
|
||||||
|
type: image_delta_formatter
|
||||||
|
settings:
|
||||||
|
image_style: medium
|
||||||
|
image_link: content
|
||||||
|
image_loading:
|
||||||
|
attribute: lazy
|
||||||
|
deltas: '0'
|
||||||
|
deltas_reversed: 0
|
||||||
|
group_column: ''
|
||||||
|
group_columns: { }
|
||||||
|
group_rows: true
|
||||||
|
delta_limit: 0
|
||||||
|
delta_offset: 0
|
||||||
|
delta_reversed: false
|
||||||
|
delta_first_last: false
|
||||||
|
multi_type: separator
|
||||||
|
separator: ', '
|
||||||
|
field_api_classes: false
|
||||||
|
title:
|
||||||
|
id: title
|
||||||
|
table: node_field_data
|
||||||
|
field: title
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
entity_type: node
|
||||||
|
entity_field: title
|
||||||
|
plugin_id: field
|
||||||
|
label: ''
|
||||||
|
exclude: false
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: false
|
||||||
|
ellipsis: false
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: false
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: false
|
||||||
|
empty_zero: false
|
||||||
|
hide_alter_empty: true
|
||||||
|
click_sort_column: value
|
||||||
|
type: string
|
||||||
|
settings:
|
||||||
|
link_to_entity: true
|
||||||
|
group_column: value
|
||||||
|
group_columns: { }
|
||||||
|
group_rows: true
|
||||||
|
delta_limit: 0
|
||||||
|
delta_offset: 0
|
||||||
|
delta_reversed: false
|
||||||
|
delta_first_last: false
|
||||||
|
multi_type: separator
|
||||||
|
separator: ', '
|
||||||
|
field_api_classes: false
|
||||||
|
field_sous_titre:
|
||||||
|
id: field_sous_titre
|
||||||
|
table: node__field_sous_titre
|
||||||
|
field: field_sous_titre
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
plugin_id: field
|
||||||
|
label: ''
|
||||||
|
exclude: false
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: false
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: false
|
||||||
|
empty_zero: false
|
||||||
|
hide_alter_empty: true
|
||||||
|
click_sort_column: value
|
||||||
|
type: string
|
||||||
|
settings:
|
||||||
|
link_to_entity: true
|
||||||
|
group_column: value
|
||||||
|
group_columns: { }
|
||||||
|
group_rows: true
|
||||||
|
delta_limit: 0
|
||||||
|
delta_offset: 0
|
||||||
|
delta_reversed: false
|
||||||
|
delta_first_last: false
|
||||||
|
multi_type: separator
|
||||||
|
separator: ', '
|
||||||
|
field_api_classes: false
|
||||||
|
field_localisation_textuel:
|
||||||
|
id: field_localisation_textuel
|
||||||
|
table: node__field_localisation_textuel
|
||||||
|
field: field_localisation_textuel
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
plugin_id: field
|
||||||
|
label: ''
|
||||||
|
exclude: false
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: false
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: false
|
||||||
|
empty_zero: false
|
||||||
|
hide_alter_empty: true
|
||||||
|
click_sort_column: value
|
||||||
|
type: string
|
||||||
|
settings:
|
||||||
|
link_to_entity: true
|
||||||
|
group_column: value
|
||||||
|
group_columns: { }
|
||||||
|
group_rows: true
|
||||||
|
delta_limit: 0
|
||||||
|
delta_offset: 0
|
||||||
|
delta_reversed: false
|
||||||
|
delta_first_last: false
|
||||||
|
multi_type: separator
|
||||||
|
separator: ', '
|
||||||
|
field_api_classes: false
|
||||||
|
field_th:
|
||||||
|
id: field_th
|
||||||
|
table: node__field_th
|
||||||
|
field: field_th
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
plugin_id: field
|
||||||
|
label: ''
|
||||||
|
exclude: false
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: false
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: false
|
||||||
|
empty_zero: false
|
||||||
|
hide_alter_empty: true
|
||||||
|
click_sort_column: target_id
|
||||||
|
type: entity_reference_label
|
||||||
|
settings:
|
||||||
|
link: false
|
||||||
|
group_column: target_id
|
||||||
|
group_columns: { }
|
||||||
|
group_rows: true
|
||||||
|
delta_limit: 0
|
||||||
|
delta_offset: 0
|
||||||
|
delta_reversed: false
|
||||||
|
delta_first_last: false
|
||||||
|
multi_type: separator
|
||||||
|
separator: ', '
|
||||||
|
field_api_classes: false
|
||||||
|
defaults:
|
||||||
|
fields: false
|
||||||
|
header: false
|
||||||
|
header:
|
||||||
|
entity_config_pages:
|
||||||
|
id: entity_config_pages
|
||||||
|
table: views
|
||||||
|
field: entity_config_pages
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
plugin_id: entity
|
||||||
|
empty: true
|
||||||
|
target: b8729588-5a4f-450a-ac00-e472ef8922be
|
||||||
|
view_mode: default
|
||||||
|
tokenize: true
|
||||||
|
bypass_access: false
|
||||||
|
display_extenders: { }
|
||||||
|
path: projets
|
||||||
|
menu:
|
||||||
|
type: normal
|
||||||
|
title: 'Le projets'
|
||||||
|
description: ''
|
||||||
|
weight: -2
|
||||||
|
expanded: false
|
||||||
|
menu_name: main
|
||||||
|
parent: ''
|
||||||
|
context: '0'
|
||||||
|
cache_metadata:
|
||||||
|
max-age: -1
|
||||||
|
contexts:
|
||||||
|
- 'languages:language_content'
|
||||||
|
- 'languages:language_interface'
|
||||||
|
- 'user.node_grants:view'
|
||||||
|
- user.permissions
|
||||||
|
tags:
|
||||||
|
- 'config:field.storage.node.field_diaporama'
|
||||||
|
- 'config:field.storage.node.field_localisation_textuel'
|
||||||
|
- 'config:field.storage.node.field_session'
|
||||||
|
- 'config:field.storage.node.field_sous_titre'
|
||||||
|
- 'config:field.storage.node.field_th'
|
Loading…
Reference in New Issue