Compare commits
No commits in common. "master" and "stage" have entirely different histories.
19
.gitattributes
vendored
19
.gitattributes
vendored
@ -19,32 +19,29 @@
|
||||
*.config text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||
*.css text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||
*.dist text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||
*.engine text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php
|
||||
*.engine text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php
|
||||
*.html text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=html
|
||||
*.inc text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php
|
||||
*.install text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php
|
||||
*.inc text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php
|
||||
*.install text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php
|
||||
*.js text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||
*.json text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||
*.lock text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||
*.map text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||
*.md text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||
*.module text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php
|
||||
*.php text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php
|
||||
*.module text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php
|
||||
*.php text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php
|
||||
*.po text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||
*.profile text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php
|
||||
*.profile text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php
|
||||
*.script text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||
*.sh text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php
|
||||
*.sh text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php
|
||||
*.sql text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||
*.svg text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||
*.theme text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php
|
||||
*.theme text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php
|
||||
*.twig text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||
*.txt text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||
*.xml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||
*.yml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||
|
||||
# PHPStan's baseline uses tabs instead of spaces.
|
||||
core/.phpstan-baseline.php text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tabwidth=2 diff=php linguist-language=php
|
||||
|
||||
# Define binary file attributes.
|
||||
# - Do not treat them as text.
|
||||
# - Include binary diff in patches instead of "binary files differ."
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -37,7 +37,7 @@ node_modules/
|
||||
/autoload.php
|
||||
/example.gitignore
|
||||
/index.php
|
||||
#/robots.txt
|
||||
/robots.txt
|
||||
/update.php
|
||||
/web.config
|
||||
|
||||
|
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -1,3 +1,3 @@
|
||||
[submodule "web/profiles/d8-starterkit-profile"]
|
||||
path = web/profiles/d8-starterkit-profile
|
||||
url = https://figureslibres.io/gitea/bachir/drupal-starterkit-profile.git
|
||||
url = https://figureslibres.io/gogs/bachir/d8-starterkit-profile.git
|
||||
|
3
.vscode/launch.json
vendored
3
.vscode/launch.json
vendored
@ -8,6 +8,7 @@
|
||||
"name": "Listen for Xdebug",
|
||||
"type": "php",
|
||||
"request": "launch",
|
||||
"serverSourceRoot":"192.168.0.21"
|
||||
"port": 9001,
|
||||
"pathMappings": {
|
||||
"/var/www/d9": "${workspaceFolder}"
|
||||
@ -22,4 +23,4 @@
|
||||
"port": 9001
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
@ -18,59 +18,35 @@
|
||||
"composer/installers": "^1.9",
|
||||
"drupal/address": "1.x-dev@dev",
|
||||
"drupal/administerusersbyrole": "3.x-dev@dev",
|
||||
"drupal/advanced_text_formatter": "^3.0@RC",
|
||||
"drupal/better_exposed_filters": "^7.0",
|
||||
"drupal/betterlogin": "^2.0",
|
||||
"drupal/ckeditor": "^1.0",
|
||||
"drupal/ckeditor_iframe": "^3.0@alpha",
|
||||
"drupal/config_ignore": "^3.2",
|
||||
"drupal/config_update": "^2.0@alpha",
|
||||
"drupal/context": "^5.0@RC",
|
||||
"drupal/core-composer-scaffold": "^10.3",
|
||||
"drupal/core-project-message": "^10.3",
|
||||
"drupal/core-recommended": "^10.3",
|
||||
"drupal/devel": "^5.0",
|
||||
"drupal/fakeobjects": "^2.0",
|
||||
"drupal/file_delete": "^3.0",
|
||||
"drupal/file_replace": "^1.4",
|
||||
"drupal/filter_perms": "^2.0",
|
||||
"drupal/geocoder": "^3.20 || ^4.0",
|
||||
"drupal/better_exposed_filters": "^5.0@beta",
|
||||
"drupal/config_ignore": "^2.3",
|
||||
"drupal/core-composer-scaffold": "^9.1",
|
||||
"drupal/core-project-message": "^9.1",
|
||||
"drupal/core-recommended": "^9.1",
|
||||
"drupal/geocoder": "^3.20",
|
||||
"drupal/geofield": "^1.22",
|
||||
"drupal/hreflang": "^1.9",
|
||||
"drupal/iframe": "^3.0",
|
||||
"drupal/image_field_caption": "^2.0",
|
||||
"drupal/imce": "^3.0",
|
||||
"drupal/inline_entity_form": "^3.0@RC",
|
||||
"drupal/jquery_ui_button": "^2.1",
|
||||
"drupal/jquery_ui_datepicker": "^2.1",
|
||||
"drupal/jquery_ui_slider": "^2.1",
|
||||
"drupal/jquery_ui_touch_punch": "^1.1",
|
||||
"drupal/leaflet": "^10.2",
|
||||
"drupal/image_field_caption": "^1.1",
|
||||
"drupal/imce": "^2.4",
|
||||
"drupal/leaflet": "^2.1",
|
||||
"drupal/leaflet_more_maps": "^2.1",
|
||||
"drupal/leaflet_more_markers": "^1.1",
|
||||
"drupal/link_attributes": "^2.1",
|
||||
"drupal/linked_field": "^1",
|
||||
"drupal/mailsystem": "^4.4",
|
||||
"drupal/metatag": "^2.0",
|
||||
"drupal/linked_field": "^1.3",
|
||||
"drupal/migrate_devel": "2.x-dev@dev",
|
||||
"drupal/migrate_plus": "^5.1",
|
||||
"drupal/migrate_tools": "5.x-dev@dev",
|
||||
"drupal/page_manager": "4.x-dev@dev",
|
||||
"drupal/panelizer": "^4.4",
|
||||
"drupal/panels": "^4.8",
|
||||
"drupal/panels": "^4.6",
|
||||
"drupal/paragraphs": "1.x-dev@dev",
|
||||
"drupal/pathologic": "^2.0@alpha",
|
||||
"drupal/robotstxt": "^1.4",
|
||||
"drupal/perimeter": "2.0.x-dev@dev",
|
||||
"drupal/role_delegation": "^1.1",
|
||||
"drupal/selective_better_exposed_filters": "^3.0",
|
||||
"drupal/seo_checklist": "^5.1",
|
||||
"drupal/smart_date": "^4.0@beta",
|
||||
"drupal/selective_better_exposed_filters": "2.x-dev@dev",
|
||||
"drupal/smart_date": "^3.1",
|
||||
"drupal/structure_sync": "^2.0",
|
||||
"drupal/twig_xdebug": "^1.2",
|
||||
"drupal/upgrade_status": "^4.3",
|
||||
"drupal/video_embed_dailymotion": "^2.0",
|
||||
"drupal/video_embed_field": "^2.4",
|
||||
"drupal/views_argument_token": "2.0.x-dev@dev",
|
||||
"drupal/views_conditional": "^1.4",
|
||||
"drupal/views_ef_fieldset": "^1",
|
||||
"drupal/xmlsitemap": "^1.3",
|
||||
"geocoder-php/google-maps-provider": "^4.6",
|
||||
"geocoder-php/mapquest-provider": "^4.2",
|
||||
"wikimedia/composer-merge-plugin": "^2.0"
|
||||
@ -78,19 +54,10 @@
|
||||
"conflict": {
|
||||
"drupal/drupal": "*"
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"minimum-stability": "stable",
|
||||
"prefer-stable": true,
|
||||
"config": {
|
||||
"sort-packages": true,
|
||||
"allow-plugins": {
|
||||
"composer/installers": true,
|
||||
"drupal/console-extend-plugin": true,
|
||||
"cweagans/composer-patches": true,
|
||||
"drupal/core-composer-scaffold": true,
|
||||
"drupal/core-project-message": true,
|
||||
"wikimedia/composer-merge-plugin": true,
|
||||
"php-http/discovery": true
|
||||
}
|
||||
"sort-packages": true
|
||||
},
|
||||
"extra": {
|
||||
"drupal-scaffold": {
|
||||
@ -98,9 +65,7 @@
|
||||
"web-root": "web/"
|
||||
},
|
||||
"file-mapping": {
|
||||
"[web-root]/sites/development.services.yml": false,
|
||||
"[web-root]/robots.txt": false,
|
||||
"/.gitignore": false
|
||||
"[web-root]/sites/development.services.yml": false
|
||||
}
|
||||
},
|
||||
"installer-paths": {
|
||||
@ -162,23 +127,18 @@
|
||||
"merge-extra": true
|
||||
},
|
||||
"patches": {
|
||||
"drupal/jquery_ui_touch_punch": {
|
||||
"jQuery UI Touch Punch library https://www.drupal.org/project/jquery_ui_touch_punch/issues/3159222":"https://www.drupal.org/files/issues/2021-02-26/jquery_ui_touch_punch.patch"
|
||||
},
|
||||
"drupal/core": {
|
||||
"Call to a member function getSetting() on null migrate_drupal https://www.drupal.org/project/drupal/issues/2984460": "https://www.drupal.org/files/issues/2020-04-06/2984460-3.patch"
|
||||
"Call to a member function getSetting() on null migrate_drupal https://www.drupal.org/project/drupal/issues/2984460": "https://www.drupal.org/files/issues/2020-04-06/2984460-3.patch",
|
||||
"Add Views EntityReference filter to be available for all entity reference fields https://www.drupal.org/project/drupal/issues/2429699" : "https://www.drupal.org/files/issues/2021-06-02/2429699-404.patch"
|
||||
},
|
||||
"drupal/paragraphs": {
|
||||
"Skip saving empty paragraphs for certain types https://www.drupal.org/project/paragraphs/issues/2877695" : "https://www.drupal.org/files/issues/2021-03-31/2877695-35.patch"
|
||||
},
|
||||
"drupal/leaflet_more_maps": {
|
||||
"add cartodb maps to leaflet_more_maps https://www.drupal.org/project/leaflet_more_maps/issues/3231159": "./patches/leaflet_more_maps_cartodb-2.1.3.patch"
|
||||
},
|
||||
"drupal/ctools": {
|
||||
"How to manually pass an argument to a views block through interface https://www.drupal.org/project/ctools/issues/2759445": "https://www.drupal.org/files/issues/2023-01-18/2759445-100.patch"
|
||||
},
|
||||
"drupal/pagerer": {
|
||||
"PHP Fatal error: when migrated to Drupal 10 https://www.drupal.org/project/pagerer/issues/3399771":"https://www.drupal.org/files/issues/2023-11-07/pagerer_php_exception-3399771-1.patch"
|
||||
},
|
||||
"drupal/page_manager": {
|
||||
"devel routing bug fix https://www.drupal.org/project/page_manager/issues/3438993":"https://www.drupal.org/files/issues/2024-08-14/page-manager-3438993-MR34-24.patch"
|
||||
"add cartodb maps to leaflet_more_maps": "./patches/leaflet_more_maps_cartodb.patch"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
10889
composer.lock
generated
10889
composer.lock
generated
File diff suppressed because it is too large
Load Diff
16965
composer.lock.old
16965
composer.lock.old
File diff suppressed because it is too large
Load Diff
@ -1 +1 @@
|
||||
This directory contains configuration to be imported into your Drupal site. To make this configuration active, visit admin/config/development/configuration. For information about deploying configuration between servers, see https://www.drupal.org/documentation/administer/config
|
||||
This directory contains configuration to be imported into your Drupal site. To make this configuration active, visit admin/config/development/configuration/sync. For information about deploying configuration between servers, see https://www.drupal.org/documentation/administer/config
|
@ -1 +0,0 @@
|
||||
menu_depth: 4
|
@ -1,6 +1,7 @@
|
||||
_core:
|
||||
default_config_hash: UiTY9bhUKWJOIWDlOKM3akeeyHuJJRspXETsv3SY6jw
|
||||
roles:
|
||||
admin: perm
|
||||
user: unsafe
|
||||
editeur: perm
|
||||
_core:
|
||||
default_config_hash: UiTY9bhUKWJOIWDlOKM3akeeyHuJJRspXETsv3SY6jw
|
||||
langcode: fr
|
||||
|
@ -1,4 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: Oe-fB2enOwHHacGGf5HLP31RdU9bEsQZ19YQ6AS8pjw
|
||||
enabled: true
|
||||
timeout: 172800
|
||||
_core:
|
||||
default_config_hash: Oe-fB2enOwHHacGGf5HLP31RdU9bEsQZ19YQ6AS8pjw
|
||||
langcode: fr
|
||||
|
@ -1,4 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: kxyrVqZ2uewqW3PUFj1ZDShD6MUbz5Yqnl3xyO3VXos
|
||||
enabled: false
|
||||
timeout: null
|
||||
_core:
|
||||
default_config_hash: kxyrVqZ2uewqW3PUFj1ZDShD6MUbz5Yqnl3xyO3VXos
|
||||
langcode: fr
|
||||
|
@ -1,4 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: Oe-fB2enOwHHacGGf5HLP31RdU9bEsQZ19YQ6AS8pjw
|
||||
enabled: true
|
||||
timeout: 172800
|
||||
_core:
|
||||
default_config_hash: Oe-fB2enOwHHacGGf5HLP31RdU9bEsQZ19YQ6AS8pjw
|
||||
langcode: fr
|
||||
|
@ -1,4 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: kxyrVqZ2uewqW3PUFj1ZDShD6MUbz5Yqnl3xyO3VXos
|
||||
enabled: false
|
||||
timeout: null
|
||||
_core:
|
||||
default_config_hash: kxyrVqZ2uewqW3PUFj1ZDShD6MUbz5Yqnl3xyO3VXos
|
||||
langcode: fr
|
||||
|
@ -1,21 +1,16 @@
|
||||
_core:
|
||||
default_config_hash: m2pxH8tc4KIlh127R5TYim65W7NBY9gpYQnIXlvDp0M
|
||||
langcode: fr
|
||||
enabled: true
|
||||
timeout: 1800
|
||||
max_timeout: 172800
|
||||
padding: 20
|
||||
role_logout: false
|
||||
redirect_url: /
|
||||
include_destination: true
|
||||
no_dialog: true
|
||||
message: 'We are about to log you out for inactivity. If we do, you will lose any unsaved work. Do you need more time?'
|
||||
message: 'Your session is about to expire. Do you want to reset it?'
|
||||
inactivity_message: 'You have been logged out due to inactivity.'
|
||||
inactivity_message_type: status
|
||||
modal_width: 450
|
||||
enforce_admin: false
|
||||
jstimer_format: '%hours%:%mins%:%secs%'
|
||||
jstimer_js_load_option: false
|
||||
use_alt_logout_method: false
|
||||
use_watchdog: true
|
||||
whitelisted_ip_addresses: ''
|
||||
langcode: fr
|
||||
_core:
|
||||
default_config_hash: m2pxH8tc4KIlh127R5TYim65W7NBY9gpYQnIXlvDp0M
|
||||
|
@ -16,7 +16,7 @@ provider: null
|
||||
plugin: system_breadcrumb_block
|
||||
settings:
|
||||
id: system_breadcrumb_block
|
||||
label: "Fils d'ariane"
|
||||
label_display: '0'
|
||||
label: 'Fils d''ariane'
|
||||
provider: system
|
||||
label_display: '0'
|
||||
visibility: { }
|
||||
|
@ -17,6 +17,6 @@ plugin: system_main_block
|
||||
settings:
|
||||
id: system_main_block
|
||||
label: 'Contenu de la page principale'
|
||||
label_display: '0'
|
||||
provider: system
|
||||
label_display: '0'
|
||||
visibility: { }
|
||||
|
@ -17,6 +17,6 @@ plugin: help_block
|
||||
settings:
|
||||
id: help_block
|
||||
label: Aide
|
||||
label_display: '0'
|
||||
provider: help
|
||||
label_display: '0'
|
||||
visibility: { }
|
||||
|
@ -14,7 +14,7 @@ provider: null
|
||||
plugin: local_actions_block
|
||||
settings:
|
||||
id: local_actions_block
|
||||
label: "Actions d'administration principales"
|
||||
label_display: '0'
|
||||
label: 'Actions d''administration principales'
|
||||
provider: core
|
||||
label_display: '0'
|
||||
visibility: { }
|
||||
|
@ -17,6 +17,6 @@ plugin: user_login_block
|
||||
settings:
|
||||
id: user_login_block
|
||||
label: 'Connexion utilisateur'
|
||||
label_display: visible
|
||||
provider: user
|
||||
label_display: visible
|
||||
visibility: { }
|
||||
|
@ -17,6 +17,6 @@ plugin: system_messages_block
|
||||
settings:
|
||||
id: system_messages_block
|
||||
label: 'Messages de statut'
|
||||
label_display: '0'
|
||||
provider: system
|
||||
label_display: '0'
|
||||
visibility: { }
|
||||
|
@ -14,7 +14,7 @@ provider: null
|
||||
plugin: page_title_block
|
||||
settings:
|
||||
id: page_title_block
|
||||
label: 'Titre de la page'
|
||||
label_display: '0'
|
||||
label: 'Titre de page'
|
||||
provider: core
|
||||
label_display: '0'
|
||||
visibility: { }
|
||||
|
@ -15,8 +15,8 @@ plugin: local_tasks_block
|
||||
settings:
|
||||
id: local_tasks_block
|
||||
label: 'Onglets principaux'
|
||||
label_display: '0'
|
||||
provider: core
|
||||
label_display: '0'
|
||||
primary: true
|
||||
secondary: false
|
||||
visibility: { }
|
||||
|
@ -15,8 +15,8 @@ plugin: local_tasks_block
|
||||
settings:
|
||||
id: local_tasks_block
|
||||
label: 'Onglets secondaires'
|
||||
label_display: '0'
|
||||
provider: core
|
||||
label_display: '0'
|
||||
primary: false
|
||||
secondary: true
|
||||
visibility: { }
|
||||
|
@ -3,6 +3,7 @@ langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- context
|
||||
- system
|
||||
theme:
|
||||
- popsu
|
||||
@ -15,6 +16,14 @@ plugin: system_main_block
|
||||
settings:
|
||||
id: system_main_block
|
||||
label: 'Contenu de la page principale'
|
||||
label_display: visible
|
||||
provider: system
|
||||
visibility: { }
|
||||
label_display: visible
|
||||
visibility:
|
||||
view_inclusion:
|
||||
id: view_inclusion
|
||||
negate: null
|
||||
view_inclusion: { }
|
||||
request_path_exclusion:
|
||||
id: request_path_exclusion
|
||||
pages: ''
|
||||
negate: null
|
||||
|
@ -5,27 +5,36 @@ dependencies:
|
||||
config:
|
||||
- system.menu.head
|
||||
module:
|
||||
- context
|
||||
- menu_block
|
||||
theme:
|
||||
- popsu
|
||||
id: head
|
||||
theme: popsu
|
||||
region: header_top_left
|
||||
weight: -5
|
||||
weight: -2
|
||||
provider: null
|
||||
plugin: 'menu_block:head'
|
||||
settings:
|
||||
id: 'menu_block:head'
|
||||
label: Head
|
||||
label_display: '0'
|
||||
provider: menu_block
|
||||
label_display: '0'
|
||||
follow: false
|
||||
follow_parent: child
|
||||
label_link: false
|
||||
label_type: block
|
||||
level: 1
|
||||
depth: 0
|
||||
expand_all_items: false
|
||||
parent: 'head:'
|
||||
suggestion: head
|
||||
visibility: { }
|
||||
label_type: block
|
||||
label_link: false
|
||||
visibility:
|
||||
view_inclusion:
|
||||
id: view_inclusion
|
||||
negate: null
|
||||
view_inclusion: { }
|
||||
request_path_exclusion:
|
||||
id: request_path_exclusion
|
||||
pages: ''
|
||||
negate: null
|
||||
|
@ -5,27 +5,36 @@ dependencies:
|
||||
config:
|
||||
- system.menu.head
|
||||
module:
|
||||
- context
|
||||
- menu_block
|
||||
theme:
|
||||
- popsu
|
||||
id: head_2
|
||||
theme: popsu
|
||||
region: header_top_right
|
||||
weight: -8
|
||||
weight: 0
|
||||
provider: null
|
||||
plugin: 'menu_block:head'
|
||||
settings:
|
||||
id: 'menu_block:head'
|
||||
label: Head
|
||||
label_display: '0'
|
||||
provider: menu_block
|
||||
label_display: '0'
|
||||
follow: false
|
||||
follow_parent: child
|
||||
label_link: false
|
||||
label_type: block
|
||||
level: 1
|
||||
depth: 0
|
||||
expand_all_items: false
|
||||
parent: 'head:'
|
||||
suggestion: head
|
||||
visibility: { }
|
||||
label_type: block
|
||||
label_link: false
|
||||
visibility:
|
||||
view_inclusion:
|
||||
id: view_inclusion
|
||||
negate: null
|
||||
view_inclusion: { }
|
||||
request_path_exclusion:
|
||||
id: request_path_exclusion
|
||||
pages: ''
|
||||
negate: null
|
||||
|
@ -3,21 +3,30 @@ langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- context
|
||||
- system
|
||||
theme:
|
||||
- popsu
|
||||
id: identitedusite
|
||||
theme: popsu
|
||||
region: header_top_middle
|
||||
weight: -8
|
||||
region: header_top_left
|
||||
weight: -6
|
||||
provider: null
|
||||
plugin: system_branding_block
|
||||
settings:
|
||||
id: system_branding_block
|
||||
label: 'Identité du site'
|
||||
label_display: '0'
|
||||
provider: system
|
||||
label_display: '0'
|
||||
use_site_logo: true
|
||||
use_site_name: true
|
||||
use_site_slogan: true
|
||||
visibility: { }
|
||||
visibility:
|
||||
view_inclusion:
|
||||
id: view_inclusion
|
||||
negate: null
|
||||
view_inclusion: { }
|
||||
request_path_exclusion:
|
||||
id: request_path_exclusion
|
||||
pages: ''
|
||||
negate: null
|
||||
|
@ -1,25 +0,0 @@
|
||||
uuid: fa472826-53e6-47eb-a5dd-4acc2e1c2f9e
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
content:
|
||||
- 'block_content:logo_block:ad9df78e-36e7-4615-9074-c6fad417a145'
|
||||
module:
|
||||
- block_content
|
||||
theme:
|
||||
- popsu
|
||||
id: logoepau
|
||||
theme: popsu
|
||||
region: header_top_left
|
||||
weight: -8
|
||||
provider: null
|
||||
plugin: 'block_content:ad9df78e-36e7-4615-9074-c6fad417a145'
|
||||
settings:
|
||||
id: 'block_content:ad9df78e-36e7-4615-9074-c6fad417a145'
|
||||
label: 'Logo epau'
|
||||
label_display: '0'
|
||||
provider: block_content
|
||||
status: true
|
||||
info: ''
|
||||
view_mode: full
|
||||
visibility: { }
|
@ -12,19 +12,19 @@ dependencies:
|
||||
id: logogouv
|
||||
theme: popsu
|
||||
region: header_top_left
|
||||
weight: -7
|
||||
weight: -4
|
||||
provider: null
|
||||
plugin: 'block_content:68fcdff8-7b8c-4414-a84b-6ce173b5dc8b'
|
||||
settings:
|
||||
id: 'block_content:68fcdff8-7b8c-4414-a84b-6ce173b5dc8b'
|
||||
label: 'logo gouv full'
|
||||
label_display: '0'
|
||||
provider: block_content
|
||||
label_display: '0'
|
||||
status: true
|
||||
info: ''
|
||||
view_mode: full
|
||||
visibility:
|
||||
request_path:
|
||||
id: request_path
|
||||
negate: false
|
||||
pages: '<front>'
|
||||
negate: false
|
||||
|
25
config/sync/block.block.logogouvcartouche.yml
Normal file
25
config/sync/block.block.logogouvcartouche.yml
Normal file
@ -0,0 +1,25 @@
|
||||
uuid: f555279e-9b64-4e57-928b-aa2c4f9c9bc1
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
content:
|
||||
- 'block_content:logo_block:949c5592-687e-452d-9c85-17ab62f166c1'
|
||||
module:
|
||||
- block_content
|
||||
theme:
|
||||
- popsu
|
||||
id: logogouvcartouche
|
||||
theme: popsu
|
||||
region: header_top_left
|
||||
weight: -7
|
||||
provider: null
|
||||
plugin: 'block_content:949c5592-687e-452d-9c85-17ab62f166c1'
|
||||
settings:
|
||||
id: 'block_content:949c5592-687e-452d-9c85-17ab62f166c1'
|
||||
label: 'logo gouv cartouche'
|
||||
provider: block_content
|
||||
label_display: '0'
|
||||
status: true
|
||||
info: ''
|
||||
view_mode: full
|
||||
visibility: { }
|
@ -12,19 +12,19 @@ dependencies:
|
||||
id: logopuca
|
||||
theme: popsu
|
||||
region: header_top_left
|
||||
weight: -6
|
||||
weight: -3
|
||||
provider: null
|
||||
plugin: 'block_content:52af228a-19dd-4eb5-bce4-6d7b3e4acff1'
|
||||
settings:
|
||||
id: 'block_content:52af228a-19dd-4eb5-bce4-6d7b3e4acff1'
|
||||
label: 'logo puca'
|
||||
label_display: '0'
|
||||
provider: block_content
|
||||
label_display: '0'
|
||||
status: true
|
||||
info: ''
|
||||
view_mode: full
|
||||
visibility:
|
||||
request_path:
|
||||
id: request_path
|
||||
negate: false
|
||||
pages: '<front>'
|
||||
negate: false
|
||||
|
@ -1,25 +0,0 @@
|
||||
uuid: 46a3e19b-69ba-4b92-b401-3fb8c1a30362
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
content:
|
||||
- 'block_content:logo_block:82e1ab94-3527-4cba-87a0-db6d78d0bb84'
|
||||
module:
|
||||
- block_content
|
||||
theme:
|
||||
- popsu
|
||||
id: logorepfr
|
||||
theme: popsu
|
||||
region: header_top_left
|
||||
weight: -9
|
||||
provider: null
|
||||
plugin: 'block_content:82e1ab94-3527-4cba-87a0-db6d78d0bb84'
|
||||
settings:
|
||||
id: 'block_content:82e1ab94-3527-4cba-87a0-db6d78d0bb84'
|
||||
label: 'Logo rep fr'
|
||||
label_display: '0'
|
||||
provider: block_content
|
||||
status: true
|
||||
info: ''
|
||||
view_mode: full
|
||||
visibility: { }
|
@ -6,6 +6,7 @@ dependencies:
|
||||
- 'block_content:custom:d61049b4-1d02-41f9-b590-07d2488190a6'
|
||||
module:
|
||||
- block_content
|
||||
- context
|
||||
theme:
|
||||
- popsu
|
||||
id: logosfooter
|
||||
@ -17,9 +18,17 @@ plugin: 'block_content:d61049b4-1d02-41f9-b590-07d2488190a6'
|
||||
settings:
|
||||
id: 'block_content:d61049b4-1d02-41f9-b590-07d2488190a6'
|
||||
label: 'Logos footer'
|
||||
label_display: '0'
|
||||
provider: block_content
|
||||
label_display: '0'
|
||||
status: true
|
||||
info: ''
|
||||
view_mode: full
|
||||
visibility: { }
|
||||
visibility:
|
||||
view_inclusion:
|
||||
id: view_inclusion
|
||||
negate: null
|
||||
view_inclusion: { }
|
||||
request_path_exclusion:
|
||||
id: request_path_exclusion
|
||||
pages: ''
|
||||
negate: null
|
||||
|
@ -5,6 +5,7 @@ dependencies:
|
||||
config:
|
||||
- system.menu.footer
|
||||
module:
|
||||
- context
|
||||
- menu_block
|
||||
theme:
|
||||
- popsu
|
||||
@ -17,15 +18,23 @@ plugin: 'menu_block:footer'
|
||||
settings:
|
||||
id: 'menu_block:footer'
|
||||
label: 'Pied de page'
|
||||
label_display: '0'
|
||||
provider: menu_block
|
||||
label_display: '0'
|
||||
follow: false
|
||||
follow_parent: child
|
||||
label_link: false
|
||||
label_type: block
|
||||
level: 1
|
||||
depth: 0
|
||||
expand_all_items: false
|
||||
parent: 'footer:'
|
||||
suggestion: footer
|
||||
visibility: { }
|
||||
label_type: block
|
||||
label_link: false
|
||||
visibility:
|
||||
view_inclusion:
|
||||
id: view_inclusion
|
||||
negate: null
|
||||
view_inclusion: { }
|
||||
request_path_exclusion:
|
||||
id: request_path_exclusion
|
||||
pages: ''
|
||||
negate: null
|
||||
|
@ -6,6 +6,7 @@ dependencies:
|
||||
- 'block_content:custom:e0c66a5a-bc7a-4f4a-b6f1-7bec4b77ad78'
|
||||
module:
|
||||
- block_content
|
||||
- context
|
||||
theme:
|
||||
- popsu
|
||||
id: retrouveznoussurlesreseauxsociaux
|
||||
@ -17,9 +18,17 @@ plugin: 'block_content:e0c66a5a-bc7a-4f4a-b6f1-7bec4b77ad78'
|
||||
settings:
|
||||
id: 'block_content:e0c66a5a-bc7a-4f4a-b6f1-7bec4b77ad78'
|
||||
label: 'Retrouvez-nous sur les réseaux sociaux :'
|
||||
label_display: visible
|
||||
provider: block_content
|
||||
label_display: visible
|
||||
status: true
|
||||
info: ''
|
||||
view_mode: full
|
||||
visibility: { }
|
||||
visibility:
|
||||
view_inclusion:
|
||||
id: view_inclusion
|
||||
negate: null
|
||||
view_inclusion: { }
|
||||
request_path_exclusion:
|
||||
id: request_path_exclusion
|
||||
pages: ''
|
||||
negate: null
|
||||
|
@ -11,24 +11,23 @@ dependencies:
|
||||
- popsu
|
||||
id: views_block__programme_toc_block_7
|
||||
theme: popsu
|
||||
region: header_top_middle
|
||||
weight: -7
|
||||
region: header_top_left
|
||||
weight: -5
|
||||
provider: null
|
||||
plugin: 'views_block:programme_toc-block_7'
|
||||
settings:
|
||||
id: 'views_block:programme_toc-block_7'
|
||||
label: ''
|
||||
label_display: '0'
|
||||
provider: views
|
||||
context_mapping: { }
|
||||
label_display: '0'
|
||||
views_label: ''
|
||||
items_per_page: none
|
||||
exposed: { }
|
||||
context_mapping: { }
|
||||
visibility:
|
||||
'entity_bundle:node':
|
||||
id: 'entity_bundle:node'
|
||||
node_type:
|
||||
id: node_type
|
||||
bundles:
|
||||
programme: programme
|
||||
negate: false
|
||||
context_mapping:
|
||||
node: '@node.node_route_context:node'
|
||||
bundles:
|
||||
programme: programme
|
||||
|
@ -5,21 +5,29 @@ dependencies:
|
||||
config:
|
||||
- views.view.programmes
|
||||
module:
|
||||
- context
|
||||
- views
|
||||
theme:
|
||||
- popsu
|
||||
id: views_block__programmes_block_1
|
||||
theme: popsu
|
||||
region: header_bottom
|
||||
weight: -7
|
||||
region: header_top_middle
|
||||
weight: -3
|
||||
provider: null
|
||||
plugin: 'views_block:programmes-block_1'
|
||||
settings:
|
||||
id: 'views_block:programmes-block_1'
|
||||
label: ''
|
||||
label_display: '0'
|
||||
provider: views
|
||||
label_display: '0'
|
||||
views_label: ''
|
||||
items_per_page: none
|
||||
exposed: { }
|
||||
visibility: { }
|
||||
visibility:
|
||||
view_inclusion:
|
||||
id: view_inclusion
|
||||
negate: null
|
||||
view_inclusion: { }
|
||||
request_path_exclusion:
|
||||
id: request_path_exclusion
|
||||
pages: ''
|
||||
negate: null
|
||||
|
@ -5,21 +5,29 @@ dependencies:
|
||||
config:
|
||||
- views.view.programmes
|
||||
module:
|
||||
- context
|
||||
- views
|
||||
theme:
|
||||
- popsu
|
||||
id: views_block__programmes_block_2
|
||||
theme: popsu
|
||||
region: header_top_left
|
||||
weight: -4
|
||||
weight: -1
|
||||
provider: null
|
||||
plugin: 'views_block:programmes-block_2'
|
||||
settings:
|
||||
id: 'views_block:programmes-block_2'
|
||||
label: ''
|
||||
label_display: visible
|
||||
provider: views
|
||||
label_display: visible
|
||||
views_label: ''
|
||||
items_per_page: none
|
||||
exposed: { }
|
||||
visibility: { }
|
||||
visibility:
|
||||
view_inclusion:
|
||||
id: view_inclusion
|
||||
negate: null
|
||||
view_inclusion: { }
|
||||
request_path_exclusion:
|
||||
id: request_path_exclusion
|
||||
pages: ''
|
||||
negate: null
|
||||
|
@ -5,21 +5,29 @@ dependencies:
|
||||
config:
|
||||
- views.view.programmes
|
||||
module:
|
||||
- context
|
||||
- views
|
||||
theme:
|
||||
- popsu
|
||||
id: views_block__programmes_block_2_2
|
||||
theme: popsu
|
||||
region: header_top_right
|
||||
weight: -7
|
||||
weight: 0
|
||||
provider: null
|
||||
plugin: 'views_block:programmes-block_2'
|
||||
settings:
|
||||
id: 'views_block:programmes-block_2'
|
||||
label: ''
|
||||
label_display: visible
|
||||
provider: views
|
||||
label_display: visible
|
||||
views_label: ''
|
||||
items_per_page: none
|
||||
exposed: { }
|
||||
visibility: { }
|
||||
visibility:
|
||||
view_inclusion:
|
||||
id: view_inclusion
|
||||
negate: null
|
||||
view_inclusion: { }
|
||||
request_path_exclusion:
|
||||
id: request_path_exclusion
|
||||
pages: ''
|
||||
negate: null
|
||||
|
@ -5,21 +5,29 @@ dependencies:
|
||||
config:
|
||||
- views.view.programmes
|
||||
module:
|
||||
- context
|
||||
- views
|
||||
theme:
|
||||
- popsu
|
||||
id: views_block__programmes_block_3
|
||||
theme: popsu
|
||||
region: header_top_left
|
||||
weight: -3
|
||||
weight: 0
|
||||
provider: null
|
||||
plugin: 'views_block:programmes-block_3'
|
||||
settings:
|
||||
id: 'views_block:programmes-block_3'
|
||||
label: ''
|
||||
label_display: visible
|
||||
provider: views
|
||||
label_display: visible
|
||||
views_label: ''
|
||||
items_per_page: none
|
||||
exposed: { }
|
||||
visibility: { }
|
||||
visibility:
|
||||
view_inclusion:
|
||||
id: view_inclusion
|
||||
negate: null
|
||||
view_inclusion: { }
|
||||
request_path_exclusion:
|
||||
id: request_path_exclusion
|
||||
pages: ''
|
||||
negate: null
|
||||
|
@ -5,21 +5,29 @@ dependencies:
|
||||
config:
|
||||
- views.view.programmes
|
||||
module:
|
||||
- context
|
||||
- views
|
||||
theme:
|
||||
- popsu
|
||||
id: views_block__programmes_block_3_2
|
||||
theme: popsu
|
||||
region: header_top_right
|
||||
weight: -6
|
||||
weight: 0
|
||||
provider: null
|
||||
plugin: 'views_block:programmes-block_3'
|
||||
settings:
|
||||
id: 'views_block:programmes-block_3'
|
||||
label: ''
|
||||
label_display: visible
|
||||
provider: views
|
||||
label_display: visible
|
||||
views_label: ''
|
||||
items_per_page: none
|
||||
exposed: { }
|
||||
visibility: { }
|
||||
visibility:
|
||||
view_inclusion:
|
||||
id: view_inclusion
|
||||
negate: null
|
||||
view_inclusion: { }
|
||||
request_path_exclusion:
|
||||
id: request_path_exclusion
|
||||
pages: ''
|
||||
negate: null
|
||||
|
@ -1,19 +0,0 @@
|
||||
maxlength_block_class_field: 255
|
||||
field_type: multiple_textfields
|
||||
default_case: standard
|
||||
allow_only_letters_and_numbers: false
|
||||
block_classes_stored: { }
|
||||
enable_attributes: true
|
||||
enable_auto_complete: true
|
||||
qty_classes_per_block: 10
|
||||
items_per_page: 50
|
||||
enable_special_chars: true
|
||||
qty_attributes_per_block: 10
|
||||
enable_id_replacement: true
|
||||
weight_attributes: null
|
||||
weight_class: null
|
||||
weight_id: null
|
||||
maxlength_attributes: 255
|
||||
attribute_keys_stored: '[]'
|
||||
attribute_value_stored: '[]'
|
||||
attributes_inline: '[]'
|
@ -4,5 +4,5 @@ status: true
|
||||
dependencies: { }
|
||||
id: custom
|
||||
label: custom
|
||||
revision: false
|
||||
revision: 0
|
||||
description: ''
|
||||
|
@ -4,5 +4,5 @@ status: true
|
||||
dependencies: { }
|
||||
id: logo_block
|
||||
label: 'logo block'
|
||||
revision: false
|
||||
revision: 0
|
||||
description: ''
|
||||
|
@ -1,65 +0,0 @@
|
||||
progress:
|
||||
'#changed': 1667315714
|
||||
'#changed_by': '1'
|
||||
'#completed_items': 20
|
||||
'#items':
|
||||
install_and_enable_seo_checklist_module:
|
||||
'#completed': 1667314961
|
||||
'#uid': '1'
|
||||
install_and_enable_admin_toolbar_module:
|
||||
'#completed': 1667314961
|
||||
'#uid': '1'
|
||||
install_composer_command_line_tool:
|
||||
'#completed': 1667314961
|
||||
'#uid': '1'
|
||||
install_drush_command_line_tool:
|
||||
'#completed': 1667314961
|
||||
'#uid': '1'
|
||||
show_cli_commands:
|
||||
'#completed': 1667314961
|
||||
'#uid': '1'
|
||||
enable_clean_urls:
|
||||
'#completed': 1667315015
|
||||
'#uid': '1'
|
||||
install_and_enable_redirect_module:
|
||||
'#completed': 1667314961
|
||||
'#uid': '1'
|
||||
configure_the_redirect_module:
|
||||
'#completed': 1667315015
|
||||
'#uid': '1'
|
||||
install_and_enable_pathauto_module:
|
||||
'#completed': 1667314961
|
||||
'#uid': '1'
|
||||
configure_pathauto_module:
|
||||
'#completed': 1667315015
|
||||
'#uid': '1'
|
||||
create_pathauto_patterns:
|
||||
'#completed': 1667315015
|
||||
'#uid': '1'
|
||||
install_and_enable_metatag_module:
|
||||
'#completed': 1667314961
|
||||
'#uid': '1'
|
||||
install_and_enable_alternate_hreflang_module:
|
||||
'#completed': 1667315248
|
||||
'#uid': '1'
|
||||
install_and_enable_xml_sitemap_module:
|
||||
'#completed': 1667314961
|
||||
'#uid': '1'
|
||||
configure_xml_sitemap_module:
|
||||
'#completed': 1667315314
|
||||
'#uid': '1'
|
||||
install_and_enable_robotstxt_module:
|
||||
'#completed': 1667315393
|
||||
'#uid': '1'
|
||||
set_up_cron:
|
||||
'#completed': 1667315393
|
||||
'#uid': '1'
|
||||
google_accounts_sign_ups:
|
||||
'#completed': 1667315393
|
||||
'#uid': '1'
|
||||
submit_xml_sitemap_to_google:
|
||||
'#completed': 1667315714
|
||||
'#uid': '1'
|
||||
install_and_enable_honeypot_module:
|
||||
'#completed': 1667314961
|
||||
'#uid': '1'
|
@ -1,4 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: AF4cxceuiw6dhwOrF9ZgpyKC4xsWt4Yhvohb3WNgn8o
|
||||
auto_import: { }
|
||||
auto_export: { }
|
||||
langcode: fr
|
||||
_core:
|
||||
default_config_hash: AF4cxceuiw6dhwOrF9ZgpyKC4xsWt4Yhvohb3WNgn8o
|
||||
|
@ -1,6 +1,6 @@
|
||||
_core:
|
||||
default_config_hash: UVH1aJ4b44UM-VdPVN7hNNuuVqfReJxwfVeDQH1Hvsk
|
||||
mode: simple
|
||||
ignored_config_entities:
|
||||
- domain_alias.settings
|
||||
- domain_site_settings.domainconfigsettings
|
||||
_core:
|
||||
default_config_hash: UVH1aJ4b44UM-VdPVN7hNNuuVqfReJxwfVeDQH1Hvsk
|
||||
langcode: fr
|
||||
|
@ -1,7 +1,8 @@
|
||||
_core:
|
||||
default_config_hash: U69DBeuvXuNVOC15rVNaBjDPK2fWFbo9v4takdYSSO8
|
||||
default_form: feedback
|
||||
flood:
|
||||
limit: 5
|
||||
interval: 3600
|
||||
user_default_enabled: true
|
||||
_core:
|
||||
default_config_hash: U69DBeuvXuNVOC15rVNaBjDPK2fWFbo9v4takdYSSO8
|
||||
langcode: fr
|
||||
|
@ -1,5 +1,3 @@
|
||||
_core:
|
||||
default_config_hash: NDkHK4I7-fpBSVP6pPMg_MLvHZcjgriRzCSGA4vnpi8
|
||||
verbose: 0
|
||||
types:
|
||||
contact_message: { }
|
||||
@ -48,3 +46,6 @@ form_op_lock:
|
||||
menu_link_content:
|
||||
mode: 0
|
||||
values: { }
|
||||
_core:
|
||||
default_config_hash: NDkHK4I7-fpBSVP6pPMg_MLvHZcjgriRzCSGA4vnpi8
|
||||
langcode: fr
|
||||
|
@ -1,4 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: X-PFa6GhUhVBudfnAsBqaWn_qhxq0xTtg76HCEoibeQ
|
||||
content_lock_timeout_minutes: '30'
|
||||
content_lock_timeout_on_edit: 0
|
||||
_core:
|
||||
default_config_hash: X-PFa6GhUhVBudfnAsBqaWn_qhxq0xTtg76HCEoibeQ
|
||||
langcode: fr
|
||||
|
@ -8,7 +8,7 @@ id: node.actualite.promote
|
||||
field_name: promote
|
||||
entity_type: node
|
||||
bundle: actualite
|
||||
label: "Promu en page d'accueil"
|
||||
label: 'Promu en page d''accueil'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: true
|
||||
|
@ -8,7 +8,7 @@ id: node.evenement.promote
|
||||
field_name: promote
|
||||
entity_type: node
|
||||
bundle: evenement
|
||||
label: "Promu en page d'accueil"
|
||||
label: 'Promu en page d''accueil'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: true
|
||||
|
@ -1,22 +0,0 @@
|
||||
uuid: 0c02dd41-2dec-4cbf-b889-d0941b4fcb92
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.iframe
|
||||
id: node.iframe.promote
|
||||
field_name: promote
|
||||
entity_type: node
|
||||
bundle: iframe
|
||||
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
|
@ -8,7 +8,7 @@ id: node.programme.promote
|
||||
field_name: promote
|
||||
entity_type: node
|
||||
bundle: programme
|
||||
label: "Promu en page d'accueil"
|
||||
label: 'Promu en page d''accueil'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: true
|
||||
|
@ -8,7 +8,7 @@ id: node.projet.promote
|
||||
field_name: promote
|
||||
entity_type: node
|
||||
bundle: projet
|
||||
label: "Promu en page d'accueil"
|
||||
label: 'Promu en page d''accueil'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: true
|
||||
|
@ -8,7 +8,7 @@ id: node.ressource.promote
|
||||
field_name: promote
|
||||
entity_type: node
|
||||
bundle: ressource
|
||||
label: "Promu en page d'accueil"
|
||||
label: 'Promu en page d''accueil'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: true
|
||||
|
@ -10,7 +10,7 @@ id: node.static.promote
|
||||
field_name: promote
|
||||
entity_type: node
|
||||
bundle: static
|
||||
label: "Promu en page d'accueil"
|
||||
label: 'Promu en page d''accueil'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: true
|
||||
|
@ -8,7 +8,7 @@ id: node.theme.promote
|
||||
field_name: promote
|
||||
entity_type: node
|
||||
bundle: theme
|
||||
label: "Promu en page d'accueil"
|
||||
label: 'Promu en page d''accueil'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: true
|
||||
|
@ -1,8 +0,0 @@
|
||||
uuid: a565b29e-b73e-4fd8-ac0b-0757bfab7320
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: date_longue_sans_heure
|
||||
label: 'Date longue sans heure'
|
||||
locked: false
|
||||
pattern: 'l j F Y'
|
@ -15,13 +15,13 @@ content:
|
||||
body:
|
||||
type: text_textarea_with_summary
|
||||
weight: 26
|
||||
region: content
|
||||
settings:
|
||||
rows: 9
|
||||
summary_rows: 3
|
||||
placeholder: ''
|
||||
show_summary: false
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
info:
|
||||
type: string_textfield
|
||||
weight: -5
|
||||
|
@ -16,21 +16,21 @@ bundle: logo_block
|
||||
mode: default
|
||||
content:
|
||||
field_link:
|
||||
type: link_default
|
||||
weight: 27
|
||||
region: content
|
||||
settings:
|
||||
placeholder_url: ''
|
||||
placeholder_title: ''
|
||||
third_party_settings: { }
|
||||
field_logo:
|
||||
type: image_image
|
||||
weight: 28
|
||||
type: link_default
|
||||
region: content
|
||||
field_logo:
|
||||
weight: 28
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
preview_image_style: thumbnail
|
||||
third_party_settings: { }
|
||||
type: image_image
|
||||
region: content
|
||||
info:
|
||||
type: string_textfield
|
||||
weight: -5
|
||||
|
@ -12,7 +12,6 @@ dependencies:
|
||||
- field.field.node.actualite.field_memo
|
||||
- field.field.node.actualite.field_programme
|
||||
- field.field.node.actualite.field_projet
|
||||
- field.field.node.actualite.field_promu_en_page_programme
|
||||
- field.field.node.actualite.field_ressources_liees
|
||||
- field.field.node.actualite.field_sous_titre
|
||||
- field.field.node.actualite.field_theme
|
||||
@ -30,35 +29,34 @@ third_party_settings:
|
||||
group_details:
|
||||
children:
|
||||
- promote
|
||||
- field_promu_en_page_programme
|
||||
- status
|
||||
- field_memo
|
||||
label: Details
|
||||
region: content
|
||||
parent_name: ''
|
||||
weight: 200
|
||||
format_type: details_sidebar
|
||||
region: content
|
||||
format_settings:
|
||||
classes: ''
|
||||
id: ''
|
||||
open: true
|
||||
classes: ''
|
||||
description: ''
|
||||
open: true
|
||||
required_fields: true
|
||||
weight: 0
|
||||
label: Details
|
||||
group_tabs:
|
||||
children:
|
||||
- group_pri
|
||||
- group_liens
|
||||
- group_media
|
||||
label: Tabs
|
||||
region: content
|
||||
parent_name: ''
|
||||
weight: 20
|
||||
format_type: tabs
|
||||
region: content
|
||||
format_settings:
|
||||
classes: ''
|
||||
id: ''
|
||||
classes: ''
|
||||
direction: horizontal
|
||||
label: Tabs
|
||||
group_pri:
|
||||
children:
|
||||
- field_sous_titre
|
||||
@ -67,47 +65,47 @@ third_party_settings:
|
||||
- field_projet
|
||||
- field_theme
|
||||
- body
|
||||
label: Principal
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 20
|
||||
format_type: tab
|
||||
region: content
|
||||
format_settings:
|
||||
classes: ''
|
||||
id: ''
|
||||
formatter: open
|
||||
classes: ''
|
||||
description: ''
|
||||
formatter: open
|
||||
required_fields: true
|
||||
label: Principal
|
||||
group_liens:
|
||||
children:
|
||||
- field_evenements_lies
|
||||
- field_ressources_liees
|
||||
label: Liens
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 20
|
||||
format_type: tab
|
||||
region: content
|
||||
format_settings:
|
||||
classes: ''
|
||||
id: ''
|
||||
formatter: closed
|
||||
classes: ''
|
||||
description: ''
|
||||
formatter: closed
|
||||
required_fields: true
|
||||
label: Liens
|
||||
group_media:
|
||||
children:
|
||||
- field_fichier
|
||||
- field_image
|
||||
label: Media
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 20
|
||||
format_type: tab
|
||||
region: content
|
||||
format_settings:
|
||||
classes: ''
|
||||
id: ''
|
||||
formatter: closed
|
||||
classes: ''
|
||||
description: ''
|
||||
formatter: closed
|
||||
required_fields: true
|
||||
label: Media
|
||||
id: node.actualite.default
|
||||
targetEntityType: node
|
||||
bundle: actualite
|
||||
@ -116,128 +114,121 @@ content:
|
||||
body:
|
||||
type: text_textarea_with_summary
|
||||
weight: 5
|
||||
region: content
|
||||
settings:
|
||||
rows: 9
|
||||
summary_rows: 3
|
||||
placeholder: ''
|
||||
show_summary: false
|
||||
third_party_settings: { }
|
||||
field_dates_actu:
|
||||
type: daterange_default
|
||||
weight: 1
|
||||
region: content
|
||||
field_dates_actu:
|
||||
weight: 1
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_evenements_lies:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 129
|
||||
type: daterange_default
|
||||
region: content
|
||||
field_evenements_lies:
|
||||
weight: 129
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_fichier:
|
||||
type: file_generic
|
||||
weight: 127
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
field_fichier:
|
||||
weight: 127
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
third_party_settings: { }
|
||||
field_image:
|
||||
type: image_image
|
||||
weight: 128
|
||||
type: file_generic
|
||||
region: content
|
||||
field_image:
|
||||
weight: 128
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
preview_image_style: thumbnail
|
||||
third_party_settings: { }
|
||||
field_lien:
|
||||
type: link_default
|
||||
weight: 201
|
||||
type: image_image
|
||||
region: content
|
||||
field_lien:
|
||||
weight: 201
|
||||
settings:
|
||||
placeholder_url: ''
|
||||
placeholder_title: ''
|
||||
third_party_settings: { }
|
||||
field_memo:
|
||||
type: string_textarea
|
||||
weight: 18
|
||||
type: link_default
|
||||
region: content
|
||||
field_memo:
|
||||
weight: 17
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: string_textarea
|
||||
region: content
|
||||
field_programme:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 2
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
field_projet:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 3
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_promu_en_page_programme:
|
||||
type: boolean_checkbox
|
||||
weight: 16
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
field_ressources_liees:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 130
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_sous_titre:
|
||||
type: string_textfield
|
||||
weight: 0
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_theme:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 4
|
||||
region: content
|
||||
field_sous_titre:
|
||||
weight: 0
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: string_textfield
|
||||
region: content
|
||||
field_theme:
|
||||
weight: 4
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
promote:
|
||||
type: boolean_checkbox
|
||||
weight: 15
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
weight: 15
|
||||
region: content
|
||||
third_party_settings: { }
|
||||
status:
|
||||
type: boolean_checkbox
|
||||
weight: 17
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
weight: 16
|
||||
region: content
|
||||
third_party_settings: { }
|
||||
title:
|
||||
type: string_textfield
|
||||
|
@ -15,7 +15,6 @@ dependencies:
|
||||
- field.field.node.evenement.field_partenaires
|
||||
- field.field.node.evenement.field_programme
|
||||
- field.field.node.evenement.field_projet
|
||||
- field.field.node.evenement.field_promu_en_page_programme
|
||||
- field.field.node.evenement.field_ressources_liees
|
||||
- field.field.node.evenement.field_sous_titre
|
||||
- field.field.node.evenement.field_theme
|
||||
@ -39,15 +38,15 @@ third_party_settings:
|
||||
- group_liens
|
||||
- group_media
|
||||
- group_partenaires
|
||||
label: Tabs
|
||||
region: content
|
||||
parent_name: ''
|
||||
weight: 20
|
||||
format_type: tabs
|
||||
region: content
|
||||
format_settings:
|
||||
classes: ''
|
||||
id: ''
|
||||
classes: ''
|
||||
direction: horizontal
|
||||
label: Tabs
|
||||
group_principal:
|
||||
children:
|
||||
- field_programme
|
||||
@ -57,95 +56,94 @@ third_party_settings:
|
||||
- field_sous_titre
|
||||
- field_date
|
||||
- field_lien
|
||||
label: Principal
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 18
|
||||
format_type: tab
|
||||
region: content
|
||||
format_settings:
|
||||
classes: ''
|
||||
id: ''
|
||||
formatter: open
|
||||
classes: ''
|
||||
description: ''
|
||||
formatter: open
|
||||
required_fields: true
|
||||
label: Principal
|
||||
group_details:
|
||||
children:
|
||||
- promote
|
||||
- field_promu_en_page_programme
|
||||
- status
|
||||
- field_memo
|
||||
label: Details
|
||||
region: content
|
||||
parent_name: ''
|
||||
weight: 20
|
||||
format_type: details_sidebar
|
||||
region: content
|
||||
format_settings:
|
||||
classes: ''
|
||||
id: ''
|
||||
open: true
|
||||
classes: ''
|
||||
description: ''
|
||||
open: true
|
||||
required_fields: true
|
||||
weight: 0
|
||||
label: Details
|
||||
group_liens:
|
||||
children:
|
||||
- field_ressources_liees
|
||||
- field_evenements_lies
|
||||
label: Liens
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 20
|
||||
format_type: tab
|
||||
region: content
|
||||
format_settings:
|
||||
classes: ''
|
||||
id: ''
|
||||
formatter: closed
|
||||
classes: ''
|
||||
description: ''
|
||||
formatter: closed
|
||||
required_fields: true
|
||||
label: Liens
|
||||
group_media:
|
||||
children:
|
||||
- field_fichier
|
||||
- field_image
|
||||
label: Media
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 20
|
||||
format_type: tab
|
||||
region: content
|
||||
format_settings:
|
||||
classes: ''
|
||||
id: ''
|
||||
formatter: closed
|
||||
classes: ''
|
||||
description: ''
|
||||
formatter: closed
|
||||
required_fields: true
|
||||
label: Media
|
||||
group_partenaires:
|
||||
children:
|
||||
- field_partenaires
|
||||
label: Partenaires
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 20
|
||||
format_type: tab
|
||||
region: content
|
||||
format_settings:
|
||||
classes: ''
|
||||
id: ''
|
||||
formatter: closed
|
||||
classes: ''
|
||||
description: ''
|
||||
formatter: closed
|
||||
required_fields: true
|
||||
label: Partenaires
|
||||
group_textes:
|
||||
children:
|
||||
- field_intro
|
||||
- body
|
||||
- field_organisateur
|
||||
label: Textes
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 19
|
||||
format_type: tab
|
||||
region: content
|
||||
format_settings:
|
||||
classes: ''
|
||||
id: ''
|
||||
formatter: closed
|
||||
classes: ''
|
||||
description: ''
|
||||
formatter: closed
|
||||
required_fields: true
|
||||
label: Textes
|
||||
id: node.evenement.default
|
||||
targetEntityType: node
|
||||
bundle: evenement
|
||||
@ -154,167 +152,160 @@ content:
|
||||
body:
|
||||
type: text_textarea_with_summary
|
||||
weight: 5
|
||||
region: content
|
||||
settings:
|
||||
rows: 9
|
||||
summary_rows: 3
|
||||
placeholder: ''
|
||||
show_summary: false
|
||||
third_party_settings: { }
|
||||
field_date:
|
||||
type: datetime_default
|
||||
weight: 2
|
||||
region: content
|
||||
field_date:
|
||||
weight: 2
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_evenements_lies:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 135
|
||||
type: datetime_default
|
||||
region: content
|
||||
field_evenements_lies:
|
||||
weight: 135
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_fichier:
|
||||
type: file_generic
|
||||
weight: 130
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
field_fichier:
|
||||
weight: 130
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
third_party_settings: { }
|
||||
field_image:
|
||||
type: image_image
|
||||
weight: 131
|
||||
type: file_generic
|
||||
region: content
|
||||
field_image:
|
||||
weight: 131
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
preview_image_style: thumbnail
|
||||
third_party_settings: { }
|
||||
field_intro:
|
||||
type: text_textarea
|
||||
weight: 4
|
||||
type: image_image
|
||||
region: content
|
||||
field_intro:
|
||||
weight: 4
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_lien:
|
||||
type: link_default
|
||||
weight: 3
|
||||
type: text_textarea
|
||||
region: content
|
||||
field_lien:
|
||||
weight: 3
|
||||
settings:
|
||||
placeholder_url: ''
|
||||
placeholder_title: ''
|
||||
third_party_settings: { }
|
||||
type: link_default
|
||||
region: content
|
||||
field_memo:
|
||||
weight: 17
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: string_textarea
|
||||
weight: 18
|
||||
region: content
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_organisateur:
|
||||
type: text_textarea
|
||||
weight: 6
|
||||
region: content
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_partenaires:
|
||||
type: inline_entity_form_simple
|
||||
weight: 132
|
||||
type: text_textarea
|
||||
region: content
|
||||
field_partenaires:
|
||||
weight: 132
|
||||
settings:
|
||||
form_mode: default
|
||||
revision: false
|
||||
override_labels: false
|
||||
label_singular: ''
|
||||
label_plural: ''
|
||||
collapsible: false
|
||||
collapsed: false
|
||||
revision: false
|
||||
third_party_settings: { }
|
||||
type: inline_entity_form_simple
|
||||
region: content
|
||||
field_programme:
|
||||
type: entity_reference_autocomplete
|
||||
weight: -3
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
field_projet:
|
||||
type: entity_reference_autocomplete
|
||||
weight: -2
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_promu_en_page_programme:
|
||||
type: boolean_checkbox
|
||||
weight: 16
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
field_ressources_liees:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 134
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
field_sous_titre:
|
||||
type: string_textfield
|
||||
weight: 1
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: string_textfield
|
||||
region: content
|
||||
field_theme:
|
||||
type: entity_reference_autocomplete
|
||||
weight: -1
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_type_evenement:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 0
|
||||
region: content
|
||||
field_type_evenement:
|
||||
weight: 0
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
promote:
|
||||
type: boolean_checkbox
|
||||
weight: 15
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
weight: 15
|
||||
region: content
|
||||
third_party_settings: { }
|
||||
status:
|
||||
type: boolean_checkbox
|
||||
weight: 17
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
weight: 16
|
||||
region: content
|
||||
third_party_settings: { }
|
||||
title:
|
||||
type: string_textfield
|
||||
|
@ -1,95 +0,0 @@
|
||||
uuid: 52d6640e-1538-4982-9b6f-4bdc3715879f
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.node.iframe.field_iframe
|
||||
- node.type.iframe
|
||||
module:
|
||||
- iframe
|
||||
- path
|
||||
id: node.iframe.default
|
||||
targetEntityType: node
|
||||
bundle: iframe
|
||||
mode: default
|
||||
content:
|
||||
created:
|
||||
type: datetime_timestamp
|
||||
weight: 10
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_iframe:
|
||||
type: iframe_urlwidthheight
|
||||
weight: 121
|
||||
region: content
|
||||
settings:
|
||||
headerlevel: '3'
|
||||
class: ''
|
||||
frameborder: '0'
|
||||
scrolling: auto
|
||||
transparency: '0'
|
||||
allowfullscreen: '0'
|
||||
tokensupport: '0'
|
||||
width: ''
|
||||
height: ''
|
||||
expose_class: false
|
||||
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: { }
|
||||
url_redirects:
|
||||
weight: 50
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
hidden: { }
|
@ -30,29 +30,29 @@ third_party_settings:
|
||||
- group_media
|
||||
- group_sous_parties
|
||||
- group_partenaires
|
||||
label: Tabs
|
||||
region: content
|
||||
parent_name: ''
|
||||
weight: 20
|
||||
format_type: tabs
|
||||
region: content
|
||||
format_settings:
|
||||
classes: ''
|
||||
id: ''
|
||||
classes: ''
|
||||
direction: horizontal
|
||||
label: Tabs
|
||||
group_principal:
|
||||
children:
|
||||
- body
|
||||
label: Principal
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 20
|
||||
format_type: tab
|
||||
region: content
|
||||
format_settings:
|
||||
classes: ''
|
||||
id: ''
|
||||
formatter: open
|
||||
classes: ''
|
||||
description: ''
|
||||
formatter: open
|
||||
required_fields: true
|
||||
label: Principal
|
||||
group_details:
|
||||
children:
|
||||
- field_logo
|
||||
@ -60,76 +60,76 @@ third_party_settings:
|
||||
- promote
|
||||
- status
|
||||
- field_poid
|
||||
label: Details
|
||||
region: content
|
||||
parent_name: ''
|
||||
weight: 20
|
||||
format_type: details_sidebar
|
||||
region: content
|
||||
format_settings:
|
||||
classes: ''
|
||||
id: ''
|
||||
open: true
|
||||
classes: ''
|
||||
description: ''
|
||||
open: true
|
||||
required_fields: true
|
||||
weight: 0
|
||||
label: Details
|
||||
group_textes:
|
||||
children:
|
||||
- field_textes
|
||||
label: Textes
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 20
|
||||
format_type: tab
|
||||
region: content
|
||||
format_settings:
|
||||
classes: ''
|
||||
id: ''
|
||||
formatter: closed
|
||||
classes: ''
|
||||
description: ''
|
||||
formatter: closed
|
||||
required_fields: true
|
||||
label: Textes
|
||||
group_media:
|
||||
children:
|
||||
- field_diaporama
|
||||
- field_fichier
|
||||
- field_document
|
||||
label: Media
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 20
|
||||
format_type: tab
|
||||
region: content
|
||||
format_settings:
|
||||
classes: ''
|
||||
id: ''
|
||||
formatter: closed
|
||||
classes: ''
|
||||
description: ''
|
||||
formatter: closed
|
||||
required_fields: true
|
||||
label: Media
|
||||
group_sous_parties:
|
||||
children:
|
||||
- field_sous_parties
|
||||
label: 'Sous Parties'
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 20
|
||||
format_type: tab
|
||||
region: content
|
||||
format_settings:
|
||||
classes: ''
|
||||
id: ''
|
||||
formatter: closed
|
||||
classes: ''
|
||||
description: ''
|
||||
formatter: closed
|
||||
required_fields: true
|
||||
label: 'Sous Parties'
|
||||
group_partenaires:
|
||||
children:
|
||||
- field_partenaires
|
||||
label: Partenaires
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 20
|
||||
format_type: tab
|
||||
region: content
|
||||
format_settings:
|
||||
classes: ''
|
||||
id: ''
|
||||
formatter: closed
|
||||
classes: ''
|
||||
description: ''
|
||||
formatter: closed
|
||||
required_fields: true
|
||||
label: Partenaires
|
||||
id: node.programme.default
|
||||
targetEntityType: node
|
||||
bundle: programme
|
||||
@ -138,32 +138,31 @@ content:
|
||||
body:
|
||||
type: text_textarea_with_summary
|
||||
weight: 121
|
||||
region: content
|
||||
settings:
|
||||
rows: 9
|
||||
summary_rows: 3
|
||||
placeholder: ''
|
||||
show_summary: false
|
||||
third_party_settings: { }
|
||||
field_actif:
|
||||
type: boolean_checkbox
|
||||
weight: 129
|
||||
region: content
|
||||
field_actif:
|
||||
weight: 129
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
field_diaporama:
|
||||
type: image_image
|
||||
weight: 124
|
||||
type: boolean_checkbox
|
||||
region: content
|
||||
field_diaporama:
|
||||
weight: 124
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
preview_image_style: thumbnail
|
||||
third_party_settings: { }
|
||||
type: image_image
|
||||
region: content
|
||||
field_document:
|
||||
type: paragraphs
|
||||
weight: 126
|
||||
region: content
|
||||
settings:
|
||||
title: Paragraph
|
||||
title_plural: Paragraphs
|
||||
@ -179,25 +178,24 @@ content:
|
||||
collapse_edit_all: collapse_edit_all
|
||||
duplicate: '0'
|
||||
third_party_settings: { }
|
||||
field_fichier:
|
||||
type: file_generic
|
||||
weight: 125
|
||||
region: content
|
||||
field_fichier:
|
||||
weight: 125
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
third_party_settings: { }
|
||||
field_logo:
|
||||
type: image_image
|
||||
weight: 128
|
||||
type: file_generic
|
||||
region: content
|
||||
field_logo:
|
||||
weight: 128
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
preview_image_style: thumbnail
|
||||
third_party_settings: { }
|
||||
field_partenaires:
|
||||
type: entity_reference_paragraphs
|
||||
weight: 126
|
||||
type: image_image
|
||||
region: content
|
||||
field_partenaires:
|
||||
weight: 126
|
||||
settings:
|
||||
title: Paragraph
|
||||
title_plural: Paragraphs
|
||||
@ -206,17 +204,18 @@ content:
|
||||
form_display_mode: default
|
||||
default_paragraph_type: ''
|
||||
third_party_settings: { }
|
||||
field_poid:
|
||||
type: number
|
||||
weight: 132
|
||||
type: entity_reference_paragraphs
|
||||
region: content
|
||||
field_poid:
|
||||
weight: 132
|
||||
settings:
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: number
|
||||
region: content
|
||||
field_sous_parties:
|
||||
type: paragraphs
|
||||
weight: 127
|
||||
region: content
|
||||
settings:
|
||||
title: Paragraph
|
||||
title_plural: Paragraphs
|
||||
@ -231,10 +230,9 @@ content:
|
||||
collapse_edit_all: collapse_edit_all
|
||||
duplicate: duplicate
|
||||
third_party_settings: { }
|
||||
field_textes:
|
||||
type: entity_reference_paragraphs
|
||||
weight: 123
|
||||
region: content
|
||||
field_textes:
|
||||
weight: 123
|
||||
settings:
|
||||
title: Paragraph
|
||||
title_plural: Paragraphs
|
||||
@ -243,19 +241,21 @@ content:
|
||||
form_display_mode: default
|
||||
default_paragraph_type: ''
|
||||
third_party_settings: { }
|
||||
type: entity_reference_paragraphs
|
||||
region: content
|
||||
promote:
|
||||
type: boolean_checkbox
|
||||
weight: 130
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
weight: 130
|
||||
region: content
|
||||
third_party_settings: { }
|
||||
status:
|
||||
type: boolean_checkbox
|
||||
weight: 131
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
weight: 131
|
||||
region: content
|
||||
third_party_settings: { }
|
||||
title:
|
||||
type: string_textfield
|
||||
|
@ -17,11 +17,9 @@ dependencies:
|
||||
- field.field.node.projet.field_partenaires
|
||||
- field.field.node.projet.field_programme
|
||||
- field.field.node.projet.field_projets_lies
|
||||
- field.field.node.projet.field_region
|
||||
- field.field.node.projet.field_ressources_liees
|
||||
- field.field.node.projet.field_textes
|
||||
- field.field.node.projet.field_themes_lies
|
||||
- field.field.node.projet.field_type_de_projet
|
||||
- field.field.node.projet.field_ville
|
||||
- image.style.thumbnail
|
||||
- node.type.projet
|
||||
@ -45,57 +43,57 @@ third_party_settings:
|
||||
- group_partenaires
|
||||
- group_liens
|
||||
- group_media
|
||||
label: Tabs
|
||||
region: content
|
||||
parent_name: ''
|
||||
weight: 4
|
||||
weight: 3
|
||||
format_type: tabs
|
||||
region: content
|
||||
format_settings:
|
||||
classes: ''
|
||||
id: ''
|
||||
classes: ''
|
||||
direction: horizontal
|
||||
label: Tabs
|
||||
group_equipes:
|
||||
children:
|
||||
- field_equipes
|
||||
label: Équipes
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 11
|
||||
weight: 10
|
||||
format_type: tab
|
||||
region: content
|
||||
format_settings:
|
||||
classes: ''
|
||||
id: ''
|
||||
formatter: closed
|
||||
classes: ''
|
||||
description: ''
|
||||
formatter: closed
|
||||
required_fields: true
|
||||
label: Équipes
|
||||
group_partenaires:
|
||||
children:
|
||||
- field_partenaires
|
||||
label: Partenaires
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 12
|
||||
weight: 11
|
||||
format_type: tab
|
||||
region: content
|
||||
format_settings:
|
||||
classes: ''
|
||||
id: ''
|
||||
formatter: closed
|
||||
classes: ''
|
||||
description: ''
|
||||
formatter: closed
|
||||
required_fields: true
|
||||
label: Partenaires
|
||||
group_textes:
|
||||
children:
|
||||
- field_textes
|
||||
label: Textes
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 9
|
||||
format_type: tab
|
||||
region: content
|
||||
format_settings:
|
||||
classes: ''
|
||||
id: ''
|
||||
formatter: closed
|
||||
classes: ''
|
||||
description: ''
|
||||
formatter: closed
|
||||
required_fields: true
|
||||
label: Textes
|
||||
group_liens:
|
||||
children:
|
||||
- field_projets_lies
|
||||
@ -103,81 +101,80 @@ third_party_settings:
|
||||
- field_comparatifs_associes
|
||||
- field_evenements_lies
|
||||
- field_ressources_liees
|
||||
label: Liens
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 13
|
||||
weight: 12
|
||||
format_type: tab
|
||||
region: content
|
||||
format_settings:
|
||||
classes: ''
|
||||
id: ''
|
||||
formatter: closed
|
||||
classes: ''
|
||||
description: ''
|
||||
formatter: closed
|
||||
required_fields: true
|
||||
label: Liens
|
||||
group_media:
|
||||
children:
|
||||
- field_diaporama
|
||||
- field_document
|
||||
label: Media
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 15
|
||||
weight: 20
|
||||
format_type: tab
|
||||
region: content
|
||||
format_settings:
|
||||
classes: ''
|
||||
id: ''
|
||||
formatter: closed
|
||||
classes: ''
|
||||
description: ''
|
||||
formatter: closed
|
||||
required_fields: true
|
||||
label: Media
|
||||
group_details:
|
||||
children:
|
||||
- field_type_de_projet
|
||||
- status
|
||||
- promote
|
||||
- field_actif
|
||||
- field_memo
|
||||
label: Details
|
||||
region: content
|
||||
parent_name: ''
|
||||
weight: 5
|
||||
weight: 20
|
||||
format_type: details_sidebar
|
||||
region: content
|
||||
format_settings:
|
||||
classes: ''
|
||||
id: ''
|
||||
open: true
|
||||
description: ''
|
||||
open: true
|
||||
required_fields: true
|
||||
id: ''
|
||||
classes: ''
|
||||
weight: 0
|
||||
label: Details
|
||||
group_prin:
|
||||
children:
|
||||
- body
|
||||
label: Principal
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 8
|
||||
format_type: tab
|
||||
region: content
|
||||
format_settings:
|
||||
classes: ''
|
||||
id: ''
|
||||
formatter: open
|
||||
classes: ''
|
||||
description: ''
|
||||
formatter: open
|
||||
required_fields: true
|
||||
label: Principal
|
||||
group_adresse:
|
||||
children:
|
||||
- field_adresse
|
||||
- field_map_marker
|
||||
- field_ge
|
||||
label: Adresse
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 10
|
||||
weight: 9
|
||||
format_type: tab
|
||||
region: content
|
||||
format_settings:
|
||||
classes: ''
|
||||
id: ''
|
||||
formatter: closed
|
||||
classes: ''
|
||||
description: ''
|
||||
formatter: closed
|
||||
required_fields: true
|
||||
label: Adresse
|
||||
id: node.projet.default
|
||||
targetEntityType: node
|
||||
bundle: projet
|
||||
@ -186,48 +183,46 @@ content:
|
||||
body:
|
||||
type: text_textarea_with_summary
|
||||
weight: 4
|
||||
region: content
|
||||
settings:
|
||||
rows: 9
|
||||
summary_rows: 3
|
||||
placeholder: ''
|
||||
show_summary: false
|
||||
third_party_settings: { }
|
||||
field_actif:
|
||||
type: boolean_checkbox
|
||||
weight: 32
|
||||
region: content
|
||||
field_actif:
|
||||
weight: 2
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
field_adresse:
|
||||
type: address_default
|
||||
weight: 26
|
||||
type: boolean_checkbox
|
||||
region: content
|
||||
field_adresse:
|
||||
weight: 26
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_comparatifs_associes:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 8
|
||||
type: address_default
|
||||
region: content
|
||||
field_comparatifs_associes:
|
||||
weight: 8
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_diaporama:
|
||||
type: image_image
|
||||
weight: 12
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
field_diaporama:
|
||||
weight: 12
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
preview_image_style: thumbnail
|
||||
third_party_settings: { }
|
||||
field_document:
|
||||
type: paragraphs
|
||||
weight: 13
|
||||
type: image_image
|
||||
region: content
|
||||
field_document:
|
||||
weight: 13
|
||||
settings:
|
||||
title: Paragraph
|
||||
title_plural: Paragraphs
|
||||
@ -242,148 +237,138 @@ content:
|
||||
collapse_edit_all: collapse_edit_all
|
||||
duplicate: duplicate
|
||||
third_party_settings: { }
|
||||
type: paragraphs
|
||||
region: content
|
||||
field_equipes:
|
||||
type: inline_entity_form_simple
|
||||
weight: 4
|
||||
region: content
|
||||
settings:
|
||||
form_mode: default
|
||||
revision: false
|
||||
override_labels: false
|
||||
label_singular: ''
|
||||
label_plural: ''
|
||||
collapsible: false
|
||||
collapsed: false
|
||||
revision: false
|
||||
third_party_settings: { }
|
||||
field_evenements_lies:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 9
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_ge:
|
||||
type: geofield_latlon
|
||||
weight: 29
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
field_ge:
|
||||
weight: 28
|
||||
settings:
|
||||
html5_geolocation: false
|
||||
third_party_settings: { }
|
||||
field_map_marker:
|
||||
type: map_marker_widget
|
||||
weight: 27
|
||||
type: geofield_latlon
|
||||
region: content
|
||||
field_map_marker:
|
||||
weight: 27
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_memo:
|
||||
type: string_textarea
|
||||
weight: 33
|
||||
type: map_marker_widget
|
||||
region: content
|
||||
field_memo:
|
||||
weight: 3
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: string_textarea
|
||||
region: content
|
||||
field_partenaires:
|
||||
type: inline_entity_form_simple
|
||||
weight: 5
|
||||
region: content
|
||||
settings:
|
||||
form_mode: default
|
||||
revision: false
|
||||
override_labels: false
|
||||
label_singular: ''
|
||||
label_plural: ''
|
||||
collapsible: false
|
||||
collapsed: false
|
||||
revision: false
|
||||
third_party_settings: { }
|
||||
field_programme:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 1
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
field_projets_lies:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 6
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_region:
|
||||
type: options_select
|
||||
weight: 3
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_ressources_liees:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 10
|
||||
region: content
|
||||
field_ressources_liees:
|
||||
weight: 10
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_textes:
|
||||
type: inline_entity_form_simple
|
||||
weight: 26
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
field_textes:
|
||||
weight: 26
|
||||
settings:
|
||||
form_mode: default
|
||||
revision: false
|
||||
override_labels: false
|
||||
label_singular: ''
|
||||
label_plural: ''
|
||||
collapsible: false
|
||||
collapsed: false
|
||||
revision: false
|
||||
third_party_settings: { }
|
||||
type: inline_entity_form_simple
|
||||
region: content
|
||||
field_themes_lies:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 7
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_type_de_projet:
|
||||
type: options_select
|
||||
weight: 29
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_ville:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 2
|
||||
region: content
|
||||
field_ville:
|
||||
weight: 2
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
promote:
|
||||
type: boolean_checkbox
|
||||
weight: 31
|
||||
weight: 1
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
status:
|
||||
type: boolean_checkbox
|
||||
weight: 30
|
||||
weight: 0
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
|
@ -7,7 +7,6 @@ dependencies:
|
||||
- field.field.node.ressource.field_auteurs
|
||||
- field.field.node.ressource.field_collections
|
||||
- field.field.node.ressource.field_date_de_parution
|
||||
- field.field.node.ressource.field_diaporama
|
||||
- field.field.node.ressource.field_edition
|
||||
- field.field.node.ressource.field_evenements_lies
|
||||
- field.field.node.ressource.field_fichier
|
||||
@ -28,6 +27,7 @@ dependencies:
|
||||
- datetime
|
||||
- field_group
|
||||
- file
|
||||
- filefield_sources
|
||||
- image
|
||||
- imce
|
||||
- link
|
||||
@ -42,15 +42,15 @@ third_party_settings:
|
||||
- group_edition
|
||||
- group_liens
|
||||
- group_media
|
||||
label: Tabs
|
||||
region: content
|
||||
parent_name: ''
|
||||
weight: 20
|
||||
format_type: tabs
|
||||
region: content
|
||||
format_settings:
|
||||
classes: ''
|
||||
id: ''
|
||||
classes: ''
|
||||
direction: horizontal
|
||||
label: Tabs
|
||||
group_principal:
|
||||
children:
|
||||
- field_programme
|
||||
@ -59,98 +59,97 @@ third_party_settings:
|
||||
- field_sous_titre
|
||||
- field_collections
|
||||
- field_type_de_ressource
|
||||
label: Principal
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 17
|
||||
format_type: tab
|
||||
region: content
|
||||
format_settings:
|
||||
classes: ''
|
||||
id: ''
|
||||
formatter: open
|
||||
classes: ''
|
||||
description: ''
|
||||
formatter: open
|
||||
required_fields: true
|
||||
label: Principal
|
||||
group_liens:
|
||||
children:
|
||||
- field_evenements_lies
|
||||
- field_ressources_liees
|
||||
label: Liens
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 20
|
||||
format_type: tab
|
||||
region: content
|
||||
format_settings:
|
||||
classes: ''
|
||||
id: ''
|
||||
formatter: closed
|
||||
classes: ''
|
||||
description: ''
|
||||
formatter: closed
|
||||
required_fields: true
|
||||
label: Liens
|
||||
group_media:
|
||||
children:
|
||||
- field_image
|
||||
- field_diaporama
|
||||
- field_videos
|
||||
- field_fichier
|
||||
label: Media
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 20
|
||||
format_type: tab
|
||||
region: content
|
||||
format_settings:
|
||||
classes: ''
|
||||
id: ''
|
||||
formatter: closed
|
||||
classes: ''
|
||||
description: ''
|
||||
formatter: closed
|
||||
required_fields: true
|
||||
label: Media
|
||||
group_texte:
|
||||
children:
|
||||
- body
|
||||
label: Texte
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 18
|
||||
format_type: tab
|
||||
region: content
|
||||
format_settings:
|
||||
classes: ''
|
||||
id: ''
|
||||
formatter: closed
|
||||
classes: ''
|
||||
description: ''
|
||||
formatter: closed
|
||||
required_fields: true
|
||||
label: Texte
|
||||
group_edition:
|
||||
children:
|
||||
- field_auteurs
|
||||
- field_edition
|
||||
- field_date_de_parution
|
||||
- field_lien
|
||||
label: Edition
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 19
|
||||
format_type: tab
|
||||
region: content
|
||||
format_settings:
|
||||
classes: ''
|
||||
id: ''
|
||||
formatter: closed
|
||||
classes: ''
|
||||
description: ''
|
||||
formatter: closed
|
||||
required_fields: true
|
||||
label: Edition
|
||||
group_details:
|
||||
children:
|
||||
- status
|
||||
- promote
|
||||
- field_poid
|
||||
- field_memo
|
||||
label: Details
|
||||
region: content
|
||||
parent_name: ''
|
||||
weight: 20
|
||||
format_type: details_sidebar
|
||||
region: content
|
||||
format_settings:
|
||||
classes: ''
|
||||
id: ''
|
||||
open: true
|
||||
classes: ''
|
||||
description: ''
|
||||
open: true
|
||||
required_fields: true
|
||||
weight: -5
|
||||
label: Details
|
||||
id: node.ressource.default
|
||||
targetEntityType: node
|
||||
bundle: ressource
|
||||
@ -159,169 +158,197 @@ content:
|
||||
body:
|
||||
type: text_textarea_with_summary
|
||||
weight: -2
|
||||
region: content
|
||||
settings:
|
||||
rows: 9
|
||||
summary_rows: 3
|
||||
placeholder: ''
|
||||
show_summary: false
|
||||
third_party_settings: { }
|
||||
field_auteurs:
|
||||
type: text_textarea
|
||||
weight: 127
|
||||
region: content
|
||||
field_auteurs:
|
||||
weight: 127
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_collections:
|
||||
type: entity_reference_autocomplete
|
||||
weight: -16
|
||||
type: text_textarea
|
||||
region: content
|
||||
field_collections:
|
||||
weight: -16
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_date_de_parution:
|
||||
type: datetime_default
|
||||
weight: 129
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
field_date_de_parution:
|
||||
weight: 129
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_diaporama:
|
||||
type: image_image
|
||||
weight: 131
|
||||
type: datetime_default
|
||||
region: content
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
preview_image_style: thumbnail
|
||||
third_party_settings: { }
|
||||
field_edition:
|
||||
type: text_textarea
|
||||
weight: 128
|
||||
region: content
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_evenements_lies:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 134
|
||||
type: text_textarea
|
||||
region: content
|
||||
field_evenements_lies:
|
||||
weight: 134
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
field_fichier:
|
||||
weight: 132
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
third_party_settings:
|
||||
filefield_sources:
|
||||
filefield_sources:
|
||||
sources:
|
||||
upload: true
|
||||
reference: true
|
||||
imce: false
|
||||
remote: false
|
||||
clipboard: false
|
||||
attach: false
|
||||
source_imce:
|
||||
imce_mode: 0
|
||||
source_reference:
|
||||
autocomplete: '1'
|
||||
search_all_fields: '0'
|
||||
source_attach:
|
||||
path: file_attach
|
||||
absolute: 0
|
||||
attach_mode: move
|
||||
imce:
|
||||
enabled: false
|
||||
type: file_generic
|
||||
weight: 133
|
||||
region: content
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
third_party_settings:
|
||||
imce:
|
||||
enabled: false
|
||||
field_image:
|
||||
type: image_image
|
||||
weight: 130
|
||||
region: content
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
preview_image_style: thumbnail
|
||||
progress_indicator: throbber
|
||||
third_party_settings:
|
||||
filefield_sources:
|
||||
filefield_sources:
|
||||
sources:
|
||||
upload: true
|
||||
reference: true
|
||||
imce: false
|
||||
remote: false
|
||||
clipboard: false
|
||||
attach: false
|
||||
source_imce:
|
||||
imce_mode: 1
|
||||
source_reference:
|
||||
autocomplete: '1'
|
||||
search_all_fields: '0'
|
||||
source_attach:
|
||||
path: sites/default/files
|
||||
absolute: 1
|
||||
attach_mode: copy
|
||||
imce:
|
||||
enabled: false
|
||||
field_lien:
|
||||
type: link_default
|
||||
weight: 133
|
||||
type: image_image
|
||||
region: content
|
||||
field_lien:
|
||||
weight: 133
|
||||
settings:
|
||||
placeholder_url: ''
|
||||
placeholder_title: ''
|
||||
third_party_settings: { }
|
||||
field_memo:
|
||||
type: string_textarea
|
||||
weight: 3
|
||||
type: link_default
|
||||
region: content
|
||||
field_memo:
|
||||
weight: 3
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: string_textarea
|
||||
region: content
|
||||
field_poid:
|
||||
type: number
|
||||
weight: 2
|
||||
region: content
|
||||
settings:
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: number
|
||||
region: content
|
||||
field_programme:
|
||||
type: entity_reference_autocomplete
|
||||
weight: -20
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
field_projet:
|
||||
type: entity_reference_autocomplete
|
||||
weight: -19
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
field_ressources_liees:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 135
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
field_sous_titre:
|
||||
type: string_textfield
|
||||
weight: -17
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: string_textfield
|
||||
region: content
|
||||
field_theme:
|
||||
type: entity_reference_autocomplete
|
||||
weight: -18
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_type_de_ressource:
|
||||
type: entity_reference_autocomplete
|
||||
weight: -15
|
||||
region: content
|
||||
field_type_de_ressource:
|
||||
weight: -15
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_videos:
|
||||
type: video_embed_field_textfield
|
||||
weight: 132
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
field_videos:
|
||||
weight: 131
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: video_embed_field_textfield
|
||||
region: content
|
||||
promote:
|
||||
type: boolean_checkbox
|
||||
weight: 1
|
||||
|
@ -5,7 +5,6 @@ dependencies:
|
||||
config:
|
||||
- field.field.node.static.body
|
||||
- field.field.node.static.field_equipes
|
||||
- field.field.node.static.field_groupe_documents
|
||||
- field.field.node.static.field_lien
|
||||
- field.field.node.static.field_memo
|
||||
- field.field.node.static.field_page_statique_liees
|
||||
@ -29,121 +28,105 @@ third_party_settings:
|
||||
- status
|
||||
- field_poid
|
||||
- field_memo
|
||||
label: Details
|
||||
region: content
|
||||
parent_name: ''
|
||||
weight: 17
|
||||
format_type: details_sidebar
|
||||
region: content
|
||||
format_settings:
|
||||
classes: ''
|
||||
id: ''
|
||||
open: false
|
||||
classes: ''
|
||||
description: ''
|
||||
open: false
|
||||
required_fields: true
|
||||
weight: 0
|
||||
label: Details
|
||||
group_tabs:
|
||||
children:
|
||||
- group_textes
|
||||
- group_documents
|
||||
- group_liens
|
||||
- group_equipes
|
||||
- group_partenaires
|
||||
- group_media
|
||||
label: Tabs
|
||||
region: content
|
||||
parent_name: ''
|
||||
weight: -1
|
||||
format_type: tabs
|
||||
region: content
|
||||
format_settings:
|
||||
classes: ''
|
||||
id: ''
|
||||
classes: ''
|
||||
direction: horizontal
|
||||
label: Tabs
|
||||
group_textes:
|
||||
children:
|
||||
- field_textes
|
||||
label: Textes
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 20
|
||||
format_type: tab
|
||||
region: content
|
||||
format_settings:
|
||||
classes: ''
|
||||
id: ''
|
||||
formatter: closed
|
||||
classes: ''
|
||||
description: ''
|
||||
formatter: closed
|
||||
required_fields: true
|
||||
label: Textes
|
||||
group_media:
|
||||
children:
|
||||
- field_pieces_jointes
|
||||
label: Media
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 25
|
||||
weight: 21
|
||||
format_type: tab
|
||||
region: content
|
||||
format_settings:
|
||||
classes: ''
|
||||
id: ''
|
||||
formatter: closed
|
||||
classes: ''
|
||||
description: ''
|
||||
formatter: closed
|
||||
required_fields: true
|
||||
label: Media
|
||||
group_liens:
|
||||
children:
|
||||
- field_lien
|
||||
- field_page_statique_liees
|
||||
label: Liens
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 22
|
||||
weight: 20
|
||||
format_type: tab
|
||||
region: content
|
||||
format_settings:
|
||||
classes: ''
|
||||
id: ''
|
||||
formatter: closed
|
||||
classes: ''
|
||||
description: ''
|
||||
formatter: closed
|
||||
required_fields: true
|
||||
label: Liens
|
||||
group_equipes:
|
||||
children:
|
||||
- field_equipes
|
||||
label: Équipes
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 23
|
||||
weight: 20
|
||||
format_type: tab
|
||||
region: content
|
||||
format_settings:
|
||||
classes: ''
|
||||
id: ''
|
||||
formatter: closed
|
||||
classes: ''
|
||||
description: ''
|
||||
formatter: closed
|
||||
required_fields: true
|
||||
label: Équipes
|
||||
group_partenaires:
|
||||
children:
|
||||
- field_partenaires
|
||||
parent_name: group_tabs
|
||||
weight: 20
|
||||
format_type: tab
|
||||
region: content
|
||||
format_settings:
|
||||
id: ''
|
||||
classes: ''
|
||||
description: ''
|
||||
formatter: closed
|
||||
required_fields: true
|
||||
label: Partenaires
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 24
|
||||
format_type: tab
|
||||
format_settings:
|
||||
classes: ''
|
||||
id: ''
|
||||
formatter: closed
|
||||
description: ''
|
||||
required_fields: true
|
||||
group_documents:
|
||||
children:
|
||||
- field_groupe_documents
|
||||
label: Documents
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 21
|
||||
format_type: tab
|
||||
format_settings:
|
||||
classes: ''
|
||||
show_empty_fields: true
|
||||
id: ''
|
||||
formatter: closed
|
||||
description: ''
|
||||
required_fields: true
|
||||
id: node.static.default
|
||||
targetEntityType: node
|
||||
bundle: static
|
||||
@ -156,9 +139,7 @@ content:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_equipes:
|
||||
type: entity_reference_paragraphs
|
||||
weight: 15
|
||||
region: content
|
||||
settings:
|
||||
title: Paragraph
|
||||
title_plural: Paragraphs
|
||||
@ -167,54 +148,36 @@ content:
|
||||
form_display_mode: default
|
||||
default_paragraph_type: ''
|
||||
third_party_settings: { }
|
||||
field_groupe_documents:
|
||||
type: paragraphs
|
||||
weight: 27
|
||||
type: entity_reference_paragraphs
|
||||
region: content
|
||||
settings:
|
||||
title: Paragraph
|
||||
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_lien:
|
||||
type: link_default
|
||||
weight: 9
|
||||
region: content
|
||||
settings:
|
||||
placeholder_url: ''
|
||||
placeholder_title: ''
|
||||
third_party_settings: { }
|
||||
field_memo:
|
||||
type: string_textarea
|
||||
weight: 26
|
||||
type: link_default
|
||||
region: content
|
||||
field_memo:
|
||||
weight: 26
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_page_statique_liees:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 10
|
||||
type: string_textarea
|
||||
region: content
|
||||
field_page_statique_liees:
|
||||
weight: 10
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_partenaires:
|
||||
type: entity_reference_paragraphs
|
||||
weight: 16
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
field_partenaires:
|
||||
weight: 16
|
||||
settings:
|
||||
title: Paragraph
|
||||
title_plural: Paragraphs
|
||||
@ -223,24 +186,24 @@ content:
|
||||
form_display_mode: default
|
||||
default_paragraph_type: ''
|
||||
third_party_settings: { }
|
||||
field_pieces_jointes:
|
||||
type: file_generic
|
||||
weight: 14
|
||||
type: entity_reference_paragraphs
|
||||
region: content
|
||||
field_pieces_jointes:
|
||||
weight: 14
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
third_party_settings: { }
|
||||
field_poid:
|
||||
type: number
|
||||
weight: 11
|
||||
type: file_generic
|
||||
region: content
|
||||
field_poid:
|
||||
weight: 11
|
||||
settings:
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_textes:
|
||||
type: entity_reference_paragraphs
|
||||
weight: 12
|
||||
type: number
|
||||
region: content
|
||||
field_textes:
|
||||
weight: 12
|
||||
settings:
|
||||
title: Paragraph
|
||||
title_plural: Paragraphs
|
||||
@ -249,19 +212,21 @@ content:
|
||||
form_display_mode: default
|
||||
default_paragraph_type: ''
|
||||
third_party_settings: { }
|
||||
type: entity_reference_paragraphs
|
||||
region: content
|
||||
promote:
|
||||
type: boolean_checkbox
|
||||
weight: 4
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
weight: 4
|
||||
region: content
|
||||
third_party_settings: { }
|
||||
status:
|
||||
type: boolean_checkbox
|
||||
weight: 8
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
weight: 8
|
||||
region: content
|
||||
third_party_settings: { }
|
||||
title:
|
||||
type: string_textfield
|
||||
@ -274,12 +239,12 @@ content:
|
||||
uid:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 2
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
match_limit: 10
|
||||
region: content
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
body: true
|
||||
|
@ -35,43 +35,43 @@ third_party_settings:
|
||||
- group_equipes
|
||||
- group_partenaires
|
||||
- group_media
|
||||
label: tabs
|
||||
region: content
|
||||
parent_name: ''
|
||||
weight: 20
|
||||
format_type: tabs
|
||||
region: content
|
||||
format_settings:
|
||||
classes: ''
|
||||
id: ''
|
||||
classes: ''
|
||||
direction: horizontal
|
||||
label: tabs
|
||||
group_equipes:
|
||||
children:
|
||||
- field_equipes
|
||||
label: Équipes
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 21
|
||||
format_type: tab
|
||||
region: content
|
||||
format_settings:
|
||||
classes: ''
|
||||
id: ''
|
||||
formatter: closed
|
||||
classes: ''
|
||||
description: ''
|
||||
formatter: closed
|
||||
required_fields: true
|
||||
label: Équipes
|
||||
group_partenaires:
|
||||
children:
|
||||
- field_partenaires
|
||||
label: Partenaires
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 22
|
||||
format_type: tab
|
||||
region: content
|
||||
format_settings:
|
||||
classes: ''
|
||||
id: ''
|
||||
formatter: closed
|
||||
classes: ''
|
||||
description: ''
|
||||
formatter: closed
|
||||
required_fields: true
|
||||
label: Partenaires
|
||||
group_liens:
|
||||
children:
|
||||
- field_ville
|
||||
@ -79,78 +79,78 @@ third_party_settings:
|
||||
- field_projets_lies
|
||||
- field_evenements_lies
|
||||
- field_ressources_liees
|
||||
label: Liens
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 20
|
||||
format_type: tab
|
||||
region: content
|
||||
format_settings:
|
||||
classes: ''
|
||||
id: ''
|
||||
formatter: closed
|
||||
classes: ''
|
||||
description: ''
|
||||
formatter: closed
|
||||
required_fields: true
|
||||
label: Liens
|
||||
group_principal:
|
||||
children:
|
||||
- body
|
||||
- field_image
|
||||
label: Principal
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 18
|
||||
format_type: tab
|
||||
region: content
|
||||
format_settings:
|
||||
classes: ''
|
||||
id: ''
|
||||
formatter: closed
|
||||
classes: ''
|
||||
description: ''
|
||||
formatter: closed
|
||||
required_fields: true
|
||||
label: Principal
|
||||
group_details:
|
||||
children:
|
||||
- status
|
||||
- promote
|
||||
- field_memo
|
||||
label: Details
|
||||
region: content
|
||||
parent_name: ''
|
||||
weight: 20
|
||||
format_type: details_sidebar
|
||||
region: content
|
||||
format_settings:
|
||||
classes: ''
|
||||
id: ''
|
||||
open: true
|
||||
description: ''
|
||||
required_fields: true
|
||||
open: true
|
||||
weight: 0
|
||||
required_fields: true
|
||||
id: ''
|
||||
classes: ''
|
||||
label: Details
|
||||
group_textes:
|
||||
children:
|
||||
- field_textes
|
||||
label: Textes
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 19
|
||||
format_type: tab
|
||||
region: content
|
||||
format_settings:
|
||||
classes: ''
|
||||
id: ''
|
||||
formatter: closed
|
||||
classes: ''
|
||||
description: ''
|
||||
formatter: closed
|
||||
required_fields: true
|
||||
label: Textes
|
||||
group_media:
|
||||
children:
|
||||
- field_diaporama
|
||||
label: Media
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 23
|
||||
format_type: tab
|
||||
region: content
|
||||
format_settings:
|
||||
classes: ''
|
||||
show_empty_fields: false
|
||||
id: ''
|
||||
formatter: closed
|
||||
classes: ''
|
||||
description: ''
|
||||
formatter: closed
|
||||
required_fields: true
|
||||
label: Media
|
||||
id: node.theme.default
|
||||
targetEntityType: node
|
||||
bundle: theme
|
||||
@ -159,107 +159,106 @@ content:
|
||||
body:
|
||||
type: text_textarea_with_summary
|
||||
weight: 121
|
||||
region: content
|
||||
settings:
|
||||
rows: 9
|
||||
summary_rows: 3
|
||||
placeholder: ''
|
||||
show_summary: false
|
||||
third_party_settings: { }
|
||||
field_diaporama:
|
||||
type: image_image
|
||||
weight: 137
|
||||
region: content
|
||||
field_diaporama:
|
||||
weight: 137
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
preview_image_style: thumbnail
|
||||
third_party_settings: { }
|
||||
field_equipes:
|
||||
type: inline_entity_form_simple
|
||||
weight: 129
|
||||
type: image_image
|
||||
region: content
|
||||
field_equipes:
|
||||
weight: 129
|
||||
settings:
|
||||
form_mode: default
|
||||
revision: false
|
||||
override_labels: false
|
||||
label_singular: ''
|
||||
label_plural: ''
|
||||
collapsible: false
|
||||
collapsed: false
|
||||
revision: false
|
||||
third_party_settings: { }
|
||||
field_evenements_lies:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 135
|
||||
type: inline_entity_form_simple
|
||||
region: content
|
||||
field_evenements_lies:
|
||||
weight: 135
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_image:
|
||||
type: image_image
|
||||
weight: 122
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
field_image:
|
||||
weight: 122
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
preview_image_style: thumbnail
|
||||
third_party_settings: { }
|
||||
field_memo:
|
||||
type: string_textarea
|
||||
weight: 2
|
||||
type: image_image
|
||||
region: content
|
||||
field_memo:
|
||||
weight: 2
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_partenaires:
|
||||
type: inline_entity_form_simple
|
||||
weight: 130
|
||||
type: string_textarea
|
||||
region: content
|
||||
field_partenaires:
|
||||
weight: 130
|
||||
settings:
|
||||
form_mode: default
|
||||
revision: false
|
||||
override_labels: false
|
||||
label_singular: ''
|
||||
label_plural: ''
|
||||
collapsible: false
|
||||
collapsed: false
|
||||
revision: false
|
||||
third_party_settings: { }
|
||||
type: inline_entity_form_simple
|
||||
region: content
|
||||
field_programme:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 0
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
field_projets_lies:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 134
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_ressources_liees:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 136
|
||||
region: content
|
||||
field_ressources_liees:
|
||||
weight: 136
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
field_textes:
|
||||
type: paragraphs
|
||||
weight: 131
|
||||
region: content
|
||||
settings:
|
||||
title: Paragraph
|
||||
title_plural: Paragraphs
|
||||
@ -274,36 +273,37 @@ content:
|
||||
collapse_edit_all: collapse_edit_all
|
||||
duplicate: duplicate
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
field_themes_lies:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 133
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
field_type_de_theme:
|
||||
type: entity_reference_autocomplete
|
||||
weight: -1
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_ville:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 132
|
||||
region: content
|
||||
field_ville:
|
||||
weight: 132
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
promote:
|
||||
type: boolean_checkbox
|
||||
weight: 1
|
||||
|
@ -4,7 +4,6 @@ status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.paragraph.doc_and_thumb.field_document
|
||||
- field.field.paragraph.doc_and_thumb.field_texte
|
||||
- field.field.paragraph.doc_and_thumb.field_titre
|
||||
- field.field.paragraph.doc_and_thumb.field_vignette
|
||||
- image.style.thumbnail
|
||||
@ -12,45 +11,34 @@ dependencies:
|
||||
module:
|
||||
- file
|
||||
- image
|
||||
- text
|
||||
id: paragraph.doc_and_thumb.default
|
||||
targetEntityType: paragraph
|
||||
bundle: doc_and_thumb
|
||||
mode: default
|
||||
content:
|
||||
field_document:
|
||||
type: file_generic
|
||||
weight: 2
|
||||
region: content
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
third_party_settings: { }
|
||||
field_texte:
|
||||
type: text_textarea_with_summary
|
||||
weight: 3
|
||||
type: file_generic
|
||||
region: content
|
||||
settings:
|
||||
rows: 9
|
||||
summary_rows: 3
|
||||
placeholder: ''
|
||||
show_summary: false
|
||||
third_party_settings: { }
|
||||
field_titre:
|
||||
type: string_textfield
|
||||
weight: 1
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_vignette:
|
||||
type: image_image
|
||||
weight: 0
|
||||
type: string_textfield
|
||||
region: content
|
||||
field_vignette:
|
||||
weight: 0
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
preview_image_style: thumbnail
|
||||
third_party_settings: { }
|
||||
type: image_image
|
||||
region: content
|
||||
hidden:
|
||||
created: true
|
||||
status: true
|
||||
|
@ -18,7 +18,6 @@ content:
|
||||
field_membres:
|
||||
type: paragraphs
|
||||
weight: 2
|
||||
region: content
|
||||
settings:
|
||||
title: Paragraph
|
||||
title_plural: Paragraphs
|
||||
@ -33,22 +32,23 @@ content:
|
||||
collapse_edit_all: collapse_edit_all
|
||||
duplicate: duplicate
|
||||
third_party_settings: { }
|
||||
field_texte_intro:
|
||||
type: text_textarea
|
||||
weight: 1
|
||||
region: content
|
||||
field_texte_intro:
|
||||
weight: 1
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_type_equipe:
|
||||
type: string_textfield
|
||||
weight: 0
|
||||
type: text_textarea
|
||||
region: content
|
||||
field_type_equipe:
|
||||
weight: 0
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: string_textfield
|
||||
region: content
|
||||
hidden:
|
||||
created: true
|
||||
status: true
|
||||
|
@ -1,44 +0,0 @@
|
||||
uuid: 9d686343-17ec-41e7-a445-ee0ce6c9bcfa
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.paragraph.groupe_document.field_documents
|
||||
- field.field.paragraph.groupe_document.field_titre
|
||||
- paragraphs.paragraphs_type.groupe_document
|
||||
module:
|
||||
- paragraphs
|
||||
id: paragraph.groupe_document.default
|
||||
targetEntityType: paragraph
|
||||
bundle: groupe_document
|
||||
mode: default
|
||||
content:
|
||||
field_documents:
|
||||
type: paragraphs
|
||||
weight: 1
|
||||
region: content
|
||||
settings:
|
||||
title: Paragraph
|
||||
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
|
@ -7,6 +7,7 @@ dependencies:
|
||||
- field.field.paragraph.partenaires.field_lien
|
||||
- field.field.paragraph.partenaires.field_logo_partenaire
|
||||
- field.field.paragraph.partenaires.field_nom_partenaire
|
||||
- field.field.paragraph.partenaires.field_partenaires_enfants
|
||||
- field.field.paragraph.partenaires.field_presentation
|
||||
- image.style.thumbnail
|
||||
- paragraphs.paragraphs_type.partenaires
|
||||
@ -15,6 +16,7 @@ dependencies:
|
||||
- file
|
||||
- image
|
||||
- link
|
||||
- paragraphs
|
||||
- text
|
||||
third_party_settings:
|
||||
field_group:
|
||||
@ -22,15 +24,15 @@ third_party_settings:
|
||||
children:
|
||||
- group_partenaire
|
||||
- group_enfants
|
||||
label: Tabs
|
||||
region: content
|
||||
parent_name: ''
|
||||
weight: 20
|
||||
format_type: tabs
|
||||
region: content
|
||||
format_settings:
|
||||
classes: ''
|
||||
id: ''
|
||||
classes: ''
|
||||
direction: vertical
|
||||
label: Tabs
|
||||
group_partenaire:
|
||||
children:
|
||||
- field_nom_partenaire
|
||||
@ -38,75 +40,93 @@ third_party_settings:
|
||||
- field_presentation
|
||||
- field_lien
|
||||
- field_fichiers
|
||||
label: Partenaire
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 20
|
||||
format_type: tab
|
||||
region: content
|
||||
format_settings:
|
||||
classes: ''
|
||||
id: ''
|
||||
formatter: open
|
||||
classes: ''
|
||||
description: ''
|
||||
formatter: open
|
||||
required_fields: true
|
||||
label: Partenaire
|
||||
group_enfants:
|
||||
children:
|
||||
- field_partenaires_enfants
|
||||
label: Enfants
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 20
|
||||
format_type: tab
|
||||
region: content
|
||||
format_settings:
|
||||
classes: ''
|
||||
id: ''
|
||||
formatter: closed
|
||||
classes: ''
|
||||
description: ''
|
||||
formatter: closed
|
||||
required_fields: true
|
||||
label: Enfants
|
||||
id: paragraph.partenaires.default
|
||||
targetEntityType: paragraph
|
||||
bundle: partenaires
|
||||
mode: default
|
||||
content:
|
||||
field_fichiers:
|
||||
type: file_generic
|
||||
weight: 4
|
||||
region: content
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
third_party_settings: { }
|
||||
field_lien:
|
||||
type: link_default
|
||||
weight: 3
|
||||
type: file_generic
|
||||
region: content
|
||||
field_lien:
|
||||
weight: 3
|
||||
settings:
|
||||
placeholder_url: ''
|
||||
placeholder_title: ''
|
||||
third_party_settings: { }
|
||||
field_logo_partenaire:
|
||||
type: image_image
|
||||
weight: 1
|
||||
type: link_default
|
||||
region: content
|
||||
field_logo_partenaire:
|
||||
weight: 1
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
preview_image_style: thumbnail
|
||||
third_party_settings: { }
|
||||
field_nom_partenaire:
|
||||
type: string_textfield
|
||||
weight: 0
|
||||
type: image_image
|
||||
region: content
|
||||
field_nom_partenaire:
|
||||
weight: 0
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_presentation:
|
||||
type: text_textarea
|
||||
weight: 2
|
||||
type: string_textfield
|
||||
region: content
|
||||
field_partenaires_enfants:
|
||||
type: paragraphs
|
||||
weight: 0
|
||||
region: content
|
||||
settings:
|
||||
title: Paragraph
|
||||
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_presentation:
|
||||
weight: 2
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: text_textarea
|
||||
region: content
|
||||
hidden:
|
||||
created: true
|
||||
status: true
|
||||
|
@ -3,69 +3,51 @@ langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.paragraph.personne.field_courriel
|
||||
- field.field.paragraph.personne.field_fonction
|
||||
- field.field.paragraph.personne.field_nom
|
||||
- field.field.paragraph.personne.field_photo
|
||||
- field.field.paragraph.personne.field_prenom
|
||||
- field.field.paragraph.personne.field_telephone
|
||||
- image.style.thumbnail
|
||||
- paragraphs.paragraphs_type.personne
|
||||
module:
|
||||
- image
|
||||
- telephone
|
||||
id: paragraph.personne.default
|
||||
targetEntityType: paragraph
|
||||
bundle: personne
|
||||
mode: default
|
||||
content:
|
||||
field_courriel:
|
||||
type: email_default
|
||||
weight: 5
|
||||
region: content
|
||||
settings:
|
||||
placeholder: ''
|
||||
size: 60
|
||||
third_party_settings: { }
|
||||
field_fonction:
|
||||
type: string_textfield
|
||||
weight: 2
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_nom:
|
||||
type: string_textfield
|
||||
weight: 1
|
||||
region: content
|
||||
field_nom:
|
||||
weight: 1
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_photo:
|
||||
type: image_image
|
||||
weight: 3
|
||||
type: string_textfield
|
||||
region: content
|
||||
field_photo:
|
||||
weight: 3
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
preview_image_style: thumbnail
|
||||
third_party_settings: { }
|
||||
field_prenom:
|
||||
type: string_textfield
|
||||
weight: 0
|
||||
type: image_image
|
||||
region: content
|
||||
field_prenom:
|
||||
weight: 0
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_telephone:
|
||||
type: telephone_default
|
||||
weight: 4
|
||||
type: string_textfield
|
||||
region: content
|
||||
settings:
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
created: true
|
||||
status: true
|
||||
|
@ -16,7 +16,6 @@ content:
|
||||
field_sous_partie_contenus:
|
||||
type: paragraphs
|
||||
weight: 1
|
||||
region: content
|
||||
settings:
|
||||
title: Paragraph
|
||||
title_plural: Paragraphs
|
||||
@ -31,14 +30,15 @@ content:
|
||||
collapse_edit_all: collapse_edit_all
|
||||
duplicate: duplicate
|
||||
third_party_settings: { }
|
||||
field_titre:
|
||||
type: string_textfield
|
||||
weight: 0
|
||||
region: content
|
||||
field_titre:
|
||||
weight: 0
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: string_textfield
|
||||
region: content
|
||||
hidden:
|
||||
created: true
|
||||
status: true
|
||||
|
@ -16,77 +16,77 @@ third_party_settings:
|
||||
children:
|
||||
- group_infos
|
||||
- group_liens
|
||||
label: Tabs
|
||||
region: content
|
||||
parent_name: ''
|
||||
weight: 20
|
||||
format_type: tabs
|
||||
region: content
|
||||
format_settings:
|
||||
classes: ''
|
||||
id: ''
|
||||
classes: ''
|
||||
direction: vertical
|
||||
label: Tabs
|
||||
group_infos:
|
||||
children:
|
||||
- field_titre
|
||||
- field_texte
|
||||
label: Infos
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 20
|
||||
format_type: tab
|
||||
region: content
|
||||
format_settings:
|
||||
classes: ''
|
||||
id: ''
|
||||
formatter: open
|
||||
classes: ''
|
||||
description: ''
|
||||
formatter: open
|
||||
required_fields: true
|
||||
label: Infos
|
||||
group_liens:
|
||||
children:
|
||||
- field_liste_contenus
|
||||
label: Liens
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 21
|
||||
format_type: tab
|
||||
region: content
|
||||
format_settings:
|
||||
classes: ''
|
||||
id: ''
|
||||
formatter: closed
|
||||
classes: ''
|
||||
description: ''
|
||||
formatter: closed
|
||||
required_fields: true
|
||||
label: Liens
|
||||
id: paragraph.sous_partie_programme_contents.default
|
||||
targetEntityType: paragraph
|
||||
bundle: sous_partie_programme_contents
|
||||
mode: default
|
||||
content:
|
||||
field_liste_contenus:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 2
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_texte:
|
||||
type: text_textarea_with_summary
|
||||
weight: 1
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
field_texte:
|
||||
weight: 1
|
||||
settings:
|
||||
rows: 9
|
||||
summary_rows: 3
|
||||
placeholder: ''
|
||||
show_summary: false
|
||||
third_party_settings: { }
|
||||
field_titre:
|
||||
type: string_textfield
|
||||
weight: 0
|
||||
type: text_textarea_with_summary
|
||||
region: content
|
||||
field_titre:
|
||||
weight: 0
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: string_textfield
|
||||
region: content
|
||||
hidden:
|
||||
created: true
|
||||
status: true
|
||||
|
@ -3,14 +3,12 @@ langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.paragraph.textes.field_document
|
||||
- field.field.paragraph.textes.field_photo
|
||||
- field.field.paragraph.textes.field_texte
|
||||
- field.field.paragraph.textes.field_titre
|
||||
- image.style.thumbnail
|
||||
- paragraphs.paragraphs_type.textes
|
||||
module:
|
||||
- file
|
||||
- image
|
||||
- text
|
||||
id: paragraph.textes.default
|
||||
@ -18,39 +16,32 @@ targetEntityType: paragraph
|
||||
bundle: textes
|
||||
mode: default
|
||||
content:
|
||||
field_document:
|
||||
type: file_generic
|
||||
weight: 3
|
||||
region: content
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
third_party_settings: { }
|
||||
field_photo:
|
||||
type: image_image
|
||||
weight: 2
|
||||
region: content
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
preview_image_style: thumbnail
|
||||
third_party_settings: { }
|
||||
field_texte:
|
||||
type: text_textarea_with_summary
|
||||
weight: 1
|
||||
type: image_image
|
||||
region: content
|
||||
field_texte:
|
||||
weight: 1
|
||||
settings:
|
||||
rows: 9
|
||||
summary_rows: 3
|
||||
placeholder: ''
|
||||
show_summary: false
|
||||
third_party_settings: { }
|
||||
field_titre:
|
||||
type: string_textfield
|
||||
weight: 0
|
||||
type: text_textarea_with_summary
|
||||
region: content
|
||||
field_titre:
|
||||
weight: 0
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: string_textfield
|
||||
region: content
|
||||
hidden:
|
||||
created: true
|
||||
status: true
|
||||
|
@ -15,19 +15,19 @@ third_party_settings:
|
||||
field_group:
|
||||
group_details:
|
||||
children: { }
|
||||
label: Details
|
||||
region: hidden
|
||||
parent_name: ''
|
||||
weight: 7
|
||||
format_type: details_sidebar
|
||||
region: hidden
|
||||
format_settings:
|
||||
classes: ''
|
||||
show_empty_fields: false
|
||||
id: ''
|
||||
open: false
|
||||
classes: ''
|
||||
description: ''
|
||||
open: false
|
||||
required_fields: true
|
||||
weight: 0
|
||||
label: Details
|
||||
id: taxonomy_term.collection.default
|
||||
targetEntityType: taxonomy_term
|
||||
bundle: collection
|
||||
@ -38,23 +38,23 @@ content:
|
||||
weight: 3
|
||||
region: content
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
rows: 5
|
||||
third_party_settings: { }
|
||||
field_image:
|
||||
type: image_image
|
||||
weight: 1
|
||||
region: content
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
preview_image_style: thumbnail
|
||||
third_party_settings: { }
|
||||
field_programmes:
|
||||
type: options_select
|
||||
weight: 2
|
||||
type: image_image
|
||||
region: content
|
||||
field_programmes:
|
||||
weight: 2
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_select
|
||||
region: content
|
||||
name:
|
||||
type: string_textfield
|
||||
weight: 0
|
||||
|
@ -21,22 +21,22 @@ content:
|
||||
weight: 1
|
||||
region: content
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
rows: 5
|
||||
third_party_settings: { }
|
||||
field_adresse:
|
||||
type: address_default
|
||||
weight: 2
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_geofield:
|
||||
type: geofield_latlon
|
||||
weight: 3
|
||||
type: address_default
|
||||
region: content
|
||||
field_geofield:
|
||||
weight: 3
|
||||
settings:
|
||||
html5_geolocation: false
|
||||
third_party_settings: { }
|
||||
type: geofield_latlon
|
||||
region: content
|
||||
langcode:
|
||||
type: language_select
|
||||
weight: 6
|
||||
@ -60,9 +60,9 @@ content:
|
||||
third_party_settings: { }
|
||||
status:
|
||||
type: boolean_checkbox
|
||||
weight: 4
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
weight: 4
|
||||
region: content
|
||||
third_party_settings: { }
|
||||
hidden: { }
|
||||
|
@ -7,7 +7,6 @@ dependencies:
|
||||
_core:
|
||||
default_config_hash: flXhTcp55yLcyy7ZLOhPGKGZobZQJdkAFVWV3LseiuI
|
||||
id: user.register
|
||||
label: "S'inscrire"
|
||||
description: ''
|
||||
label: 'S''inscrire'
|
||||
targetEntityType: user
|
||||
cache: true
|
||||
|
@ -13,11 +13,11 @@ bundle: custom
|
||||
mode: default
|
||||
content:
|
||||
body:
|
||||
type: text_default
|
||||
label: hidden
|
||||
type: text_default
|
||||
weight: 0
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
hidden:
|
||||
langcode: true
|
||||
|
@ -15,13 +15,11 @@ bundle: logo_block
|
||||
mode: default
|
||||
content:
|
||||
field_logo:
|
||||
type: image
|
||||
weight: 0
|
||||
label: visually_hidden
|
||||
settings:
|
||||
image_link: ''
|
||||
image_style: ''
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
image_link: ''
|
||||
third_party_settings:
|
||||
linked_field:
|
||||
linked: '1'
|
||||
@ -29,7 +27,7 @@ content:
|
||||
destination: field_link
|
||||
advanced: { }
|
||||
token: ''
|
||||
weight: 0
|
||||
type: image
|
||||
region: content
|
||||
hidden:
|
||||
field_link: true
|
||||
|
@ -12,7 +12,6 @@ dependencies:
|
||||
- field.field.node.actualite.field_memo
|
||||
- field.field.node.actualite.field_programme
|
||||
- field.field.node.actualite.field_projet
|
||||
- field.field.node.actualite.field_promu_en_page_programme
|
||||
- field.field.node.actualite.field_ressources_liees
|
||||
- field.field.node.actualite.field_sous_titre
|
||||
- field.field.node.actualite.field_theme
|
||||
@ -30,52 +29,49 @@ bundle: actualite
|
||||
mode: default
|
||||
content:
|
||||
body:
|
||||
type: text_default
|
||||
label: hidden
|
||||
type: text_default
|
||||
weight: 101
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 101
|
||||
region: content
|
||||
field_dates_actu:
|
||||
type: daterange_default
|
||||
weight: 114
|
||||
label: above
|
||||
settings:
|
||||
timezone_override: ''
|
||||
format_type: medium
|
||||
from_to: both
|
||||
separator: '-'
|
||||
format_type: medium
|
||||
timezone_override: ''
|
||||
third_party_settings: { }
|
||||
weight: 114
|
||||
type: daterange_default
|
||||
region: content
|
||||
field_evenements_lies:
|
||||
type: entity_reference_label
|
||||
weight: 109
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 109
|
||||
type: entity_reference_label
|
||||
region: content
|
||||
field_fichier:
|
||||
type: file_default
|
||||
weight: 107
|
||||
label: above
|
||||
settings:
|
||||
use_description_as_link_text: true
|
||||
third_party_settings: { }
|
||||
weight: 107
|
||||
type: file_default
|
||||
region: content
|
||||
field_image:
|
||||
type: image
|
||||
weight: 108
|
||||
label: above
|
||||
settings:
|
||||
image_link: ''
|
||||
image_style: ''
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
image_link: ''
|
||||
third_party_settings: { }
|
||||
weight: 108
|
||||
type: image
|
||||
region: content
|
||||
field_lien:
|
||||
type: link
|
||||
weight: 115
|
||||
label: above
|
||||
settings:
|
||||
trim_length: 80
|
||||
@ -84,69 +80,59 @@ content:
|
||||
rel: ''
|
||||
target: ''
|
||||
third_party_settings: { }
|
||||
weight: 115
|
||||
type: link
|
||||
region: content
|
||||
field_memo:
|
||||
type: basic_string
|
||||
weight: 113
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 113
|
||||
type: basic_string
|
||||
region: content
|
||||
field_programme:
|
||||
type: entity_reference_label
|
||||
weight: 102
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 102
|
||||
type: entity_reference_label
|
||||
region: content
|
||||
field_projet:
|
||||
type: entity_reference_label
|
||||
weight: 111
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 111
|
||||
region: content
|
||||
field_promu_en_page_programme:
|
||||
type: boolean
|
||||
label: above
|
||||
settings:
|
||||
format: default
|
||||
format_custom_false: ''
|
||||
format_custom_true: ''
|
||||
third_party_settings: { }
|
||||
weight: 116
|
||||
type: entity_reference_label
|
||||
region: content
|
||||
field_ressources_liees:
|
||||
type: entity_reference_label
|
||||
weight: 110
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 110
|
||||
type: entity_reference_label
|
||||
region: content
|
||||
field_sous_titre:
|
||||
type: string
|
||||
weight: 105
|
||||
label: above
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 105
|
||||
type: string
|
||||
region: content
|
||||
field_theme:
|
||||
type: entity_reference_label
|
||||
weight: 112
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 112
|
||||
type: entity_reference_label
|
||||
region: content
|
||||
links:
|
||||
weight: 100
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 100
|
||||
region: content
|
||||
hidden:
|
||||
langcode: true
|
||||
|
@ -13,7 +13,6 @@ dependencies:
|
||||
- field.field.node.actualite.field_memo
|
||||
- field.field.node.actualite.field_programme
|
||||
- field.field.node.actualite.field_projet
|
||||
- field.field.node.actualite.field_promu_en_page_programme
|
||||
- field.field.node.actualite.field_ressources_liees
|
||||
- field.field.node.actualite.field_sous_titre
|
||||
- field.field.node.actualite.field_theme
|
||||
@ -21,8 +20,15 @@ dependencies:
|
||||
- node.type.actualite
|
||||
module:
|
||||
- image
|
||||
- panelizer
|
||||
- smart_date
|
||||
- user
|
||||
third_party_settings:
|
||||
panelizer:
|
||||
enable: false
|
||||
custom: false
|
||||
allow: false
|
||||
default: default
|
||||
id: node.actualite.teaser
|
||||
targetEntityType: node
|
||||
bundle: actualite
|
||||
@ -30,44 +36,42 @@ mode: teaser
|
||||
content:
|
||||
field_dates_actu:
|
||||
type: smartdate_default
|
||||
weight: 2
|
||||
region: content
|
||||
label: visually_hidden
|
||||
settings:
|
||||
timezone_override: ''
|
||||
format_type: medium
|
||||
format: date_only
|
||||
force_chronological: false
|
||||
add_classes: false
|
||||
format_type: medium
|
||||
time_wrapper: true
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
region: content
|
||||
field_image:
|
||||
type: image
|
||||
label: hidden
|
||||
settings:
|
||||
image_link: content
|
||||
image_style: very_large
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
label: hidden
|
||||
settings:
|
||||
image_style: very_large
|
||||
image_link: content
|
||||
third_party_settings: { }
|
||||
field_programme:
|
||||
type: entity_reference_label
|
||||
weight: 0
|
||||
region: content
|
||||
label: hidden
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
field_sous_titre:
|
||||
type: string
|
||||
weight: 3
|
||||
region: content
|
||||
label: hidden
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 3
|
||||
region: content
|
||||
hidden:
|
||||
body: true
|
||||
field_evenements_lies: true
|
||||
@ -75,7 +79,6 @@ hidden:
|
||||
field_lien: true
|
||||
field_memo: true
|
||||
field_projet: true
|
||||
field_promu_en_page_programme: true
|
||||
field_ressources_liees: true
|
||||
field_theme: true
|
||||
langcode: true
|
||||
|
@ -16,15 +16,21 @@ dependencies:
|
||||
- field.field.node.evenement.field_partenaires
|
||||
- field.field.node.evenement.field_programme
|
||||
- field.field.node.evenement.field_projet
|
||||
- field.field.node.evenement.field_promu_en_page_programme
|
||||
- field.field.node.evenement.field_ressources_liees
|
||||
- field.field.node.evenement.field_sous_titre
|
||||
- field.field.node.evenement.field_theme
|
||||
- field.field.node.evenement.field_type_evenement
|
||||
- node.type.evenement
|
||||
module:
|
||||
- panelizer
|
||||
- smart_date
|
||||
- user
|
||||
third_party_settings:
|
||||
panelizer:
|
||||
enable: false
|
||||
custom: false
|
||||
allow: false
|
||||
default: default
|
||||
id: node.evenement.accroche_ss_image
|
||||
targetEntityType: node
|
||||
bundle: evenement
|
||||
@ -32,46 +38,46 @@ mode: accroche_ss_image
|
||||
content:
|
||||
field_date:
|
||||
type: smartdate_default
|
||||
weight: 1
|
||||
region: content
|
||||
label: hidden
|
||||
settings:
|
||||
timezone_override: ''
|
||||
format_type: medium
|
||||
format: date_only
|
||||
time_wrapper: true
|
||||
force_chronological: false
|
||||
add_classes: false
|
||||
time_wrapper: true
|
||||
format_type: medium
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
field_programme:
|
||||
type: entity_reference_label
|
||||
label: hidden
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
field_projet:
|
||||
type: entity_reference_label
|
||||
label: hidden
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
field_projet:
|
||||
type: entity_reference_label
|
||||
weight: 2
|
||||
region: content
|
||||
label: hidden
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
field_sous_titre:
|
||||
type: string
|
||||
weight: 3
|
||||
label: hidden
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 3
|
||||
type: string
|
||||
region: content
|
||||
links:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 4
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
body: true
|
||||
field_evenements_lies: true
|
||||
@ -82,7 +88,6 @@ hidden:
|
||||
field_memo: true
|
||||
field_organisateur: true
|
||||
field_partenaires: true
|
||||
field_promu_en_page_programme: true
|
||||
field_ressources_liees: true
|
||||
field_theme: true
|
||||
field_type_evenement: true
|
||||
|
@ -15,7 +15,6 @@ dependencies:
|
||||
- field.field.node.evenement.field_partenaires
|
||||
- field.field.node.evenement.field_programme
|
||||
- field.field.node.evenement.field_projet
|
||||
- field.field.node.evenement.field_promu_en_page_programme
|
||||
- field.field.node.evenement.field_ressources_liees
|
||||
- field.field.node.evenement.field_sous_titre
|
||||
- field.field.node.evenement.field_theme
|
||||
@ -27,65 +26,70 @@ dependencies:
|
||||
- file
|
||||
- image
|
||||
- link
|
||||
- panelizer
|
||||
- text
|
||||
- user
|
||||
third_party_settings:
|
||||
panelizer:
|
||||
enable: false
|
||||
custom: false
|
||||
allow: false
|
||||
default: default
|
||||
id: node.evenement.default
|
||||
targetEntityType: node
|
||||
bundle: evenement
|
||||
mode: default
|
||||
content:
|
||||
body:
|
||||
type: text_default
|
||||
label: hidden
|
||||
type: text_default
|
||||
weight: 101
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 101
|
||||
region: content
|
||||
field_date:
|
||||
type: datetime_default
|
||||
weight: 109
|
||||
label: above
|
||||
settings:
|
||||
timezone_override: ''
|
||||
format_type: medium
|
||||
timezone_override: ''
|
||||
third_party_settings: { }
|
||||
weight: 109
|
||||
type: datetime_default
|
||||
region: content
|
||||
field_evenements_lies:
|
||||
type: entity_reference_label
|
||||
weight: 115
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 115
|
||||
type: entity_reference_label
|
||||
region: content
|
||||
field_fichier:
|
||||
type: file_default
|
||||
weight: 110
|
||||
label: above
|
||||
settings:
|
||||
use_description_as_link_text: true
|
||||
third_party_settings: { }
|
||||
weight: 110
|
||||
type: file_default
|
||||
region: content
|
||||
field_image:
|
||||
type: image
|
||||
weight: 111
|
||||
label: above
|
||||
settings:
|
||||
image_link: ''
|
||||
image_style: ''
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
image_link: ''
|
||||
third_party_settings: { }
|
||||
weight: 111
|
||||
type: image
|
||||
region: content
|
||||
field_intro:
|
||||
type: text_default
|
||||
weight: 102
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 102
|
||||
type: text_default
|
||||
region: content
|
||||
field_lien:
|
||||
type: link
|
||||
weight: 113
|
||||
label: above
|
||||
settings:
|
||||
trim_length: 80
|
||||
@ -94,94 +98,84 @@ content:
|
||||
rel: ''
|
||||
target: ''
|
||||
third_party_settings: { }
|
||||
weight: 113
|
||||
type: link
|
||||
region: content
|
||||
field_memo:
|
||||
type: basic_string
|
||||
weight: 118
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 118
|
||||
type: basic_string
|
||||
region: content
|
||||
field_organisateur:
|
||||
type: text_default
|
||||
weight: 108
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 108
|
||||
type: text_default
|
||||
region: content
|
||||
field_partenaires:
|
||||
type: entity_reference_revisions_entity_view
|
||||
weight: 112
|
||||
label: above
|
||||
settings:
|
||||
view_mode: default
|
||||
link: ''
|
||||
third_party_settings: { }
|
||||
weight: 112
|
||||
type: entity_reference_revisions_entity_view
|
||||
region: content
|
||||
field_programme:
|
||||
type: entity_reference_label
|
||||
weight: 104
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 104
|
||||
type: entity_reference_label
|
||||
region: content
|
||||
field_projet:
|
||||
type: entity_reference_label
|
||||
weight: 116
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 116
|
||||
region: content
|
||||
field_promu_en_page_programme:
|
||||
type: boolean
|
||||
label: above
|
||||
settings:
|
||||
format: default
|
||||
format_custom_false: ''
|
||||
format_custom_true: ''
|
||||
third_party_settings: { }
|
||||
weight: 119
|
||||
type: entity_reference_label
|
||||
region: content
|
||||
field_ressources_liees:
|
||||
type: entity_reference_label
|
||||
weight: 114
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 114
|
||||
type: entity_reference_label
|
||||
region: content
|
||||
field_sous_titre:
|
||||
type: string
|
||||
weight: 107
|
||||
label: above
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 107
|
||||
type: string
|
||||
region: content
|
||||
field_theme:
|
||||
type: entity_reference_label
|
||||
weight: 117
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 117
|
||||
type: entity_reference_label
|
||||
region: content
|
||||
field_type_evenement:
|
||||
type: entity_reference_label
|
||||
weight: 103
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 103
|
||||
type: entity_reference_label
|
||||
region: content
|
||||
links:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 100
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
langcode: true
|
||||
search_api_excerpt: true
|
||||
|
@ -16,7 +16,6 @@ dependencies:
|
||||
- field.field.node.evenement.field_partenaires
|
||||
- field.field.node.evenement.field_programme
|
||||
- field.field.node.evenement.field_projet
|
||||
- field.field.node.evenement.field_promu_en_page_programme
|
||||
- field.field.node.evenement.field_ressources_liees
|
||||
- field.field.node.evenement.field_sous_titre
|
||||
- field.field.node.evenement.field_theme
|
||||
@ -25,7 +24,14 @@ dependencies:
|
||||
- node.type.evenement
|
||||
module:
|
||||
- image
|
||||
- panelizer
|
||||
- user
|
||||
third_party_settings:
|
||||
panelizer:
|
||||
enable: false
|
||||
custom: false
|
||||
allow: false
|
||||
default: default
|
||||
id: node.evenement.teaser
|
||||
targetEntityType: node
|
||||
bundle: evenement
|
||||
@ -33,36 +39,34 @@ mode: teaser
|
||||
content:
|
||||
field_image:
|
||||
type: image
|
||||
label: hidden
|
||||
settings:
|
||||
image_link: content
|
||||
image_style: very_large
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
region: content
|
||||
label: hidden
|
||||
settings:
|
||||
image_style: very_large
|
||||
image_link: content
|
||||
third_party_settings: { }
|
||||
field_programme:
|
||||
type: entity_reference_label
|
||||
weight: 0
|
||||
region: content
|
||||
label: hidden
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
field_sous_titre:
|
||||
type: string
|
||||
weight: 1
|
||||
region: content
|
||||
label: hidden
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
links:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 3
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
body: true
|
||||
field_date: true
|
||||
@ -74,7 +78,6 @@ hidden:
|
||||
field_organisateur: true
|
||||
field_partenaires: true
|
||||
field_projet: true
|
||||
field_promu_en_page_programme: true
|
||||
field_ressources_liees: true
|
||||
field_theme: true
|
||||
field_type_evenement: true
|
||||
|
@ -1,37 +0,0 @@
|
||||
uuid: 081de4d4-1ad7-4163-857d-4e8226cf82a3
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.node.iframe.field_iframe
|
||||
- node.type.iframe
|
||||
module:
|
||||
- iframe
|
||||
- user
|
||||
id: node.iframe.default
|
||||
targetEntityType: node
|
||||
bundle: iframe
|
||||
mode: default
|
||||
content:
|
||||
field_iframe:
|
||||
type: iframe_only
|
||||
label: hidden
|
||||
settings:
|
||||
url: ''
|
||||
title: ''
|
||||
headerlevel: '3'
|
||||
class: ''
|
||||
frameborder: '0'
|
||||
scrolling: ''
|
||||
transparency: '0'
|
||||
allowfullscreen: '0'
|
||||
tokensupport: '0'
|
||||
width: ''
|
||||
height: ''
|
||||
third_party_settings: { }
|
||||
weight: 101
|
||||
region: content
|
||||
hidden:
|
||||
langcode: true
|
||||
links: true
|
||||
search_api_excerpt: true
|
@ -1,24 +0,0 @@
|
||||
uuid: f021abc2-af88-46e6-b661-5afea3651e4a
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- core.entity_view_mode.node.teaser
|
||||
- field.field.node.iframe.field_iframe
|
||||
- node.type.iframe
|
||||
module:
|
||||
- user
|
||||
id: node.iframe.teaser
|
||||
targetEntityType: node
|
||||
bundle: iframe
|
||||
mode: teaser
|
||||
content:
|
||||
links:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 100
|
||||
region: content
|
||||
hidden:
|
||||
field_iframe: true
|
||||
langcode: true
|
||||
search_api_excerpt: true
|
@ -16,75 +16,87 @@ dependencies:
|
||||
- node.type.programme
|
||||
module:
|
||||
- entity_reference_revisions
|
||||
- file
|
||||
- image
|
||||
- panelizer
|
||||
- text
|
||||
- user
|
||||
third_party_settings:
|
||||
panelizer:
|
||||
enable: false
|
||||
custom: false
|
||||
allow: false
|
||||
default: default
|
||||
id: node.programme.default
|
||||
targetEntityType: node
|
||||
bundle: programme
|
||||
mode: default
|
||||
content:
|
||||
body:
|
||||
type: text_default
|
||||
label: hidden
|
||||
type: text_default
|
||||
weight: 1
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
field_diaporama:
|
||||
type: image
|
||||
weight: 3
|
||||
label: hidden
|
||||
settings:
|
||||
image_link: ''
|
||||
image_style: ''
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
image_link: ''
|
||||
third_party_settings: { }
|
||||
weight: 3
|
||||
type: image
|
||||
region: content
|
||||
field_fichier:
|
||||
weight: 4
|
||||
label: hidden
|
||||
settings:
|
||||
use_description_as_link_text: true
|
||||
third_party_settings: { }
|
||||
type: file_default
|
||||
region: content
|
||||
field_logo:
|
||||
type: image
|
||||
weight: 7
|
||||
label: hidden
|
||||
settings:
|
||||
image_link: ''
|
||||
image_style: ''
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
image_link: ''
|
||||
third_party_settings: { }
|
||||
weight: 6
|
||||
type: image
|
||||
region: content
|
||||
field_partenaires:
|
||||
type: entity_reference_revisions_entity_view
|
||||
label: above
|
||||
weight: 5
|
||||
label: hidden
|
||||
settings:
|
||||
view_mode: default
|
||||
link: ''
|
||||
third_party_settings: { }
|
||||
weight: 4
|
||||
type: entity_reference_revisions_entity_view
|
||||
region: content
|
||||
field_sous_parties:
|
||||
type: entity_reference_revisions_entity_view
|
||||
weight: 6
|
||||
label: hidden
|
||||
settings:
|
||||
view_mode: default
|
||||
link: ''
|
||||
third_party_settings: { }
|
||||
weight: 5
|
||||
region: content
|
||||
field_textes:
|
||||
type: entity_reference_revisions_entity_view
|
||||
weight: 2
|
||||
label: hidden
|
||||
settings:
|
||||
view_mode: default
|
||||
link: ''
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
type: entity_reference_revisions_entity_view
|
||||
region: content
|
||||
links:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
computed_projets_reference: true
|
||||
computed_projets_references: true
|
||||
@ -92,7 +104,6 @@ hidden:
|
||||
computed_themes_references: true
|
||||
field_actif: true
|
||||
field_document: true
|
||||
field_fichier: true
|
||||
field_poid: true
|
||||
langcode: true
|
||||
search_api_excerpt: true
|
||||
|
@ -16,42 +16,49 @@ dependencies:
|
||||
- field.field.node.programme.field_textes
|
||||
- node.type.programme
|
||||
module:
|
||||
- panelizer
|
||||
- text
|
||||
- user
|
||||
third_party_settings:
|
||||
panelizer:
|
||||
enable: false
|
||||
custom: false
|
||||
allow: false
|
||||
default: default
|
||||
id: node.programme.teaser
|
||||
targetEntityType: node
|
||||
bundle: programme
|
||||
mode: teaser
|
||||
content:
|
||||
body:
|
||||
type: text_summary_or_trimmed
|
||||
label: hidden
|
||||
type: text_summary_or_trimmed
|
||||
weight: 101
|
||||
settings:
|
||||
trim_length: 600
|
||||
third_party_settings: { }
|
||||
weight: 101
|
||||
region: content
|
||||
computed_projets_references:
|
||||
type: entity_reference_label
|
||||
label: hidden
|
||||
weight: -5
|
||||
region: content
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: -5
|
||||
region: content
|
||||
type: entity_reference_label
|
||||
computed_themes_references:
|
||||
type: entity_reference_label
|
||||
label: hidden
|
||||
weight: -5
|
||||
region: content
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: -5
|
||||
region: content
|
||||
type: entity_reference_label
|
||||
links:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 100
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
field_actif: true
|
||||
field_diaporama: true
|
||||
|
@ -18,35 +18,40 @@ dependencies:
|
||||
- field.field.node.projet.field_partenaires
|
||||
- field.field.node.projet.field_programme
|
||||
- field.field.node.projet.field_projets_lies
|
||||
- field.field.node.projet.field_region
|
||||
- field.field.node.projet.field_ressources_liees
|
||||
- field.field.node.projet.field_textes
|
||||
- field.field.node.projet.field_themes_lies
|
||||
- field.field.node.projet.field_type_de_projet
|
||||
- field.field.node.projet.field_ville
|
||||
- node.type.projet
|
||||
module:
|
||||
- panelizer
|
||||
- text
|
||||
- user
|
||||
third_party_settings:
|
||||
panelizer:
|
||||
enable: false
|
||||
custom: false
|
||||
allow: false
|
||||
default: default
|
||||
id: node.projet.accroche_ss_image
|
||||
targetEntityType: node
|
||||
bundle: projet
|
||||
mode: accroche_ss_image
|
||||
content:
|
||||
body:
|
||||
type: text_default
|
||||
label: hidden
|
||||
type: text_default
|
||||
weight: 1
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
field_programme:
|
||||
type: entity_reference_label
|
||||
weight: 0
|
||||
label: hidden
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
type: entity_reference_label
|
||||
region: content
|
||||
hidden:
|
||||
field_actif: true
|
||||
@ -61,11 +66,9 @@ hidden:
|
||||
field_memo: true
|
||||
field_partenaires: true
|
||||
field_projets_lies: true
|
||||
field_region: true
|
||||
field_ressources_liees: true
|
||||
field_textes: true
|
||||
field_themes_lies: true
|
||||
field_type_de_projet: true
|
||||
field_ville: true
|
||||
langcode: true
|
||||
links: true
|
||||
|
@ -17,166 +17,153 @@ dependencies:
|
||||
- field.field.node.projet.field_partenaires
|
||||
- field.field.node.projet.field_programme
|
||||
- field.field.node.projet.field_projets_lies
|
||||
- field.field.node.projet.field_region
|
||||
- field.field.node.projet.field_ressources_liees
|
||||
- field.field.node.projet.field_textes
|
||||
- field.field.node.projet.field_themes_lies
|
||||
- field.field.node.projet.field_type_de_projet
|
||||
- field.field.node.projet.field_ville
|
||||
- node.type.projet
|
||||
module:
|
||||
- address
|
||||
- entity_reference_revisions
|
||||
- image
|
||||
- options
|
||||
- panelizer
|
||||
- text
|
||||
- user
|
||||
third_party_settings:
|
||||
panelizer:
|
||||
enable: false
|
||||
custom: false
|
||||
allow: false
|
||||
default: default
|
||||
id: node.projet.default
|
||||
targetEntityType: node
|
||||
bundle: projet
|
||||
mode: default
|
||||
content:
|
||||
body:
|
||||
type: text_default
|
||||
label: hidden
|
||||
type: text_default
|
||||
weight: 3
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 3
|
||||
region: content
|
||||
field_actif:
|
||||
type: boolean
|
||||
weight: 14
|
||||
label: above
|
||||
settings:
|
||||
format: default
|
||||
format_custom_false: ''
|
||||
format_custom_true: ''
|
||||
third_party_settings: { }
|
||||
weight: 14
|
||||
type: boolean
|
||||
region: content
|
||||
field_adresse:
|
||||
type: address_default
|
||||
weight: 12
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 12
|
||||
type: address_default
|
||||
region: content
|
||||
field_comparatifs_associes:
|
||||
type: entity_reference_label
|
||||
weight: 7
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 7
|
||||
type: entity_reference_label
|
||||
region: content
|
||||
field_diaporama:
|
||||
type: image
|
||||
weight: 2
|
||||
label: hidden
|
||||
settings:
|
||||
image_link: ''
|
||||
image_style: ''
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
image_link: ''
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
type: image
|
||||
region: content
|
||||
field_document:
|
||||
type: entity_reference_revisions_entity_view
|
||||
weight: 13
|
||||
label: above
|
||||
settings:
|
||||
view_mode: default
|
||||
link: ''
|
||||
third_party_settings: { }
|
||||
weight: 13
|
||||
type: entity_reference_revisions_entity_view
|
||||
region: content
|
||||
field_equipes:
|
||||
type: entity_reference_revisions_entity_view
|
||||
weight: 10
|
||||
label: above
|
||||
settings:
|
||||
view_mode: default
|
||||
link: ''
|
||||
third_party_settings: { }
|
||||
weight: 10
|
||||
region: content
|
||||
field_evenements_lies:
|
||||
type: entity_reference_label
|
||||
weight: 8
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 8
|
||||
type: entity_reference_label
|
||||
region: content
|
||||
field_partenaires:
|
||||
type: entity_reference_revisions_entity_view
|
||||
weight: 11
|
||||
label: above
|
||||
settings:
|
||||
view_mode: default
|
||||
link: ''
|
||||
third_party_settings: { }
|
||||
weight: 11
|
||||
region: content
|
||||
field_programme:
|
||||
type: entity_reference_label
|
||||
weight: 0
|
||||
label: hidden
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
type: entity_reference_label
|
||||
region: content
|
||||
field_projets_lies:
|
||||
type: entity_reference_label
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 5
|
||||
region: content
|
||||
field_region:
|
||||
type: entity_reference_label
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 16
|
||||
type: entity_reference_label
|
||||
region: content
|
||||
field_ressources_liees:
|
||||
type: entity_reference_label
|
||||
weight: 9
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 9
|
||||
type: entity_reference_label
|
||||
region: content
|
||||
field_textes:
|
||||
type: entity_reference_revisions_entity_view
|
||||
weight: 4
|
||||
label: hidden
|
||||
settings:
|
||||
view_mode: default
|
||||
link: ''
|
||||
third_party_settings: { }
|
||||
weight: 4
|
||||
type: entity_reference_revisions_entity_view
|
||||
region: content
|
||||
field_themes_lies:
|
||||
type: entity_reference_label
|
||||
weight: 6
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 6
|
||||
region: content
|
||||
field_type_de_projet:
|
||||
type: list_default
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 15
|
||||
type: entity_reference_label
|
||||
region: content
|
||||
field_ville:
|
||||
type: entity_reference_label
|
||||
weight: 1
|
||||
label: hidden
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
type: entity_reference_label
|
||||
region: content
|
||||
hidden:
|
||||
field_ge: true
|
||||
|
@ -18,50 +18,53 @@ dependencies:
|
||||
- field.field.node.projet.field_partenaires
|
||||
- field.field.node.projet.field_programme
|
||||
- field.field.node.projet.field_projets_lies
|
||||
- field.field.node.projet.field_region
|
||||
- field.field.node.projet.field_ressources_liees
|
||||
- field.field.node.projet.field_textes
|
||||
- field.field.node.projet.field_themes_lies
|
||||
- field.field.node.projet.field_type_de_projet
|
||||
- field.field.node.projet.field_ville
|
||||
- image.style.very_large
|
||||
- node.type.projet
|
||||
module:
|
||||
- image
|
||||
- panelizer
|
||||
- text
|
||||
- user
|
||||
third_party_settings:
|
||||
panelizer:
|
||||
enable: false
|
||||
custom: false
|
||||
allow: false
|
||||
default: default
|
||||
id: node.projet.teaser
|
||||
targetEntityType: node
|
||||
bundle: projet
|
||||
mode: teaser
|
||||
content:
|
||||
body:
|
||||
type: text_summary_or_trimmed
|
||||
label: hidden
|
||||
type: text_summary_or_trimmed
|
||||
weight: 2
|
||||
settings:
|
||||
trim_length: 600
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
region: content
|
||||
field_diaporama:
|
||||
type: image
|
||||
label: visually_hidden
|
||||
settings:
|
||||
image_link: content
|
||||
image_style: very_large
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
label: visually_hidden
|
||||
settings:
|
||||
image_style: very_large
|
||||
image_link: content
|
||||
third_party_settings: { }
|
||||
field_programme:
|
||||
type: entity_reference_label
|
||||
weight: 0
|
||||
region: content
|
||||
label: hidden
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
hidden:
|
||||
field_actif: true
|
||||
field_adresse: true
|
||||
@ -74,11 +77,9 @@ hidden:
|
||||
field_memo: true
|
||||
field_partenaires: true
|
||||
field_projets_lies: true
|
||||
field_region: true
|
||||
field_ressources_liees: true
|
||||
field_textes: true
|
||||
field_themes_lies: true
|
||||
field_type_de_projet: true
|
||||
field_ville: true
|
||||
langcode: true
|
||||
links: true
|
||||
|
@ -7,7 +7,6 @@ dependencies:
|
||||
- field.field.node.ressource.field_auteurs
|
||||
- field.field.node.ressource.field_collections
|
||||
- field.field.node.ressource.field_date_de_parution
|
||||
- field.field.node.ressource.field_diaporama
|
||||
- field.field.node.ressource.field_edition
|
||||
- field.field.node.ressource.field_evenements_lies
|
||||
- field.field.node.ressource.field_fichier
|
||||
@ -27,150 +26,143 @@ dependencies:
|
||||
- datetime
|
||||
- file
|
||||
- image
|
||||
- image_field_caption
|
||||
- panelizer
|
||||
- text
|
||||
- user
|
||||
- video_embed_field
|
||||
third_party_settings:
|
||||
panelizer:
|
||||
enable: false
|
||||
custom: false
|
||||
allow: false
|
||||
default: default
|
||||
id: node.ressource.default
|
||||
targetEntityType: node
|
||||
bundle: ressource
|
||||
mode: default
|
||||
content:
|
||||
body:
|
||||
type: text_default
|
||||
label: hidden
|
||||
type: text_default
|
||||
weight: 8
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 8
|
||||
region: content
|
||||
field_auteurs:
|
||||
type: text_default
|
||||
weight: 9
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 9
|
||||
type: text_default
|
||||
region: content
|
||||
field_collections:
|
||||
type: entity_reference_entity_view
|
||||
weight: 5
|
||||
label: above
|
||||
settings:
|
||||
view_mode: default
|
||||
link: true
|
||||
view_mode: default
|
||||
third_party_settings: { }
|
||||
weight: 5
|
||||
type: entity_reference_entity_view
|
||||
region: content
|
||||
field_date_de_parution:
|
||||
type: datetime_default
|
||||
label: hidden
|
||||
settings:
|
||||
timezone_override: ''
|
||||
format_type: medium
|
||||
third_party_settings: { }
|
||||
weight: 6
|
||||
region: content
|
||||
field_diaporama:
|
||||
type: image
|
||||
label: hidden
|
||||
settings:
|
||||
image_link: ''
|
||||
image_style: ''
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
format_type: medium
|
||||
timezone_override: ''
|
||||
third_party_settings: { }
|
||||
weight: 15
|
||||
type: datetime_default
|
||||
region: content
|
||||
field_edition:
|
||||
type: text_default
|
||||
weight: 10
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 10
|
||||
type: text_default
|
||||
region: content
|
||||
field_evenements_lies:
|
||||
type: entity_reference_label
|
||||
weight: 13
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 13
|
||||
type: entity_reference_label
|
||||
region: content
|
||||
field_fichier:
|
||||
type: file_default
|
||||
weight: 12
|
||||
label: above
|
||||
settings:
|
||||
use_description_as_link_text: true
|
||||
third_party_settings: { }
|
||||
weight: 12
|
||||
type: file_default
|
||||
region: content
|
||||
field_image:
|
||||
type: image_caption
|
||||
weight: 7
|
||||
label: hidden
|
||||
settings:
|
||||
image_style: ''
|
||||
image_link: ''
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
third_party_settings: { }
|
||||
weight: 7
|
||||
type: image
|
||||
region: content
|
||||
field_programme:
|
||||
type: entity_reference_label
|
||||
weight: 0
|
||||
label: hidden
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
type: entity_reference_label
|
||||
region: content
|
||||
field_projet:
|
||||
type: entity_reference_label
|
||||
weight: 1
|
||||
label: hidden
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
type: entity_reference_label
|
||||
region: content
|
||||
field_ressources_liees:
|
||||
type: entity_reference_label
|
||||
weight: 14
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 14
|
||||
type: entity_reference_label
|
||||
region: content
|
||||
field_sous_titre:
|
||||
type: string
|
||||
weight: 4
|
||||
label: hidden
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 4
|
||||
type: string
|
||||
region: content
|
||||
field_theme:
|
||||
type: entity_reference_label
|
||||
weight: 2
|
||||
label: hidden
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
type: entity_reference_label
|
||||
region: content
|
||||
field_type_de_ressource:
|
||||
type: entity_reference_label
|
||||
weight: 3
|
||||
label: hidden
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 3
|
||||
type: entity_reference_label
|
||||
region: content
|
||||
field_videos:
|
||||
type: video_embed_field_video
|
||||
weight: 11
|
||||
label: hidden
|
||||
settings:
|
||||
autoplay: true
|
||||
responsive: true
|
||||
width: 854
|
||||
height: 480
|
||||
autoplay: true
|
||||
third_party_settings: { }
|
||||
weight: 11
|
||||
type: video_embed_field_video
|
||||
region: content
|
||||
hidden:
|
||||
field_lien: true
|
||||
|
@ -8,7 +8,6 @@ dependencies:
|
||||
- field.field.node.ressource.field_auteurs
|
||||
- field.field.node.ressource.field_collections
|
||||
- field.field.node.ressource.field_date_de_parution
|
||||
- field.field.node.ressource.field_diaporama
|
||||
- field.field.node.ressource.field_edition
|
||||
- field.field.node.ressource.field_evenements_lies
|
||||
- field.field.node.ressource.field_fichier
|
||||
@ -27,8 +26,15 @@ dependencies:
|
||||
- node.type.ressource
|
||||
module:
|
||||
- image
|
||||
- panelizer
|
||||
- text
|
||||
- user
|
||||
third_party_settings:
|
||||
panelizer:
|
||||
enable: false
|
||||
custom: false
|
||||
allow: false
|
||||
default: default
|
||||
id: node.ressource.teaser
|
||||
targetEntityType: node
|
||||
bundle: ressource
|
||||
@ -36,58 +42,55 @@ mode: teaser
|
||||
content:
|
||||
field_auteurs:
|
||||
type: text_default
|
||||
label: hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
field_edition:
|
||||
type: text_default
|
||||
label: hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_edition:
|
||||
type: text_default
|
||||
weight: 4
|
||||
region: content
|
||||
label: hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_image:
|
||||
type: image
|
||||
label: hidden
|
||||
settings:
|
||||
image_link: content
|
||||
image_style: very_large
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
third_party_settings: { }
|
||||
weight: 5
|
||||
region: content
|
||||
label: hidden
|
||||
settings:
|
||||
image_style: very_large
|
||||
image_link: content
|
||||
third_party_settings: { }
|
||||
field_programme:
|
||||
type: entity_reference_label
|
||||
weight: 2
|
||||
region: content
|
||||
label: hidden
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
region: content
|
||||
field_sous_titre:
|
||||
type: string
|
||||
weight: 3
|
||||
region: content
|
||||
label: hidden
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 3
|
||||
region: content
|
||||
field_type_de_ressource:
|
||||
type: entity_reference_label
|
||||
weight: 0
|
||||
region: content
|
||||
label: hidden
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
hidden:
|
||||
body: true
|
||||
field_collections: true
|
||||
field_date_de_parution: true
|
||||
field_diaporama: true
|
||||
field_evenements_lies: true
|
||||
field_fichier: true
|
||||
field_lien: true
|
||||
|
@ -1,89 +0,0 @@
|
||||
uuid: a11d691a-ecdf-4ac7-82ac-a0eefe4f4304
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- core.entity_view_mode.node.third
|
||||
- field.field.node.ressource.body
|
||||
- field.field.node.ressource.field_auteurs
|
||||
- field.field.node.ressource.field_collections
|
||||
- field.field.node.ressource.field_date_de_parution
|
||||
- field.field.node.ressource.field_diaporama
|
||||
- field.field.node.ressource.field_edition
|
||||
- field.field.node.ressource.field_evenements_lies
|
||||
- field.field.node.ressource.field_fichier
|
||||
- field.field.node.ressource.field_image
|
||||
- field.field.node.ressource.field_lien
|
||||
- field.field.node.ressource.field_memo
|
||||
- field.field.node.ressource.field_poid
|
||||
- field.field.node.ressource.field_programme
|
||||
- field.field.node.ressource.field_projet
|
||||
- field.field.node.ressource.field_ressources_liees
|
||||
- field.field.node.ressource.field_sous_titre
|
||||
- field.field.node.ressource.field_theme
|
||||
- field.field.node.ressource.field_type_de_ressource
|
||||
- field.field.node.ressource.field_videos
|
||||
- image.style.large
|
||||
- node.type.ressource
|
||||
module:
|
||||
- image
|
||||
- text
|
||||
- user
|
||||
id: node.ressource.third
|
||||
targetEntityType: node
|
||||
bundle: ressource
|
||||
mode: third
|
||||
content:
|
||||
field_auteurs:
|
||||
type: text_default
|
||||
label: hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
region: content
|
||||
field_image:
|
||||
type: image
|
||||
label: hidden
|
||||
settings:
|
||||
image_link: ''
|
||||
image_style: large
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
field_sous_titre:
|
||||
type: string
|
||||
label: hidden
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 3
|
||||
region: content
|
||||
field_type_de_ressource:
|
||||
type: entity_reference_label
|
||||
label: hidden
|
||||
settings:
|
||||
link: false
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
hidden:
|
||||
body: true
|
||||
field_collections: true
|
||||
field_date_de_parution: true
|
||||
field_diaporama: true
|
||||
field_edition: true
|
||||
field_evenements_lies: true
|
||||
field_fichier: true
|
||||
field_lien: true
|
||||
field_memo: true
|
||||
field_poid: true
|
||||
field_programme: true
|
||||
field_projet: true
|
||||
field_ressources_liees: true
|
||||
field_theme: true
|
||||
field_videos: true
|
||||
langcode: true
|
||||
links: true
|
||||
search_api_excerpt: true
|
@ -5,7 +5,6 @@ dependencies:
|
||||
config:
|
||||
- field.field.node.static.body
|
||||
- field.field.node.static.field_equipes
|
||||
- field.field.node.static.field_groupe_documents
|
||||
- field.field.node.static.field_lien
|
||||
- field.field.node.static.field_memo
|
||||
- field.field.node.static.field_page_statique_liees
|
||||
@ -17,8 +16,15 @@ dependencies:
|
||||
module:
|
||||
- entity_reference_revisions
|
||||
- file
|
||||
- panelizer
|
||||
- text
|
||||
- user
|
||||
third_party_settings:
|
||||
panelizer:
|
||||
enable: false
|
||||
custom: false
|
||||
allow: false
|
||||
default: default
|
||||
_core:
|
||||
default_config_hash: oGSMA6gtfWJ1AlOJQfaQ3Qpi7ZarWaHqInUX9DaJLzo
|
||||
id: node.static.default
|
||||
@ -27,69 +33,60 @@ bundle: static
|
||||
mode: default
|
||||
content:
|
||||
body:
|
||||
type: text_default
|
||||
label: hidden
|
||||
type: text_default
|
||||
weight: 0
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
field_equipes:
|
||||
type: entity_reference_revisions_entity_view
|
||||
weight: 5
|
||||
label: above
|
||||
settings:
|
||||
view_mode: default
|
||||
link: ''
|
||||
third_party_settings: { }
|
||||
weight: 6
|
||||
region: content
|
||||
field_groupe_documents:
|
||||
type: entity_reference_revisions_entity_view
|
||||
label: above
|
||||
settings:
|
||||
view_mode: default
|
||||
link: ''
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
region: content
|
||||
field_page_statique_liees:
|
||||
type: entity_reference_label
|
||||
weight: 3
|
||||
label: hidden
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 4
|
||||
type: entity_reference_label
|
||||
region: content
|
||||
field_partenaires:
|
||||
type: entity_reference_revisions_entity_view
|
||||
weight: 6
|
||||
label: above
|
||||
settings:
|
||||
view_mode: default
|
||||
link: ''
|
||||
third_party_settings: { }
|
||||
weight: 7
|
||||
type: entity_reference_revisions_entity_view
|
||||
region: content
|
||||
field_pieces_jointes:
|
||||
type: file_default
|
||||
weight: 4
|
||||
label: above
|
||||
settings:
|
||||
use_description_as_link_text: true
|
||||
third_party_settings: { }
|
||||
weight: 5
|
||||
type: file_default
|
||||
region: content
|
||||
field_textes:
|
||||
type: entity_reference_revisions_entity_view
|
||||
weight: 1
|
||||
label: above
|
||||
settings:
|
||||
view_mode: default
|
||||
link: ''
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
type: entity_reference_revisions_entity_view
|
||||
region: content
|
||||
links:
|
||||
weight: 2
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 3
|
||||
region: content
|
||||
hidden:
|
||||
field_lien: true
|
||||
field_memo: true
|
||||
|
@ -6,7 +6,6 @@ dependencies:
|
||||
- core.entity_view_mode.node.full
|
||||
- field.field.node.static.body
|
||||
- field.field.node.static.field_equipes
|
||||
- field.field.node.static.field_groupe_documents
|
||||
- field.field.node.static.field_lien
|
||||
- field.field.node.static.field_memo
|
||||
- field.field.node.static.field_page_statique_liees
|
||||
@ -19,8 +18,15 @@ dependencies:
|
||||
- entity_reference_revisions
|
||||
- file
|
||||
- link
|
||||
- panelizer
|
||||
- text
|
||||
- user
|
||||
third_party_settings:
|
||||
panelizer:
|
||||
enable: false
|
||||
custom: false
|
||||
allow: false
|
||||
default: default
|
||||
_core:
|
||||
default_config_hash: oGSMA6gtfWJ1AlOJQfaQ3Qpi7ZarWaHqInUX9DaJLzo
|
||||
id: node.static.full
|
||||
@ -29,32 +35,23 @@ bundle: static
|
||||
mode: full
|
||||
content:
|
||||
body:
|
||||
type: text_default
|
||||
label: hidden
|
||||
type: text_default
|
||||
weight: 0
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
field_equipes:
|
||||
type: entity_reference_revisions_entity_view
|
||||
weight: 6
|
||||
label: above
|
||||
settings:
|
||||
view_mode: default
|
||||
link: ''
|
||||
third_party_settings: { }
|
||||
weight: 7
|
||||
region: content
|
||||
field_groupe_documents:
|
||||
type: entity_reference_revisions_entity_view
|
||||
label: hidden
|
||||
settings:
|
||||
view_mode: default
|
||||
link: ''
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
region: content
|
||||
field_lien:
|
||||
type: link
|
||||
weight: 4
|
||||
label: above
|
||||
settings:
|
||||
trim_length: 80
|
||||
@ -63,47 +60,47 @@ content:
|
||||
rel: ''
|
||||
target: ''
|
||||
third_party_settings: { }
|
||||
weight: 5
|
||||
type: link
|
||||
region: content
|
||||
field_page_statique_liees:
|
||||
type: entity_reference_label
|
||||
weight: 3
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 4
|
||||
type: entity_reference_label
|
||||
region: content
|
||||
field_partenaires:
|
||||
type: entity_reference_revisions_entity_view
|
||||
weight: 7
|
||||
label: above
|
||||
settings:
|
||||
view_mode: default
|
||||
link: ''
|
||||
third_party_settings: { }
|
||||
weight: 8
|
||||
type: entity_reference_revisions_entity_view
|
||||
region: content
|
||||
field_pieces_jointes:
|
||||
type: file_default
|
||||
weight: 5
|
||||
label: above
|
||||
settings:
|
||||
use_description_as_link_text: true
|
||||
third_party_settings: { }
|
||||
weight: 6
|
||||
type: file_default
|
||||
region: content
|
||||
field_textes:
|
||||
type: entity_reference_revisions_entity_view
|
||||
weight: 1
|
||||
label: hidden
|
||||
settings:
|
||||
view_mode: default
|
||||
link: ''
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
type: entity_reference_revisions_entity_view
|
||||
region: content
|
||||
links:
|
||||
weight: 2
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 3
|
||||
region: content
|
||||
hidden:
|
||||
field_memo: true
|
||||
field_poid: true
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user