Compare commits
No commits in common. "master" and "logos-footer" have entirely different histories.
master
...
logos-foot
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
.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
|
||||
|
@ -18,58 +18,37 @@
|
||||
"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.3",
|
||||
"drupal/core-project-message": "^9.3",
|
||||
"drupal/core-recommended": "^9.3",
|
||||
"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/metatag": "^1.21",
|
||||
"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/perimeter": "2.0.x-dev@dev",
|
||||
"drupal/robotstxt": "^1.4",
|
||||
"drupal/role_delegation": "^1.1",
|
||||
"drupal/selective_better_exposed_filters": "^3.0",
|
||||
"drupal/selective_better_exposed_filters": "2.x-dev@dev",
|
||||
"drupal/seo_checklist": "^5.1",
|
||||
"drupal/smart_date": "^4.0@beta",
|
||||
"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_dailymotion": "^1.2",
|
||||
"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",
|
||||
@ -78,7 +57,7 @@
|
||||
"conflict": {
|
||||
"drupal/drupal": "*"
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"minimum-stability": "stable",
|
||||
"prefer-stable": true,
|
||||
"config": {
|
||||
"sort-packages": true,
|
||||
@ -88,8 +67,7 @@
|
||||
"cweagans/composer-patches": true,
|
||||
"drupal/core-composer-scaffold": true,
|
||||
"drupal/core-project-message": true,
|
||||
"wikimedia/composer-merge-plugin": true,
|
||||
"php-http/discovery": true
|
||||
"wikimedia/composer-merge-plugin": true
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
@ -163,22 +141,17 @@
|
||||
},
|
||||
"patches": {
|
||||
"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-12-02/2429699-453-9.3.x.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"
|
||||
"add cartodb maps to leaflet_more_maps": "./patches/leaflet_more_maps_cartodb.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"
|
||||
"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/2022-05-22/2759445-86.patch"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
10073
composer.lock
generated
10073
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 +1,2 @@
|
||||
langcode: fr
|
||||
menu_depth: 4
|
||||
|
@ -1,5 +1,6 @@
|
||||
_core:
|
||||
default_config_hash: UiTY9bhUKWJOIWDlOKM3akeeyHuJJRspXETsv3SY6jw
|
||||
langcode: fr
|
||||
roles:
|
||||
admin: perm
|
||||
user: unsafe
|
||||
|
@ -1,4 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: Oe-fB2enOwHHacGGf5HLP31RdU9bEsQZ19YQ6AS8pjw
|
||||
langcode: fr
|
||||
enabled: true
|
||||
timeout: 172800
|
||||
|
@ -1,4 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: kxyrVqZ2uewqW3PUFj1ZDShD6MUbz5Yqnl3xyO3VXos
|
||||
langcode: fr
|
||||
enabled: false
|
||||
timeout: null
|
||||
|
@ -1,4 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: Oe-fB2enOwHHacGGf5HLP31RdU9bEsQZ19YQ6AS8pjw
|
||||
langcode: fr
|
||||
enabled: true
|
||||
timeout: 172800
|
||||
|
@ -1,4 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: kxyrVqZ2uewqW3PUFj1ZDShD6MUbz5Yqnl3xyO3VXos
|
||||
langcode: fr
|
||||
enabled: false
|
||||
timeout: null
|
||||
|
@ -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: ''
|
||||
|
@ -16,7 +16,7 @@ provider: null
|
||||
plugin: system_breadcrumb_block
|
||||
settings:
|
||||
id: system_breadcrumb_block
|
||||
label: "Fils d'ariane"
|
||||
label: 'Fils d''ariane'
|
||||
label_display: '0'
|
||||
provider: system
|
||||
visibility: { }
|
||||
|
@ -14,7 +14,7 @@ provider: null
|
||||
plugin: local_actions_block
|
||||
settings:
|
||||
id: local_actions_block
|
||||
label: "Actions d'administration principales"
|
||||
label: 'Actions d''administration principales'
|
||||
label_display: '0'
|
||||
provider: core
|
||||
visibility: { }
|
||||
|
@ -14,7 +14,7 @@ provider: null
|
||||
plugin: page_title_block
|
||||
settings:
|
||||
id: page_title_block
|
||||
label: 'Titre de la page'
|
||||
label: 'Titre de page'
|
||||
label_display: '0'
|
||||
provider: core
|
||||
visibility: { }
|
||||
|
@ -3,6 +3,7 @@ langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- context
|
||||
- system
|
||||
theme:
|
||||
- popsu
|
||||
@ -17,4 +18,12 @@ settings:
|
||||
label: 'Contenu de la page principale'
|
||||
label_display: visible
|
||||
provider: system
|
||||
visibility: { }
|
||||
visibility:
|
||||
view_inclusion:
|
||||
id: view_inclusion
|
||||
negate: null
|
||||
view_inclusion: { }
|
||||
request_path_exclusion:
|
||||
id: request_path_exclusion
|
||||
negate: null
|
||||
pages: ''
|
||||
|
@ -5,13 +5,14 @@ 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:
|
||||
@ -28,4 +29,12 @@ settings:
|
||||
expand_all_items: false
|
||||
parent: 'head:'
|
||||
suggestion: head
|
||||
visibility: { }
|
||||
visibility:
|
||||
view_inclusion:
|
||||
id: view_inclusion
|
||||
negate: null
|
||||
view_inclusion: { }
|
||||
request_path_exclusion:
|
||||
id: request_path_exclusion
|
||||
negate: null
|
||||
pages: ''
|
||||
|
@ -5,13 +5,14 @@ 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:
|
||||
@ -28,4 +29,12 @@ settings:
|
||||
expand_all_items: false
|
||||
parent: 'head:'
|
||||
suggestion: head
|
||||
visibility: { }
|
||||
visibility:
|
||||
view_inclusion:
|
||||
id: view_inclusion
|
||||
negate: null
|
||||
view_inclusion: { }
|
||||
request_path_exclusion:
|
||||
id: request_path_exclusion
|
||||
negate: null
|
||||
pages: ''
|
||||
|
@ -3,13 +3,14 @@ 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:
|
||||
@ -20,4 +21,12 @@ settings:
|
||||
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
|
||||
negate: null
|
||||
pages: ''
|
||||
|
@ -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,7 +12,7 @@ dependencies:
|
||||
id: logogouv
|
||||
theme: popsu
|
||||
region: header_top_left
|
||||
weight: -7
|
||||
weight: -4
|
||||
provider: null
|
||||
plugin: 'block_content:68fcdff8-7b8c-4414-a84b-6ce173b5dc8b'
|
||||
settings:
|
||||
|
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'
|
||||
label_display: '0'
|
||||
provider: block_content
|
||||
status: true
|
||||
info: ''
|
||||
view_mode: full
|
||||
visibility: { }
|
@ -12,7 +12,7 @@ dependencies:
|
||||
id: logopuca
|
||||
theme: popsu
|
||||
region: header_top_left
|
||||
weight: -6
|
||||
weight: -3
|
||||
provider: null
|
||||
plugin: 'block_content:52af228a-19dd-4eb5-bce4-6d7b3e4acff1'
|
||||
settings:
|
||||
|
@ -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
|
||||
@ -22,4 +23,12 @@ settings:
|
||||
status: true
|
||||
info: ''
|
||||
view_mode: full
|
||||
visibility: { }
|
||||
visibility:
|
||||
view_inclusion:
|
||||
id: view_inclusion
|
||||
negate: null
|
||||
view_inclusion: { }
|
||||
request_path_exclusion:
|
||||
id: request_path_exclusion
|
||||
negate: null
|
||||
pages: ''
|
||||
|
@ -5,6 +5,7 @@ dependencies:
|
||||
config:
|
||||
- system.menu.footer
|
||||
module:
|
||||
- context
|
||||
- menu_block
|
||||
theme:
|
||||
- popsu
|
||||
@ -28,4 +29,12 @@ settings:
|
||||
expand_all_items: false
|
||||
parent: 'footer:'
|
||||
suggestion: footer
|
||||
visibility: { }
|
||||
visibility:
|
||||
view_inclusion:
|
||||
id: view_inclusion
|
||||
negate: null
|
||||
view_inclusion: { }
|
||||
request_path_exclusion:
|
||||
id: request_path_exclusion
|
||||
negate: null
|
||||
pages: ''
|
||||
|
@ -6,6 +6,7 @@ dependencies:
|
||||
- 'block_content:custom:e0c66a5a-bc7a-4f4a-b6f1-7bec4b77ad78'
|
||||
module:
|
||||
- block_content
|
||||
- context
|
||||
theme:
|
||||
- popsu
|
||||
id: retrouveznoussurlesreseauxsociaux
|
||||
@ -22,4 +23,12 @@ settings:
|
||||
status: true
|
||||
info: ''
|
||||
view_mode: full
|
||||
visibility: { }
|
||||
visibility:
|
||||
view_inclusion:
|
||||
id: view_inclusion
|
||||
negate: null
|
||||
view_inclusion: { }
|
||||
request_path_exclusion:
|
||||
id: request_path_exclusion
|
||||
negate: null
|
||||
pages: ''
|
||||
|
@ -11,8 +11,8 @@ 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:
|
||||
@ -23,7 +23,6 @@ settings:
|
||||
context_mapping: { }
|
||||
views_label: ''
|
||||
items_per_page: none
|
||||
exposed: { }
|
||||
visibility:
|
||||
'entity_bundle:node':
|
||||
id: 'entity_bundle:node'
|
||||
|
@ -5,13 +5,14 @@ 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:
|
||||
@ -21,5 +22,12 @@ settings:
|
||||
provider: views
|
||||
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
|
||||
negate: null
|
||||
pages: ''
|
||||
|
@ -5,13 +5,14 @@ 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:
|
||||
@ -21,5 +22,12 @@ settings:
|
||||
provider: views
|
||||
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
|
||||
negate: null
|
||||
pages: ''
|
||||
|
@ -5,13 +5,14 @@ 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:
|
||||
@ -21,5 +22,12 @@ settings:
|
||||
provider: views
|
||||
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
|
||||
negate: null
|
||||
pages: ''
|
||||
|
@ -5,13 +5,14 @@ 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:
|
||||
@ -21,5 +22,12 @@ settings:
|
||||
provider: views
|
||||
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
|
||||
negate: null
|
||||
pages: ''
|
||||
|
@ -5,13 +5,14 @@ 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:
|
||||
@ -21,5 +22,12 @@ settings:
|
||||
provider: views
|
||||
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
|
||||
negate: null
|
||||
pages: ''
|
||||
|
@ -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,4 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: AF4cxceuiw6dhwOrF9ZgpyKC4xsWt4Yhvohb3WNgn8o
|
||||
langcode: fr
|
||||
auto_import: { }
|
||||
auto_export: { }
|
||||
|
@ -1,6 +1,6 @@
|
||||
_core:
|
||||
default_config_hash: UVH1aJ4b44UM-VdPVN7hNNuuVqfReJxwfVeDQH1Hvsk
|
||||
mode: simple
|
||||
langcode: fr
|
||||
ignored_config_entities:
|
||||
- domain_alias.settings
|
||||
- domain_site_settings.domainconfigsettings
|
||||
|
@ -1,5 +1,6 @@
|
||||
_core:
|
||||
default_config_hash: U69DBeuvXuNVOC15rVNaBjDPK2fWFbo9v4takdYSSO8
|
||||
langcode: fr
|
||||
default_form: feedback
|
||||
flood:
|
||||
limit: 5
|
||||
|
@ -1,5 +1,6 @@
|
||||
_core:
|
||||
default_config_hash: NDkHK4I7-fpBSVP6pPMg_MLvHZcjgriRzCSGA4vnpi8
|
||||
langcode: fr
|
||||
verbose: 0
|
||||
types:
|
||||
contact_message: { }
|
||||
|
@ -1,4 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: X-PFa6GhUhVBudfnAsBqaWn_qhxq0xTtg76HCEoibeQ
|
||||
langcode: fr
|
||||
content_lock_timeout_minutes: '30'
|
||||
content_lock_timeout_on_edit: 0
|
||||
|
@ -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,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: { }
|
@ -17,7 +17,6 @@ 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
|
||||
@ -48,7 +47,7 @@ third_party_settings:
|
||||
label: Tabs
|
||||
region: content
|
||||
parent_name: ''
|
||||
weight: 4
|
||||
weight: 3
|
||||
format_type: tabs
|
||||
format_settings:
|
||||
classes: ''
|
||||
@ -60,7 +59,7 @@ third_party_settings:
|
||||
label: Équipes
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 11
|
||||
weight: 10
|
||||
format_type: tab
|
||||
format_settings:
|
||||
classes: ''
|
||||
@ -74,7 +73,7 @@ third_party_settings:
|
||||
label: Partenaires
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 12
|
||||
weight: 11
|
||||
format_type: tab
|
||||
format_settings:
|
||||
classes: ''
|
||||
@ -106,7 +105,7 @@ third_party_settings:
|
||||
label: Liens
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 13
|
||||
weight: 12
|
||||
format_type: tab
|
||||
format_settings:
|
||||
classes: ''
|
||||
@ -121,7 +120,7 @@ third_party_settings:
|
||||
label: Media
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 15
|
||||
weight: 20
|
||||
format_type: tab
|
||||
format_settings:
|
||||
classes: ''
|
||||
@ -139,7 +138,7 @@ third_party_settings:
|
||||
label: Details
|
||||
region: content
|
||||
parent_name: ''
|
||||
weight: 5
|
||||
weight: 20
|
||||
format_type: details_sidebar
|
||||
format_settings:
|
||||
classes: ''
|
||||
@ -170,7 +169,7 @@ third_party_settings:
|
||||
label: Adresse
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 10
|
||||
weight: 9
|
||||
format_type: tab
|
||||
format_settings:
|
||||
classes: ''
|
||||
@ -267,7 +266,7 @@ content:
|
||||
third_party_settings: { }
|
||||
field_ge:
|
||||
type: geofield_latlon
|
||||
weight: 29
|
||||
weight: 28
|
||||
region: content
|
||||
settings:
|
||||
html5_geolocation: false
|
||||
@ -319,12 +318,6 @@ content:
|
||||
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
|
||||
|
@ -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
|
||||
@ -88,7 +88,6 @@ third_party_settings:
|
||||
group_media:
|
||||
children:
|
||||
- field_image
|
||||
- field_diaporama
|
||||
- field_videos
|
||||
- field_fichier
|
||||
label: Media
|
||||
@ -190,14 +189,6 @@ content:
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_diaporama:
|
||||
type: image_image
|
||||
weight: 131
|
||||
region: content
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
preview_image_style: thumbnail
|
||||
third_party_settings: { }
|
||||
field_edition:
|
||||
type: text_textarea
|
||||
weight: 128
|
||||
@ -218,11 +209,29 @@ content:
|
||||
third_party_settings: { }
|
||||
field_fichier:
|
||||
type: file_generic
|
||||
weight: 133
|
||||
weight: 132
|
||||
region: content
|
||||
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
|
||||
field_image:
|
||||
@ -233,6 +242,24 @@ content:
|
||||
progress_indicator: throbber
|
||||
preview_image_style: thumbnail
|
||||
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:
|
||||
@ -318,7 +345,7 @@ content:
|
||||
third_party_settings: { }
|
||||
field_videos:
|
||||
type: video_embed_field_textfield
|
||||
weight: 132
|
||||
weight: 131
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
|
@ -7,7 +7,6 @@ dependencies:
|
||||
_core:
|
||||
default_config_hash: flXhTcp55yLcyy7ZLOhPGKGZobZQJdkAFVWV3LseiuI
|
||||
id: user.register
|
||||
label: "S'inscrire"
|
||||
description: ''
|
||||
label: 'S''inscrire'
|
||||
targetEntityType: user
|
||||
cache: true
|
||||
|
@ -42,7 +42,6 @@ content:
|
||||
settings:
|
||||
timezone_override: ''
|
||||
format_type: medium
|
||||
from_to: both
|
||||
separator: '-'
|
||||
third_party_settings: { }
|
||||
weight: 114
|
||||
|
@ -21,8 +21,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
|
||||
|
@ -23,8 +23,15 @@ dependencies:
|
||||
- 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
|
||||
|
@ -27,8 +27,15 @@ 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
|
||||
|
@ -25,7 +25,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
|
||||
|
@ -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
|
@ -17,8 +17,15 @@ dependencies:
|
||||
module:
|
||||
- entity_reference_revisions
|
||||
- image
|
||||
- panelizer
|
||||
- text
|
||||
- user
|
||||
third_party_settings:
|
||||
panelizer:
|
||||
enable: false
|
||||
custom: false
|
||||
allow: false
|
||||
default: default
|
||||
id: node.programme.default
|
||||
targetEntityType: node
|
||||
bundle: programme
|
||||
@ -55,7 +62,7 @@ content:
|
||||
region: content
|
||||
field_partenaires:
|
||||
type: entity_reference_revisions_entity_view
|
||||
label: above
|
||||
label: hidden
|
||||
settings:
|
||||
view_mode: default
|
||||
link: ''
|
||||
|
@ -16,8 +16,15 @@ 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
|
||||
|
@ -18,7 +18,6 @@ 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
|
||||
@ -26,8 +25,15 @@ dependencies:
|
||||
- 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
|
||||
@ -61,7 +67,6 @@ 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
|
||||
|
@ -17,7 +17,6 @@ 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
|
||||
@ -29,8 +28,15 @@ dependencies:
|
||||
- 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
|
||||
@ -130,14 +136,6 @@ content:
|
||||
third_party_settings: { }
|
||||
weight: 5
|
||||
region: content
|
||||
field_region:
|
||||
type: entity_reference_label
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 16
|
||||
region: content
|
||||
field_ressources_liees:
|
||||
type: entity_reference_label
|
||||
label: above
|
||||
|
@ -18,7 +18,6 @@ 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
|
||||
@ -28,8 +27,15 @@ dependencies:
|
||||
- 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
|
||||
@ -74,7 +80,6 @@ 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
|
||||
|
@ -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,10 +26,16 @@ 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
|
||||
@ -68,17 +73,6 @@ content:
|
||||
third_party_settings: { }
|
||||
weight: 6
|
||||
region: content
|
||||
field_diaporama:
|
||||
type: image
|
||||
label: hidden
|
||||
settings:
|
||||
image_link: ''
|
||||
image_style: ''
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
third_party_settings: { }
|
||||
weight: 15
|
||||
region: content
|
||||
field_edition:
|
||||
type: text_default
|
||||
label: above
|
||||
@ -103,11 +97,11 @@ content:
|
||||
weight: 12
|
||||
region: content
|
||||
field_image:
|
||||
type: image_caption
|
||||
type: image
|
||||
label: hidden
|
||||
settings:
|
||||
image_style: ''
|
||||
image_link: ''
|
||||
image_style: ''
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
third_party_settings: { }
|
||||
|
@ -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
|
||||
@ -87,7 +93,6 @@ hidden:
|
||||
body: true
|
||||
field_collections: true
|
||||
field_date_de_parution: true
|
||||
field_diaporama: true
|
||||
field_evenements_lies: true
|
||||
field_fichier: true
|
||||
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.third
|
||||
targetEntityType: node
|
||||
bundle: ressource
|
||||
@ -72,7 +78,6 @@ hidden:
|
||||
body: true
|
||||
field_collections: true
|
||||
field_date_de_parution: true
|
||||
field_diaporama: true
|
||||
field_edition: true
|
||||
field_evenements_lies: true
|
||||
field_fichier: true
|
||||
|
@ -17,8 +17,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
|
||||
|
@ -19,8 +19,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
|
||||
|
@ -17,7 +17,14 @@ dependencies:
|
||||
- node.type.static
|
||||
module:
|
||||
- entity_reference_revisions
|
||||
- panelizer
|
||||
- user
|
||||
third_party_settings:
|
||||
panelizer:
|
||||
enable: false
|
||||
custom: false
|
||||
allow: false
|
||||
default: default
|
||||
_core:
|
||||
default_config_hash: oGSMA6gtfWJ1AlOJQfaQ3Qpi7ZarWaHqInUX9DaJLzo
|
||||
id: node.static.teaser
|
||||
|
@ -22,8 +22,15 @@ dependencies:
|
||||
- node.type.theme
|
||||
module:
|
||||
- image
|
||||
- panelizer
|
||||
- text
|
||||
- user
|
||||
third_party_settings:
|
||||
panelizer:
|
||||
enable: false
|
||||
custom: false
|
||||
allow: false
|
||||
default: default
|
||||
id: node.theme.teaser
|
||||
targetEntityType: node
|
||||
bundle: theme
|
||||
|
@ -28,7 +28,7 @@ content:
|
||||
region: content
|
||||
field_texte:
|
||||
type: text_default
|
||||
label: visually_hidden
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 3
|
||||
|
@ -8,7 +8,14 @@ dependencies:
|
||||
- taxonomy.vocabulary.collection
|
||||
module:
|
||||
- image
|
||||
- panelizer
|
||||
- text
|
||||
third_party_settings:
|
||||
panelizer:
|
||||
enable: false
|
||||
custom: false
|
||||
allow: false
|
||||
default: default
|
||||
id: taxonomy_term.collection.default
|
||||
targetEntityType: taxonomy_term
|
||||
bundle: collection
|
||||
|
@ -10,7 +10,117 @@ dependencies:
|
||||
- taxonomy.vocabulary.collection
|
||||
module:
|
||||
- image
|
||||
- panelizer
|
||||
- text
|
||||
third_party_settings:
|
||||
panelizer:
|
||||
enable: false
|
||||
custom: false
|
||||
allow: false
|
||||
default: default
|
||||
displays:
|
||||
default:
|
||||
id: panels_variant
|
||||
label: Master
|
||||
weight: 0
|
||||
uuid: a8e0bd0c-c292-46dd-aa98-5d34dc9d7b61
|
||||
blocks:
|
||||
7fa724d2-1402-45cf-a2c9-d4563e0d96f1:
|
||||
id: 'entity_field:taxonomy_term:description'
|
||||
label: Description
|
||||
label_display: '0'
|
||||
provider: ctools_block
|
||||
context_mapping:
|
||||
entity: '@panelizer.entity_context:entity'
|
||||
formatter:
|
||||
type: text_default
|
||||
weight: 0
|
||||
region: content
|
||||
label: hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
weight: 0
|
||||
uuid: 7fa724d2-1402-45cf-a2c9-d4563e0d96f1
|
||||
9d97303f-88fe-4ca4-95dd-083d9b67c8f9:
|
||||
id: 'entity_field:taxonomy_term:field_image'
|
||||
label: Image
|
||||
label_display: '0'
|
||||
provider: ctools_block
|
||||
context_mapping:
|
||||
entity: '@panelizer.entity_context:entity'
|
||||
formatter:
|
||||
type: image
|
||||
weight: 0
|
||||
region: content
|
||||
label: visually_hidden
|
||||
settings:
|
||||
image_link: content
|
||||
image_style: large
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
weight: 1
|
||||
uuid: 9d97303f-88fe-4ca4-95dd-083d9b67c8f9
|
||||
90c181f9-7945-4075-a55b-b97707831952:
|
||||
id: 'entity_field:taxonomy_term:field_programmes'
|
||||
label: Programmes
|
||||
label_display: '0'
|
||||
provider: ctools_block
|
||||
context_mapping:
|
||||
entity: '@panelizer.entity_context:entity'
|
||||
formatter:
|
||||
type: entity_reference_label
|
||||
weight: 0
|
||||
region: content
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
weight: 2
|
||||
uuid: 90c181f9-7945-4075-a55b-b97707831952
|
||||
ab56cd42-fca7-41ea-a4b1-63152a891bc8:
|
||||
id: 'entity_field:taxonomy_term:name'
|
||||
label: Nom
|
||||
label_display: '0'
|
||||
provider: ctools_block
|
||||
context_mapping:
|
||||
entity: '@panelizer.entity_context:entity'
|
||||
formatter:
|
||||
type: string
|
||||
weight: 0
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
weight: -1
|
||||
uuid: ab56cd42-fca7-41ea-a4b1-63152a891bc8
|
||||
84b1f41f-4a47-4e93-99c3-28eff93434b4:
|
||||
id: 'views_block:collection-block_1'
|
||||
label: ''
|
||||
label_display: visible
|
||||
provider: views
|
||||
context_mapping: { }
|
||||
views_label: ''
|
||||
items_per_page: none
|
||||
arguments:
|
||||
tid:
|
||||
type: taxonomy
|
||||
value: '[@panelizer.entity_context:entity:tid]'
|
||||
region: content
|
||||
weight: -2
|
||||
uuid: 84b1f41f-4a47-4e93-99c3-28eff93434b4
|
||||
page_title: '[term:tid]'
|
||||
layout: layout_onecol
|
||||
layout_settings: { }
|
||||
builder: standard
|
||||
storage_type: panelizer_default
|
||||
storage_id: 'taxonomy_term:collection:third_column:default'
|
||||
static_context: { }
|
||||
pattern: panelizer
|
||||
id: taxonomy_term.collection.third_column
|
||||
targetEntityType: taxonomy_term
|
||||
bundle: collection
|
||||
|
@ -8,6 +8,5 @@ _core:
|
||||
default_config_hash: AJ4KPUipTz1VsDPfMT_D9pamgbfXUJBgvYVel4P1DHE
|
||||
id: block.token
|
||||
label: 'Jeton (token)'
|
||||
description: ''
|
||||
targetEntityType: block
|
||||
cache: true
|
||||
|
@ -8,6 +8,5 @@ _core:
|
||||
default_config_hash: 4tedlMuvQjDOdvHdw86_e-2Rt78aR7TGFMfOK8Ejppg
|
||||
id: block_content.full
|
||||
label: Full
|
||||
description: ''
|
||||
targetEntityType: block_content
|
||||
cache: true
|
||||
|
@ -8,6 +8,5 @@ _core:
|
||||
default_config_hash: X-u-oHfskJg3f8koTCKJndfJyBWavJ5aWeHGYn2arnE
|
||||
id: contact_message.token
|
||||
label: 'Jeton (token)'
|
||||
description: ''
|
||||
targetEntityType: contact_message
|
||||
cache: true
|
||||
|
@ -8,6 +8,5 @@ _core:
|
||||
default_config_hash: T6IiNXJhdrBudWJ_guxnUz3p71T0lFcidLSTM9VlFl8
|
||||
id: file.token
|
||||
label: 'Jeton (token)'
|
||||
description: ''
|
||||
targetEntityType: file
|
||||
cache: true
|
||||
|
@ -8,6 +8,5 @@ _core:
|
||||
default_config_hash: TTHbJnnmzx02KP2FNkAlzqP_BFdKZwAVb8hfUbRbxuk
|
||||
id: menu_link_content.token
|
||||
label: 'Jeton (token)'
|
||||
description: ''
|
||||
targetEntityType: menu_link_content
|
||||
cache: true
|
||||
|
@ -6,6 +6,5 @@ dependencies:
|
||||
- node
|
||||
id: node.accroche_ss_image
|
||||
label: 'accroche ss image'
|
||||
description: ''
|
||||
targetEntityType: node
|
||||
cache: true
|
||||
|
@ -8,6 +8,5 @@ _core:
|
||||
default_config_hash: ElrtInxGjZd7GaapJ5O9n-ugi2hG2IxFivtgn0tHOsk
|
||||
id: node.full
|
||||
label: 'Contenu complet'
|
||||
description: ''
|
||||
targetEntityType: node
|
||||
cache: true
|
||||
|
@ -8,6 +8,5 @@ _core:
|
||||
default_config_hash: vlYzr-rp2f9NMp-Qlr4sFjlqRq-90mco5-afLNGwCrU
|
||||
id: node.rss
|
||||
label: RSS
|
||||
description: ''
|
||||
targetEntityType: node
|
||||
cache: true
|
||||
|
@ -8,6 +8,5 @@ _core:
|
||||
default_config_hash: fVFfJv_GzBRE-wpRHbfD5a3VjnhbEOXG6lvRd3uaccY
|
||||
id: node.search_index
|
||||
label: 'Index de recherche'
|
||||
description: ''
|
||||
targetEntityType: node
|
||||
cache: true
|
||||
|
@ -8,6 +8,5 @@ _core:
|
||||
default_config_hash: 6GCOQ-jP2RbdbHA5YWQ6bT8CfGbqrBYKOSC_XY4E3ZM
|
||||
id: node.search_result
|
||||
label: 'Résultat de recherche mettant en évidence la saisie'
|
||||
description: ''
|
||||
targetEntityType: node
|
||||
cache: true
|
||||
|
@ -8,6 +8,5 @@ _core:
|
||||
default_config_hash: Mz9qWr1kUYK0mjRAGDsr5XS6PvtZ24en_7ndt-pyWe4
|
||||
id: node.teaser
|
||||
label: Accroche
|
||||
description: ''
|
||||
targetEntityType: node
|
||||
cache: true
|
||||
|
@ -6,6 +6,5 @@ dependencies:
|
||||
- node
|
||||
id: node.third
|
||||
label: 'third column'
|
||||
description: ''
|
||||
targetEntityType: node
|
||||
cache: true
|
||||
|
@ -8,6 +8,5 @@ _core:
|
||||
default_config_hash: vIX64lRX14_lPePewHfWVFSyTfJt0Yh-Lja05UgP8N0
|
||||
id: node.token
|
||||
label: 'Jeton (token)'
|
||||
description: ''
|
||||
targetEntityType: node
|
||||
cache: true
|
||||
|
@ -6,6 +6,5 @@ dependencies:
|
||||
- paragraphs
|
||||
id: paragraph.accroche
|
||||
label: accroche
|
||||
description: ''
|
||||
targetEntityType: paragraph
|
||||
cache: true
|
||||
|
@ -6,6 +6,5 @@ dependencies:
|
||||
- paragraphs
|
||||
id: paragraph.admin
|
||||
label: admin
|
||||
description: ''
|
||||
targetEntityType: paragraph
|
||||
cache: true
|
||||
|
@ -8,6 +8,5 @@ _core:
|
||||
default_config_hash: h3BeHVei4Lnyqbkao3YiF4KqoY-DhRvUNfEgKG8Rgjg
|
||||
id: paragraph.preview
|
||||
label: Preview
|
||||
description: ''
|
||||
targetEntityType: paragraph
|
||||
cache: true
|
||||
|
@ -6,6 +6,5 @@ dependencies:
|
||||
- path_alias
|
||||
id: path_alias.token
|
||||
label: Token
|
||||
description: ''
|
||||
targetEntityType: path_alias
|
||||
cache: true
|
||||
|
@ -7,7 +7,6 @@ dependencies:
|
||||
_core:
|
||||
default_config_hash: '-PPKjsNQPvoIDjOuUAvlLocYD976MNjb9Zpgyz5_BWE'
|
||||
id: taxonomy_term.full
|
||||
label: "Page d'un terme de taxonomie"
|
||||
description: ''
|
||||
label: 'Page d''un terme de taxonomie'
|
||||
targetEntityType: taxonomy_term
|
||||
cache: true
|
||||
|
@ -6,6 +6,5 @@ dependencies:
|
||||
- taxonomy
|
||||
id: taxonomy_term.third_column
|
||||
label: 'third column'
|
||||
description: ''
|
||||
targetEntityType: taxonomy_term
|
||||
cache: true
|
||||
|
@ -8,6 +8,5 @@ _core:
|
||||
default_config_hash: AQZt3mTM-HGFLxai2IPOFFyGtOVC-P26IQaOLYmI1b8
|
||||
id: taxonomy_term.token
|
||||
label: 'Jeton (token)'
|
||||
description: ''
|
||||
targetEntityType: taxonomy_term
|
||||
cache: true
|
||||
|
@ -8,6 +8,5 @@ _core:
|
||||
default_config_hash: 71CSAr_LNPcgu6D6jI4INl1KATkahmeyUFBETAWya8g
|
||||
id: user.compact
|
||||
label: Compact
|
||||
description: ''
|
||||
targetEntityType: user
|
||||
cache: true
|
||||
|
@ -8,6 +8,5 @@ _core:
|
||||
default_config_hash: mQIF_foYjmnVSr9MpcD4CTaJE_FpO1AyDd_DskztGhM
|
||||
id: user.full
|
||||
label: 'Compte utilisateur'
|
||||
description: ''
|
||||
targetEntityType: user
|
||||
cache: true
|
||||
|
@ -8,6 +8,5 @@ _core:
|
||||
default_config_hash: Ta5_n_jXyfP3WcRw_Rmp1QPg-aSHbXzg3_Qr5UE1ieY
|
||||
id: user.token
|
||||
label: 'Jeton (token)'
|
||||
description: ''
|
||||
targetEntityType: user
|
||||
cache: true
|
||||
|
@ -1,5 +1,6 @@
|
||||
_core:
|
||||
default_config_hash: R4IF-ClDHXxblLcG0L7MgsLvfBIMAvi_skumNFQwkDc
|
||||
langcode: fr
|
||||
module:
|
||||
actions_permissions: 0
|
||||
address: 0
|
||||
@ -19,8 +20,7 @@ module:
|
||||
breakpoint: 0
|
||||
bulkdelete: 0
|
||||
checklistapi: 0
|
||||
ckeditor5: 0
|
||||
ckeditor_iframe: 0
|
||||
ckeditor: 0
|
||||
config: 0
|
||||
config_devel: 0
|
||||
config_filter: 0
|
||||
@ -33,6 +33,7 @@ module:
|
||||
context: 0
|
||||
context_ui: 0
|
||||
contextual: 0
|
||||
cshs: 0
|
||||
ctools: 0
|
||||
ctools_block: 0
|
||||
ctools_views: 0
|
||||
@ -50,13 +51,10 @@ module:
|
||||
entity_browser: 0
|
||||
entity_browser_enhanced: 0
|
||||
entity_reference_revisions: 0
|
||||
fakeobjects: 0
|
||||
field: 0
|
||||
field_group: 0
|
||||
field_ui: 0
|
||||
file: 0
|
||||
file_delete: 0
|
||||
file_replace: 0
|
||||
filter: 0
|
||||
filter_perms: 0
|
||||
geocoder: 0
|
||||
@ -67,7 +65,6 @@ module:
|
||||
help: 0
|
||||
honeypot: 0
|
||||
hreflang: 0
|
||||
iframe: 0
|
||||
image: 0
|
||||
image_field_caption: 0
|
||||
imce: 0
|
||||
@ -81,7 +78,6 @@ module:
|
||||
jquery_ui_droppable: 0
|
||||
jquery_ui_slider: 0
|
||||
jquery_ui_touch_punch: 0
|
||||
js_cookie: 0
|
||||
language: 0
|
||||
layout_discovery: 0
|
||||
leaflet: 0
|
||||
@ -92,7 +88,6 @@ module:
|
||||
leaflet_views: 0
|
||||
link: 0
|
||||
link_attributes: 0
|
||||
link_attributes_menu_link_content: 0
|
||||
linkit: 0
|
||||
locale: 0
|
||||
maillog: 0
|
||||
@ -111,14 +106,15 @@ module:
|
||||
page_manager: 0
|
||||
page_manager_ui: 0
|
||||
pagerer: 0
|
||||
panelizer: 0
|
||||
panels: 0
|
||||
panels_ipe: 0
|
||||
path: 0
|
||||
path_alias: 0
|
||||
path_alias_xt: 0
|
||||
pathologic: 0
|
||||
perimeter: 0
|
||||
persistent_login: 0
|
||||
phpass: 0
|
||||
popsu_link_block: 0
|
||||
popsu_programme: 0
|
||||
redirect: 0
|
||||
@ -142,10 +138,11 @@ module:
|
||||
translation_views: 0
|
||||
twig_xdebug: 0
|
||||
update: 0
|
||||
upgrade_status: 0
|
||||
url_to_video_filter: 0
|
||||
user: 0
|
||||
video_embed_dailymotion: 0
|
||||
video_embed_field: 0
|
||||
video_embed_wysiwyg: 0
|
||||
views_argument_token: 0
|
||||
views_bulk_edit: 0
|
||||
views_bulk_operations: 0
|
||||
@ -153,6 +150,7 @@ module:
|
||||
views_ef_fieldset: 0
|
||||
views_ui: 0
|
||||
extlink: 1
|
||||
filefield_sources: 1
|
||||
menu_admin_per_menu: 1
|
||||
pathauto: 1
|
||||
selective_better_exposed_filters: 1
|
||||
|
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