Compare commits
1
Commits
prod
..
buton-media
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
18ba44d9d0 |
@@ -42,9 +42,6 @@
|
||||
*.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."
|
||||
|
||||
+4
-1
@@ -1,3 +1,6 @@
|
||||
[submodule "d8-starterkit-profile"]
|
||||
path = we/profiles/d8-starterkit-profile
|
||||
url = https://figureslibres.io/gogs/bachir/d8-starterkit-profile.git
|
||||
[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
|
||||
|
||||
+15
-24
@@ -16,42 +16,36 @@
|
||||
],
|
||||
"require": {
|
||||
"composer/installers": "^1.9",
|
||||
"drupal/address": "^1.10",
|
||||
"drupal/administerusersbyrole": "^3.0",
|
||||
"drupal/computed_token_field": "^1.0@beta",
|
||||
"drupal/config_enforce": "^1.0",
|
||||
"drupal/config_pages": "^2.17",
|
||||
"drupal/core-composer-scaffold": "^10",
|
||||
"drupal/core-project-message": "^10",
|
||||
"drupal/core-recommended": "^10",
|
||||
"drupal/config_pages": "2.x-dev@dev",
|
||||
"drupal/core-composer-scaffold": "^9.2",
|
||||
"drupal/core-project-message": "^9.2",
|
||||
"drupal/core-recommended": "^9.5",
|
||||
"drupal/entity_browser_enhanced": "^2.0",
|
||||
"drupal/entity_type_clone": "^4.0.3",
|
||||
"drupal/extlink": "^2.0",
|
||||
"drupal/geocoder": "^3.47 || ^4.0",
|
||||
"drupal/formatter_suite": "^1.3",
|
||||
"drupal/geocoder": "^3.25",
|
||||
"drupal/geofield": "^1.36",
|
||||
"drupal/honeypot": "^2.1",
|
||||
"drupal/image_delta_formatter": "^1.1",
|
||||
"drupal/image_field_caption": "^3.0",
|
||||
"drupal/image_field_caption": "^2.0",
|
||||
"drupal/leaflet": "^10.2",
|
||||
"drupal/leaflet_more_maps": "^2.1",
|
||||
"drupal/leaflet_more_markers": "^1.1",
|
||||
"drupal/linked_field": "^1.3",
|
||||
"drupal/mailsystem": "^4.4",
|
||||
"drupal/manage_display": "^3.0",
|
||||
"drupal/page_manager": "^4.0@RC",
|
||||
"drupal/manage_display": "1.x-dev@dev",
|
||||
"drupal/page_manager": "4.x-dev@dev",
|
||||
"drupal/panels": "^4.6",
|
||||
"drupal/paragraphs": "^1.17",
|
||||
"drupal/paragraphs": "1.x-dev@dev",
|
||||
"drupal/role_delegation": "^1.1",
|
||||
"drupal/search_api": "^1.30",
|
||||
"drupal/slick": "^2.9",
|
||||
"drupal/smart_trim": "^2.1.0",
|
||||
"drupal/structure_sync": "^2.0",
|
||||
"drupal/upgrade_status": "^4.3",
|
||||
"drupal/video_embed_dailymotion": "^2.0",
|
||||
"drupal/views_conditional": "^1.5",
|
||||
"drupal/views_ef_fieldset": "^1.6",
|
||||
"drupal/views_pdf": "^3.0@alpha",
|
||||
"drupal/webform": "^6.1",
|
||||
"drush/drush": "^13",
|
||||
"geocoder-php/mapquest-provider": "^4.2",
|
||||
"wikimedia/composer-merge-plugin": "^2.0"
|
||||
},
|
||||
@@ -139,12 +133,6 @@
|
||||
"old_patches": {
|
||||
"drupal/core": {
|
||||
"Title formatting broken due to flawed EntityViewController->buildTitle https://www.drupal.org/project/drupal/issues/2941208": "https://www.drupal.org/files/issues/2021-12-01/entity.title-2941208-147.patch"
|
||||
},
|
||||
"drupal/leaflet_more_maps": {
|
||||
"Stamen map tiles moving to Stadia hosting and will no longer be available at old URL https://www.drupal.org/project/leaflet_more_maps/issues/3393412": "https://git.drupalcode.org/project/leaflet_more_maps/-/merge_requests/5.diff"
|
||||
},
|
||||
"drupal/page_manager": {
|
||||
"optional path arguments https://www.drupal.org/project/page_manager/issues/2810329" : "https://www.drupal.org/files/issues/2020-06-04/page_manager-allow_optional_parameters-2810329-16.patch"
|
||||
}
|
||||
},
|
||||
"patches": {
|
||||
@@ -152,7 +140,10 @@
|
||||
"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/page_manager": {
|
||||
"https://www.drupal.org/project/page_manager/issues/3438993": "https://www.drupal.org/files/issues/2024-08-14/page-manager-3438993-MR34-24.patch"
|
||||
"optional path arguments https://www.drupal.org/project/page_manager/issues/2810329" : "https://www.drupal.org/files/issues/2020-06-04/page_manager-allow_optional_parameters-2810329-16.patch"
|
||||
},
|
||||
"drupal/leaflet_more_maps": {
|
||||
"Stamen map tiles moving to Stadia hosting and will no longer be available at old URL https://www.drupal.org/project/leaflet_more_maps/issues/3393412": "https://git.drupalcode.org/project/leaflet_more_maps/-/merge_requests/5.diff"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Generated
+6369
-4712
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,4 @@
|
||||
_core:
|
||||
default_config_hash: jvTSppzcgH5wnzBhX5xnAExcp2I1CzkQ_aky65XNfYI
|
||||
enable_toggle_shortcut: false
|
||||
langcode: fr
|
||||
menu_depth: 5
|
||||
hoverintent_behavior:
|
||||
enabled: true
|
||||
timeout: 500
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
_core:
|
||||
default_config_hash: UiTY9bhUKWJOIWDlOKM3akeeyHuJJRspXETsv3SY6jw
|
||||
langcode: fr
|
||||
roles:
|
||||
user: perm
|
||||
editeur: perm
|
||||
|
||||
@@ -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: { }
|
||||
|
||||
@@ -5,13 +5,14 @@ dependencies:
|
||||
config:
|
||||
- system.menu.burger
|
||||
module:
|
||||
- context
|
||||
- menu_block
|
||||
theme:
|
||||
- eql
|
||||
id: burger
|
||||
theme: eql
|
||||
region: header_top_rigth
|
||||
weight: -4
|
||||
weight: 0
|
||||
provider: null
|
||||
plugin: 'menu_block:burger'
|
||||
settings:
|
||||
@@ -21,14 +22,30 @@ settings:
|
||||
provider: menu_block
|
||||
follow: false
|
||||
follow_parent: child
|
||||
display_empty: false
|
||||
label_link: false
|
||||
label_type: block
|
||||
level: 1
|
||||
depth: 0
|
||||
expand_all_items: true
|
||||
parent: 'burger:'
|
||||
render_parent: false
|
||||
suggestion: burger
|
||||
hide_on_nonactive: false
|
||||
visibility: { }
|
||||
visibility:
|
||||
user_status:
|
||||
id: user_status
|
||||
negate: false
|
||||
context_mapping:
|
||||
user: '@user.current_user_context:current_user'
|
||||
user_status:
|
||||
viewing_profile: '0'
|
||||
logged_viewing_profile: '0'
|
||||
own_page_true: '0'
|
||||
field_value: '0'
|
||||
user_fields: uid
|
||||
context_all:
|
||||
id: context_all
|
||||
negate: null
|
||||
values: ''
|
||||
context:
|
||||
id: context
|
||||
negate: null
|
||||
values: ''
|
||||
|
||||
@@ -3,6 +3,7 @@ langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- context
|
||||
- system
|
||||
theme:
|
||||
- eql
|
||||
@@ -17,4 +18,23 @@ settings:
|
||||
label: 'Contenu de la page principale'
|
||||
label_display: visible
|
||||
provider: system
|
||||
visibility: { }
|
||||
visibility:
|
||||
user_status:
|
||||
id: user_status
|
||||
negate: false
|
||||
context_mapping:
|
||||
user: '@user.current_user_context:current_user'
|
||||
user_status:
|
||||
viewing_profile: '0'
|
||||
logged_viewing_profile: '0'
|
||||
own_page_true: '0'
|
||||
field_value: '0'
|
||||
user_fields: uid
|
||||
context_all:
|
||||
id: context_all
|
||||
negate: null
|
||||
values: ''
|
||||
context:
|
||||
id: context
|
||||
negate: null
|
||||
values: ''
|
||||
|
||||
@@ -1,23 +0,0 @@
|
||||
uuid: ee91c513-b453-47b4-ae37-dc52e9daa176
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- system
|
||||
theme:
|
||||
- eql
|
||||
id: eql_identitedusite
|
||||
theme: eql
|
||||
region: header_top_rigth
|
||||
weight: -6
|
||||
provider: null
|
||||
plugin: system_branding_block
|
||||
settings:
|
||||
id: system_branding_block
|
||||
label: 'Identité du site'
|
||||
label_display: '0'
|
||||
provider: system
|
||||
use_site_logo: false
|
||||
use_site_name: true
|
||||
use_site_slogan: false
|
||||
visibility: { }
|
||||
@@ -1,25 +0,0 @@
|
||||
uuid: ab2a8f6c-f7e6-46e5-b66b-6563ac851a38
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
content:
|
||||
- 'block_content:logo_block:47c6c9fe-2676-433a-ab1d-81331fa1a235'
|
||||
module:
|
||||
- block_content
|
||||
theme:
|
||||
- eql
|
||||
id: eql_logoepau
|
||||
theme: eql
|
||||
region: header_top_left
|
||||
weight: 0
|
||||
provider: null
|
||||
plugin: 'block_content:47c6c9fe-2676-433a-ab1d-81331fa1a235'
|
||||
settings:
|
||||
id: 'block_content:47c6c9fe-2676-433a-ab1d-81331fa1a235'
|
||||
label: 'Logo epau'
|
||||
label_display: '0'
|
||||
provider: block_content
|
||||
status: true
|
||||
info: ''
|
||||
view_mode: full
|
||||
visibility: { }
|
||||
@@ -5,13 +5,14 @@ dependencies:
|
||||
config:
|
||||
- system.menu.header-menu
|
||||
module:
|
||||
- context
|
||||
- menu_block
|
||||
theme:
|
||||
- eql
|
||||
id: headermenu
|
||||
theme: eql
|
||||
region: header_bottom
|
||||
weight: -5
|
||||
region: header_top_left
|
||||
weight: -1
|
||||
provider: null
|
||||
plugin: 'menu_block:header-menu'
|
||||
settings:
|
||||
@@ -21,14 +22,30 @@ settings:
|
||||
provider: menu_block
|
||||
follow: false
|
||||
follow_parent: child
|
||||
display_empty: false
|
||||
label_link: false
|
||||
label_type: block
|
||||
level: 1
|
||||
depth: 0
|
||||
expand_all_items: false
|
||||
parent: 'header-menu:'
|
||||
render_parent: false
|
||||
suggestion: header_menu
|
||||
hide_on_nonactive: false
|
||||
visibility: { }
|
||||
visibility:
|
||||
user_status:
|
||||
id: user_status
|
||||
negate: false
|
||||
context_mapping:
|
||||
user: '@user.current_user_context:current_user'
|
||||
user_status:
|
||||
viewing_profile: '0'
|
||||
logged_viewing_profile: '0'
|
||||
own_page_true: '0'
|
||||
field_value: '0'
|
||||
user_fields: uid
|
||||
context_all:
|
||||
id: context_all
|
||||
negate: null
|
||||
values: ''
|
||||
context:
|
||||
id: context
|
||||
negate: null
|
||||
values: ''
|
||||
|
||||
@@ -6,12 +6,13 @@ dependencies:
|
||||
- 'block_content:logo_block:471ad4df-2ba5-4305-aadd-d7d733b9693e'
|
||||
module:
|
||||
- block_content
|
||||
- context
|
||||
theme:
|
||||
- eql
|
||||
id: logoeql
|
||||
theme: eql
|
||||
region: header_top_rigth
|
||||
weight: -5
|
||||
region: header_top_left
|
||||
weight: -2
|
||||
provider: null
|
||||
plugin: 'block_content:471ad4df-2ba5-4305-aadd-d7d733b9693e'
|
||||
settings:
|
||||
@@ -22,4 +23,23 @@ settings:
|
||||
status: true
|
||||
info: ''
|
||||
view_mode: full
|
||||
visibility: { }
|
||||
visibility:
|
||||
context_all:
|
||||
id: context_all
|
||||
negate: null
|
||||
values: ''
|
||||
context:
|
||||
id: context
|
||||
negate: null
|
||||
values: ''
|
||||
user_status:
|
||||
id: user_status
|
||||
negate: false
|
||||
context_mapping:
|
||||
user: '@user.current_user_context:current_user'
|
||||
user_status:
|
||||
viewing_profile: '0'
|
||||
logged_viewing_profile: '0'
|
||||
own_page_true: '0'
|
||||
field_value: '0'
|
||||
user_fields: uid
|
||||
|
||||
@@ -6,12 +6,13 @@ dependencies:
|
||||
- 'block_content:logo_block:c7d5e705-b1c9-41f0-af19-a54357bf64c4'
|
||||
module:
|
||||
- block_content
|
||||
- context
|
||||
theme:
|
||||
- eql
|
||||
id: logogouv
|
||||
theme: eql
|
||||
region: header_top_left
|
||||
weight: -6
|
||||
weight: -3
|
||||
provider: null
|
||||
plugin: 'block_content:c7d5e705-b1c9-41f0-af19-a54357bf64c4'
|
||||
settings:
|
||||
@@ -22,4 +23,23 @@ settings:
|
||||
status: true
|
||||
info: ''
|
||||
view_mode: full
|
||||
visibility: { }
|
||||
visibility:
|
||||
user_status:
|
||||
id: user_status
|
||||
negate: false
|
||||
context_mapping:
|
||||
user: '@user.current_user_context:current_user'
|
||||
user_status:
|
||||
viewing_profile: '0'
|
||||
logged_viewing_profile: '0'
|
||||
own_page_true: '0'
|
||||
field_value: '0'
|
||||
user_fields: uid
|
||||
context_all:
|
||||
id: context_all
|
||||
negate: null
|
||||
values: ''
|
||||
context:
|
||||
id: context
|
||||
negate: null
|
||||
values: ''
|
||||
|
||||
@@ -5,6 +5,7 @@ dependencies:
|
||||
config:
|
||||
- system.menu.footer
|
||||
module:
|
||||
- context
|
||||
- menu_block
|
||||
theme:
|
||||
- eql
|
||||
@@ -21,14 +22,30 @@ settings:
|
||||
provider: menu_block
|
||||
follow: false
|
||||
follow_parent: child
|
||||
display_empty: false
|
||||
label_link: false
|
||||
label_type: block
|
||||
level: 1
|
||||
depth: 0
|
||||
expand_all_items: false
|
||||
parent: 'footer:'
|
||||
render_parent: false
|
||||
suggestion: footer
|
||||
hide_on_nonactive: false
|
||||
visibility: { }
|
||||
visibility:
|
||||
user_status:
|
||||
id: user_status
|
||||
negate: false
|
||||
context_mapping:
|
||||
user: '@user.current_user_context:current_user'
|
||||
user_status:
|
||||
viewing_profile: '0'
|
||||
logged_viewing_profile: '0'
|
||||
own_page_true: '0'
|
||||
field_value: '0'
|
||||
user_fields: uid
|
||||
context_all:
|
||||
id: context_all
|
||||
negate: null
|
||||
values: ''
|
||||
context:
|
||||
id: context
|
||||
negate: null
|
||||
values: ''
|
||||
|
||||
@@ -6,6 +6,7 @@ dependencies:
|
||||
- 'block_content:custom:dbcf6df0-ddee-477d-a97e-c4a29e06781d'
|
||||
module:
|
||||
- block_content
|
||||
- context
|
||||
theme:
|
||||
- eql
|
||||
id: socialnetwork
|
||||
@@ -22,4 +23,23 @@ settings:
|
||||
status: true
|
||||
info: ''
|
||||
view_mode: full
|
||||
visibility: { }
|
||||
visibility:
|
||||
user_status:
|
||||
id: user_status
|
||||
negate: false
|
||||
context_mapping:
|
||||
user: '@user.current_user_context:current_user'
|
||||
user_status:
|
||||
viewing_profile: '0'
|
||||
logged_viewing_profile: '0'
|
||||
own_page_true: '0'
|
||||
field_value: '0'
|
||||
user_fields: uid
|
||||
context_all:
|
||||
id: context_all
|
||||
negate: null
|
||||
values: ''
|
||||
context:
|
||||
id: context
|
||||
negate: null
|
||||
values: ''
|
||||
|
||||
@@ -1,17 +1,18 @@
|
||||
uuid: ddd4c562-b0f9-4940-8631-6a86aa74a308
|
||||
langcode: fr
|
||||
status: false
|
||||
status: true
|
||||
dependencies:
|
||||
content:
|
||||
- 'block_content:custom:dbcf6df0-ddee-477d-a97e-c4a29e06781d'
|
||||
module:
|
||||
- block_content
|
||||
- context
|
||||
theme:
|
||||
- eql
|
||||
id: socialnetwork_2
|
||||
theme: eql
|
||||
region: header_top_left
|
||||
weight: -5
|
||||
weight: 0
|
||||
provider: null
|
||||
plugin: 'block_content:dbcf6df0-ddee-477d-a97e-c4a29e06781d'
|
||||
settings:
|
||||
@@ -22,4 +23,23 @@ settings:
|
||||
status: true
|
||||
info: ''
|
||||
view_mode: full
|
||||
visibility: { }
|
||||
visibility:
|
||||
user_status:
|
||||
id: user_status
|
||||
negate: false
|
||||
context_mapping:
|
||||
user: '@user.current_user_context:current_user'
|
||||
user_status:
|
||||
viewing_profile: '0'
|
||||
logged_viewing_profile: '0'
|
||||
own_page_true: '0'
|
||||
field_value: '0'
|
||||
user_fields: uid
|
||||
context_all:
|
||||
id: context_all
|
||||
negate: null
|
||||
values: ''
|
||||
context:
|
||||
id: context
|
||||
negate: null
|
||||
values: ''
|
||||
|
||||
@@ -5,6 +5,7 @@ dependencies:
|
||||
config:
|
||||
- views.view.partenaires
|
||||
module:
|
||||
- context
|
||||
- views
|
||||
theme:
|
||||
- eql
|
||||
@@ -21,5 +22,23 @@ settings:
|
||||
provider: views
|
||||
views_label: ''
|
||||
items_per_page: none
|
||||
exposed: { }
|
||||
visibility: { }
|
||||
visibility:
|
||||
user_status:
|
||||
id: user_status
|
||||
negate: false
|
||||
context_mapping:
|
||||
user: '@user.current_user_context:current_user'
|
||||
user_status:
|
||||
viewing_profile: '0'
|
||||
logged_viewing_profile: '0'
|
||||
own_page_true: '0'
|
||||
field_value: '0'
|
||||
user_fields: uid
|
||||
context_all:
|
||||
id: context_all
|
||||
negate: null
|
||||
values: ''
|
||||
context:
|
||||
id: context
|
||||
negate: null
|
||||
values: ''
|
||||
|
||||
@@ -5,6 +5,7 @@ dependencies:
|
||||
config:
|
||||
- views.view.partenaires
|
||||
module:
|
||||
- context
|
||||
- views
|
||||
theme:
|
||||
- eql
|
||||
@@ -21,5 +22,23 @@ settings:
|
||||
provider: views
|
||||
views_label: ''
|
||||
items_per_page: none
|
||||
exposed: { }
|
||||
visibility: { }
|
||||
visibility:
|
||||
user_status:
|
||||
id: user_status
|
||||
negate: false
|
||||
context_mapping:
|
||||
user: '@user.current_user_context:current_user'
|
||||
user_status:
|
||||
viewing_profile: '0'
|
||||
logged_viewing_profile: '0'
|
||||
own_page_true: '0'
|
||||
field_value: '0'
|
||||
user_fields: uid
|
||||
context_all:
|
||||
id: context_all
|
||||
negate: null
|
||||
values: ''
|
||||
context:
|
||||
id: context
|
||||
negate: null
|
||||
values: ''
|
||||
|
||||
@@ -5,6 +5,7 @@ dependencies:
|
||||
config:
|
||||
- views.view.partenaires
|
||||
module:
|
||||
- context
|
||||
- views
|
||||
theme:
|
||||
- eql
|
||||
@@ -21,5 +22,23 @@ settings:
|
||||
provider: views
|
||||
views_label: ''
|
||||
items_per_page: none
|
||||
exposed: { }
|
||||
visibility: { }
|
||||
visibility:
|
||||
user_status:
|
||||
id: user_status
|
||||
negate: false
|
||||
context_mapping:
|
||||
user: '@user.current_user_context:current_user'
|
||||
user_status:
|
||||
viewing_profile: '0'
|
||||
logged_viewing_profile: '0'
|
||||
own_page_true: '0'
|
||||
field_value: '0'
|
||||
user_fields: uid
|
||||
context_all:
|
||||
id: context_all
|
||||
negate: null
|
||||
values: ''
|
||||
context:
|
||||
id: context
|
||||
negate: null
|
||||
values: ''
|
||||
|
||||
@@ -1,18 +0,0 @@
|
||||
maxlength_block_class_field: 255
|
||||
field_type: multiple_textfields
|
||||
default_case: standard
|
||||
allow_only_letters_and_numbers: false
|
||||
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: link
|
||||
label: link
|
||||
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 +0,0 @@
|
||||
enforced_configs:
|
||||
'config_enforce:registry:computed_token_field':
|
||||
config_directory: config/install
|
||||
enforcement_level: 20
|
||||
config_form_uri: /en/admin/config/development/config_enforce/enforced_configs
|
||||
hash: intentionally_invalid
|
||||
@@ -1,4 +1,4 @@
|
||||
_core:
|
||||
default_config_hash: UVH1aJ4b44UM-VdPVN7hNNuuVqfReJxwfVeDQH1Hvsk
|
||||
mode: simple
|
||||
langcode: fr
|
||||
ignored_config_entities: { }
|
||||
|
||||
@@ -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.offre_de_service.promote
|
||||
field_name: promote
|
||||
entity_type: node
|
||||
bundle: offre_de_service
|
||||
label: "Promu en page d'accueil"
|
||||
label: 'Promu en page d''accueil'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: true
|
||||
|
||||
@@ -8,7 +8,7 @@ id: node.partenaires_logo_footer_.promote
|
||||
field_name: promote
|
||||
entity_type: node
|
||||
bundle: partenaires_logo_footer_
|
||||
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.question_reponse.promote
|
||||
field_name: promote
|
||||
entity_type: node
|
||||
bundle: question_reponse
|
||||
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
|
||||
|
||||
@@ -11,7 +11,6 @@ dependencies:
|
||||
- field.field.node.actualite.field_liens
|
||||
- field.field.node.actualite.field_lieu
|
||||
- field.field.node.actualite.field_partenaires
|
||||
- field.field.node.actualite.field_projets_liee
|
||||
- field.field.node.actualite.field_ress
|
||||
- field.field.node.actualite.field_sous_titre
|
||||
- field.field.node.actualite.field_textes
|
||||
@@ -84,7 +83,6 @@ third_party_settings:
|
||||
required_fields: true
|
||||
group_liens:
|
||||
children:
|
||||
- field_projets_liee
|
||||
- field_ress
|
||||
- field_liens
|
||||
label: Liens
|
||||
@@ -174,7 +172,7 @@ content:
|
||||
third_party_settings: { }
|
||||
field_liens:
|
||||
type: link_default
|
||||
weight: 130
|
||||
weight: 30
|
||||
region: content
|
||||
settings:
|
||||
placeholder_url: ''
|
||||
@@ -200,19 +198,9 @@ content:
|
||||
form_display_mode: default
|
||||
default_paragraph_type: partenaire
|
||||
third_party_settings: { }
|
||||
field_projets_liee:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 128
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_ress:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 129
|
||||
weight: 29
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
|
||||
@@ -5,7 +5,6 @@ dependencies:
|
||||
config:
|
||||
- field.field.node.ressource.field_actu_liee
|
||||
- field.field.node.ressource.field_auteur_s_
|
||||
- field.field.node.ressource.field_combined_paragraphs
|
||||
- field.field.node.ressource.field_date_de_parution
|
||||
- field.field.node.ressource.field_edition
|
||||
- field.field.node.ressource.field_fichiers
|
||||
@@ -23,7 +22,6 @@ dependencies:
|
||||
- node.type.ressource
|
||||
module:
|
||||
- autocomplete_deluxe
|
||||
- computed_field
|
||||
- datetime
|
||||
- field_group
|
||||
- file
|
||||
@@ -165,12 +163,6 @@ content:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_combined_paragraphs:
|
||||
type: computed_string_widget
|
||||
weight: 142
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_date_de_parution:
|
||||
type: datetime_default
|
||||
weight: 130
|
||||
@@ -273,11 +265,11 @@ content:
|
||||
autocomplete_route_name: autocomplete_deluxe.autocomplete
|
||||
size: 60
|
||||
selection_handler: default
|
||||
match_limit: 0
|
||||
limit: 0
|
||||
min_length: 0
|
||||
delimiter: ''
|
||||
not_found_message_allow: false
|
||||
not_found_message: "The term '@term' will be added"
|
||||
not_found_message: 'The term ''@term'' will be added'
|
||||
new_terms: false
|
||||
no_empty_message: 'No terms could be found. Please type in order to add a new term.'
|
||||
third_party_settings: { }
|
||||
|
||||
@@ -7,7 +7,6 @@ dependencies:
|
||||
_core:
|
||||
default_config_hash: flXhTcp55yLcyy7ZLOhPGKGZobZQJdkAFVWV3LseiuI
|
||||
id: user.register
|
||||
label: "S'inscrire"
|
||||
description: ''
|
||||
label: 'S''inscrire'
|
||||
targetEntityType: user
|
||||
cache: true
|
||||
|
||||
@@ -11,7 +11,6 @@ dependencies:
|
||||
- field.field.node.actualite.field_liens
|
||||
- field.field.node.actualite.field_lieu
|
||||
- field.field.node.actualite.field_partenaires
|
||||
- field.field.node.actualite.field_projets_liee
|
||||
- field.field.node.actualite.field_ress
|
||||
- field.field.node.actualite.field_sous_titre
|
||||
- field.field.node.actualite.field_textes
|
||||
@@ -68,8 +67,6 @@ content:
|
||||
settings:
|
||||
image_style: wide
|
||||
image_link: ''
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
@@ -100,15 +97,7 @@ content:
|
||||
view_mode: default
|
||||
link: ''
|
||||
third_party_settings: { }
|
||||
weight: 13
|
||||
region: content
|
||||
field_projets_liee:
|
||||
type: entity_reference_label
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 11
|
||||
weight: 12
|
||||
region: content
|
||||
field_ress:
|
||||
type: entity_reference_label
|
||||
@@ -133,7 +122,7 @@ content:
|
||||
view_mode: default
|
||||
link: ''
|
||||
third_party_settings: { }
|
||||
weight: 12
|
||||
weight: 11
|
||||
region: content
|
||||
links:
|
||||
settings: { }
|
||||
@@ -144,7 +133,7 @@ content:
|
||||
type: title
|
||||
label: hidden
|
||||
settings:
|
||||
link_to_entity: true
|
||||
linked: true
|
||||
tag: h2
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
|
||||
@@ -12,7 +12,6 @@ dependencies:
|
||||
- field.field.node.actualite.field_liens
|
||||
- field.field.node.actualite.field_lieu
|
||||
- field.field.node.actualite.field_partenaires
|
||||
- field.field.node.actualite.field_projets_liee
|
||||
- field.field.node.actualite.field_ress
|
||||
- field.field.node.actualite.field_sous_titre
|
||||
- field.field.node.actualite.field_textes
|
||||
@@ -48,9 +47,9 @@ content:
|
||||
label: hidden
|
||||
settings:
|
||||
deltas: '0'
|
||||
deltas_reversed: false
|
||||
image_link: content
|
||||
image_style: ''
|
||||
image_link: content
|
||||
deltas_reversed: '0'
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
region: content
|
||||
@@ -79,7 +78,7 @@ content:
|
||||
type: title
|
||||
label: hidden
|
||||
settings:
|
||||
link_to_entity: true
|
||||
linked: true
|
||||
tag: h2
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
@@ -90,7 +89,6 @@ hidden:
|
||||
field_fichiers: true
|
||||
field_liens: true
|
||||
field_partenaires: true
|
||||
field_projets_liee: true
|
||||
field_ress: true
|
||||
field_textes: true
|
||||
langcode: true
|
||||
|
||||
@@ -139,7 +139,7 @@ content:
|
||||
type: title
|
||||
label: hidden
|
||||
settings:
|
||||
link_to_entity: true
|
||||
linked: true
|
||||
tag: h2
|
||||
third_party_settings: { }
|
||||
weight: -50
|
||||
|
||||
@@ -187,7 +187,7 @@ content:
|
||||
type: title
|
||||
label: hidden
|
||||
settings:
|
||||
link_to_entity: true
|
||||
linked: true
|
||||
tag: h2
|
||||
third_party_settings: { }
|
||||
weight: -50
|
||||
|
||||
@@ -1,182 +0,0 @@
|
||||
uuid: 1fec8ef9-c577-4bb7-bcaf-6badfa8c55a6
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- core.entity_view_mode.node.full
|
||||
- field.field.node.projet.body
|
||||
- field.field.node.projet.field_adresse
|
||||
- field.field.node.projet.field_encours_fini
|
||||
- field.field.node.projet.field_equipe
|
||||
- field.field.node.projet.field_etape_du_projet
|
||||
- field.field.node.projet.field_fichiers
|
||||
- field.field.node.projet.field_geofield
|
||||
- field.field.node.projet.field_incube
|
||||
- field.field.node.projet.field_liens
|
||||
- field.field.node.projet.field_neuf_rehabilitation
|
||||
- field.field.node.projet.field_partenaires
|
||||
- field.field.node.projet.field_photo
|
||||
- field.field.node.projet.field_region
|
||||
- field.field.node.projet.field_ressource_s_liee_s_
|
||||
- field.field.node.projet.field_textes
|
||||
- field.field.node.projet.field_type_de_moa
|
||||
- field.field.node.projet.field_type_de_projet
|
||||
- image.style.wide
|
||||
- node.type.projet
|
||||
module:
|
||||
- entity_reference_revisions
|
||||
- file
|
||||
- image_field_caption
|
||||
- link
|
||||
- manage_display
|
||||
- options
|
||||
- text
|
||||
id: node.projet.full
|
||||
targetEntityType: node
|
||||
bundle: projet
|
||||
mode: full
|
||||
content:
|
||||
body:
|
||||
type: text_default
|
||||
label: hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 4
|
||||
region: content
|
||||
field_encours_fini:
|
||||
type: list_default
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 6
|
||||
region: content
|
||||
field_equipe:
|
||||
type: string
|
||||
label: above
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 11
|
||||
region: content
|
||||
field_etape_du_projet:
|
||||
type: list_default
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 14
|
||||
region: content
|
||||
field_fichiers:
|
||||
type: file_default
|
||||
label: above
|
||||
settings:
|
||||
use_description_as_link_text: true
|
||||
third_party_settings: { }
|
||||
weight: 8
|
||||
region: content
|
||||
field_incube:
|
||||
type: boolean
|
||||
label: above
|
||||
settings:
|
||||
format: default
|
||||
format_custom_false: ''
|
||||
format_custom_true: ''
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
field_liens:
|
||||
type: link
|
||||
label: above
|
||||
settings:
|
||||
trim_length: 80
|
||||
url_only: false
|
||||
url_plain: false
|
||||
rel: ''
|
||||
target: ''
|
||||
third_party_settings: { }
|
||||
weight: 10
|
||||
region: content
|
||||
field_neuf_rehabilitation:
|
||||
type: list_default
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
region: content
|
||||
field_partenaires:
|
||||
type: entity_reference_revisions_entity_view
|
||||
label: above
|
||||
settings:
|
||||
view_mode: default
|
||||
link: ''
|
||||
third_party_settings: { }
|
||||
weight: 7
|
||||
region: content
|
||||
field_photo:
|
||||
type: image_caption
|
||||
label: above
|
||||
settings:
|
||||
image_style: wide
|
||||
image_link: ''
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
third_party_settings: { }
|
||||
weight: 9
|
||||
region: content
|
||||
field_region:
|
||||
type: list_default
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 3
|
||||
region: content
|
||||
field_ressource_s_liee_s_:
|
||||
type: entity_reference_entity_view
|
||||
label: above
|
||||
settings:
|
||||
view_mode: teaser
|
||||
link: false
|
||||
third_party_settings: { }
|
||||
weight: 15
|
||||
region: content
|
||||
field_textes:
|
||||
type: entity_reference_revisions_entity_view
|
||||
label: above
|
||||
settings:
|
||||
view_mode: default
|
||||
link: ''
|
||||
third_party_settings: { }
|
||||
weight: 5
|
||||
region: content
|
||||
field_type_de_moa:
|
||||
type: entity_reference_label
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 12
|
||||
region: content
|
||||
field_type_de_projet:
|
||||
type: entity_reference_label
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 13
|
||||
region: content
|
||||
title:
|
||||
type: title
|
||||
label: hidden
|
||||
settings:
|
||||
link_to_entity: true
|
||||
tag: h2
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
hidden:
|
||||
created: true
|
||||
field_adresse: true
|
||||
field_geofield: true
|
||||
langcode: true
|
||||
links: true
|
||||
search_api_excerpt: true
|
||||
uid: true
|
||||
@@ -1,200 +0,0 @@
|
||||
uuid: 9b419d51-93c9-4a25-bcc7-08936202eb26
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- core.entity_view_mode.node.pdf
|
||||
- field.field.node.projet.body
|
||||
- field.field.node.projet.field_adresse
|
||||
- field.field.node.projet.field_encours_fini
|
||||
- field.field.node.projet.field_equipe
|
||||
- field.field.node.projet.field_etape_du_projet
|
||||
- field.field.node.projet.field_fichiers
|
||||
- field.field.node.projet.field_geofield
|
||||
- field.field.node.projet.field_incube
|
||||
- field.field.node.projet.field_liens
|
||||
- field.field.node.projet.field_neuf_rehabilitation
|
||||
- field.field.node.projet.field_partenaires
|
||||
- field.field.node.projet.field_photo
|
||||
- field.field.node.projet.field_region
|
||||
- field.field.node.projet.field_ressource_s_liee_s_
|
||||
- field.field.node.projet.field_textes
|
||||
- field.field.node.projet.field_type_de_moa
|
||||
- field.field.node.projet.field_type_de_projet
|
||||
- node.type.projet
|
||||
module:
|
||||
- address
|
||||
- entity_reference_revisions
|
||||
- file
|
||||
- geofield
|
||||
- image_field_caption
|
||||
- link
|
||||
- manage_display
|
||||
- options
|
||||
- text
|
||||
id: node.projet.pdf
|
||||
targetEntityType: node
|
||||
bundle: projet
|
||||
mode: pdf
|
||||
content:
|
||||
body:
|
||||
type: text_default
|
||||
label: hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 101
|
||||
region: content
|
||||
field_adresse:
|
||||
type: address_default
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 111
|
||||
region: content
|
||||
field_encours_fini:
|
||||
type: list_default
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 104
|
||||
region: content
|
||||
field_equipe:
|
||||
type: string
|
||||
label: above
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 113
|
||||
region: content
|
||||
field_etape_du_projet:
|
||||
type: list_default
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 116
|
||||
region: content
|
||||
field_fichiers:
|
||||
type: file_default
|
||||
label: above
|
||||
settings:
|
||||
use_description_as_link_text: true
|
||||
third_party_settings: { }
|
||||
weight: 107
|
||||
region: content
|
||||
field_geofield:
|
||||
type: geofield_default
|
||||
label: above
|
||||
settings:
|
||||
output_format: wkt
|
||||
output_escape: true
|
||||
third_party_settings: { }
|
||||
weight: 112
|
||||
region: content
|
||||
field_incube:
|
||||
type: boolean
|
||||
label: above
|
||||
settings:
|
||||
format: default
|
||||
format_custom_false: ''
|
||||
format_custom_true: ''
|
||||
third_party_settings: { }
|
||||
weight: 102
|
||||
region: content
|
||||
field_liens:
|
||||
type: link
|
||||
label: above
|
||||
settings:
|
||||
trim_length: 80
|
||||
url_only: false
|
||||
url_plain: false
|
||||
rel: ''
|
||||
target: ''
|
||||
third_party_settings: { }
|
||||
weight: 108
|
||||
region: content
|
||||
field_neuf_rehabilitation:
|
||||
type: list_default
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 103
|
||||
region: content
|
||||
field_partenaires:
|
||||
type: entity_reference_revisions_entity_view
|
||||
label: above
|
||||
settings:
|
||||
view_mode: default
|
||||
link: ''
|
||||
third_party_settings: { }
|
||||
weight: 106
|
||||
region: content
|
||||
field_photo:
|
||||
type: image_caption
|
||||
label: above
|
||||
settings:
|
||||
image_link: ''
|
||||
image_style: ''
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
third_party_settings: { }
|
||||
weight: 110
|
||||
region: content
|
||||
field_region:
|
||||
type: list_default
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 117
|
||||
region: content
|
||||
field_ressource_s_liee_s_:
|
||||
type: entity_reference_label
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 109
|
||||
region: content
|
||||
field_textes:
|
||||
type: entity_reference_revisions_entity_view
|
||||
label: above
|
||||
settings:
|
||||
view_mode: default
|
||||
link: ''
|
||||
third_party_settings: { }
|
||||
weight: 105
|
||||
region: content
|
||||
field_type_de_moa:
|
||||
type: entity_reference_label
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 114
|
||||
region: content
|
||||
field_type_de_projet:
|
||||
type: entity_reference_label
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 115
|
||||
region: content
|
||||
links:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 100
|
||||
region: content
|
||||
title:
|
||||
type: title
|
||||
label: hidden
|
||||
settings:
|
||||
link_to_entity: true
|
||||
tag: h2
|
||||
third_party_settings: { }
|
||||
weight: -50
|
||||
region: content
|
||||
hidden:
|
||||
created: true
|
||||
langcode: true
|
||||
search_api_excerpt: true
|
||||
uid: true
|
||||
@@ -95,7 +95,7 @@ content:
|
||||
type: title
|
||||
label: hidden
|
||||
settings:
|
||||
link_to_entity: true
|
||||
linked: true
|
||||
tag: h2
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
|
||||
@@ -66,7 +66,7 @@ content:
|
||||
type: title
|
||||
label: hidden
|
||||
settings:
|
||||
link_to_entity: true
|
||||
linked: true
|
||||
tag: h2
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
|
||||
@@ -27,7 +27,7 @@ content:
|
||||
type: title
|
||||
label: hidden
|
||||
settings:
|
||||
link_to_entity: true
|
||||
linked: true
|
||||
tag: h2
|
||||
third_party_settings: { }
|
||||
weight: -50
|
||||
|
||||
@@ -5,7 +5,6 @@ dependencies:
|
||||
config:
|
||||
- field.field.node.ressource.field_actu_liee
|
||||
- field.field.node.ressource.field_auteur_s_
|
||||
- field.field.node.ressource.field_combined_paragraphs
|
||||
- field.field.node.ressource.field_date_de_parution
|
||||
- field.field.node.ressource.field_edition
|
||||
- field.field.node.ressource.field_fichiers
|
||||
@@ -40,7 +39,7 @@ content:
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 13
|
||||
weight: 14
|
||||
region: content
|
||||
field_auteur_s_:
|
||||
type: text_default
|
||||
@@ -71,7 +70,7 @@ content:
|
||||
settings:
|
||||
use_description_as_link_text: true
|
||||
third_party_settings: { }
|
||||
weight: 7
|
||||
weight: 8
|
||||
region: content
|
||||
field_images:
|
||||
type: image_caption
|
||||
@@ -82,7 +81,7 @@ content:
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
third_party_settings: { }
|
||||
weight: 8
|
||||
weight: 9
|
||||
region: content
|
||||
field_liens:
|
||||
type: link
|
||||
@@ -94,7 +93,7 @@ content:
|
||||
rel: ''
|
||||
target: ''
|
||||
third_party_settings: { }
|
||||
weight: 9
|
||||
weight: 10
|
||||
region: content
|
||||
field_mots_clefs:
|
||||
type: entity_reference_label
|
||||
@@ -102,7 +101,7 @@ content:
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 14
|
||||
weight: 15
|
||||
region: content
|
||||
field_projets_liee:
|
||||
type: entity_reference_label
|
||||
@@ -110,7 +109,7 @@ content:
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 12
|
||||
weight: 13
|
||||
region: content
|
||||
field_ress:
|
||||
type: entity_reference_label
|
||||
@@ -118,7 +117,7 @@ content:
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 11
|
||||
weight: 12
|
||||
region: content
|
||||
field_sous_titre:
|
||||
type: string
|
||||
@@ -135,7 +134,7 @@ content:
|
||||
view_mode: default
|
||||
link: ''
|
||||
third_party_settings: { }
|
||||
weight: 15
|
||||
weight: 16
|
||||
region: content
|
||||
field_type_de_media:
|
||||
type: entity_reference_label
|
||||
@@ -162,21 +161,19 @@ content:
|
||||
width: 854
|
||||
height: 480
|
||||
third_party_settings: { }
|
||||
weight: 10
|
||||
weight: 11
|
||||
region: content
|
||||
title:
|
||||
type: title
|
||||
label: hidden
|
||||
settings:
|
||||
link_to_entity: true
|
||||
linked: true
|
||||
tag: h2
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
hidden:
|
||||
computed_textes_paragraphes: true
|
||||
created: true
|
||||
field_combined_paragraphs: true
|
||||
langcode: true
|
||||
links: true
|
||||
search_api_excerpt: true
|
||||
|
||||
@@ -6,7 +6,6 @@ dependencies:
|
||||
- core.entity_view_mode.node.sidebar
|
||||
- field.field.node.ressource.field_actu_liee
|
||||
- field.field.node.ressource.field_auteur_s_
|
||||
- field.field.node.ressource.field_combined_paragraphs
|
||||
- field.field.node.ressource.field_date_de_parution
|
||||
- field.field.node.ressource.field_edition
|
||||
- field.field.node.ressource.field_fichiers
|
||||
@@ -87,16 +86,14 @@ content:
|
||||
type: title
|
||||
label: hidden
|
||||
settings:
|
||||
link_to_entity: true
|
||||
linked: true
|
||||
tag: h2
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
hidden:
|
||||
computed_textes_paragraphes: true
|
||||
created: true
|
||||
field_actu_liee: true
|
||||
field_combined_paragraphs: true
|
||||
field_edition: true
|
||||
field_fichiers: true
|
||||
field_liens: true
|
||||
|
||||
@@ -6,7 +6,6 @@ dependencies:
|
||||
- core.entity_view_mode.node.teaser
|
||||
- field.field.node.ressource.field_actu_liee
|
||||
- field.field.node.ressource.field_auteur_s_
|
||||
- field.field.node.ressource.field_combined_paragraphs
|
||||
- field.field.node.ressource.field_date_de_parution
|
||||
- field.field.node.ressource.field_edition
|
||||
- field.field.node.ressource.field_fichiers
|
||||
@@ -32,14 +31,6 @@ targetEntityType: node
|
||||
bundle: ressource
|
||||
mode: teaser
|
||||
content:
|
||||
computed_textes_paragraphes:
|
||||
type: string
|
||||
label: hidden
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 10
|
||||
region: content
|
||||
field_auteur_s_:
|
||||
type: text_default
|
||||
label: hidden
|
||||
@@ -117,7 +108,7 @@ content:
|
||||
type: title
|
||||
label: hidden
|
||||
settings:
|
||||
link_to_entity: true
|
||||
linked: true
|
||||
tag: h2
|
||||
third_party_settings: { }
|
||||
weight: 3
|
||||
@@ -125,7 +116,6 @@ content:
|
||||
hidden:
|
||||
created: true
|
||||
field_actu_liee: true
|
||||
field_combined_paragraphs: true
|
||||
field_fichiers: true
|
||||
field_liens: true
|
||||
field_projets_liee: true
|
||||
|
||||
@@ -126,7 +126,7 @@ content:
|
||||
type: title
|
||||
label: hidden
|
||||
settings:
|
||||
link_to_entity: true
|
||||
linked: true
|
||||
tag: h2
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
|
||||
@@ -54,7 +54,7 @@ content:
|
||||
type: title
|
||||
label: hidden
|
||||
settings:
|
||||
link_to_entity: true
|
||||
linked: true
|
||||
tag: h2
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -6,6 +6,5 @@ dependencies:
|
||||
- config_pages
|
||||
id: config_pages.docs
|
||||
label: Docs
|
||||
description: ''
|
||||
targetEntityType: config_pages
|
||||
cache: true
|
||||
|
||||
@@ -8,6 +8,5 @@ _core:
|
||||
default_config_hash: VYERDzPNi1-oUm7KMLjol4oLcjbHr-onKbitt4dZuN0
|
||||
id: config_pages.full
|
||||
label: Full
|
||||
description: ''
|
||||
targetEntityType: config_pages
|
||||
cache: true
|
||||
|
||||
@@ -6,6 +6,5 @@ dependencies:
|
||||
- config_pages
|
||||
id: config_pages.intro
|
||||
label: Intro
|
||||
description: ''
|
||||
targetEntityType: config_pages
|
||||
cache: true
|
||||
|
||||
@@ -6,6 +6,5 @@ dependencies:
|
||||
- config_pages
|
||||
id: config_pages.toc
|
||||
label: Toc
|
||||
description: ''
|
||||
targetEntityType: config_pages
|
||||
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.annuaire_de_recherche
|
||||
label: 'Annuaire de recherche'
|
||||
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
|
||||
|
||||
@@ -6,6 +6,5 @@ dependencies:
|
||||
- node
|
||||
id: node.logo
|
||||
label: logo
|
||||
description: ''
|
||||
targetEntityType: node
|
||||
cache: true
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
uuid: b267ef04-3dee-4b9f-9f60-9763b7f08ddc
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
id: node.pdf
|
||||
label: pdf
|
||||
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
|
||||
|
||||
@@ -6,6 +6,5 @@ dependencies:
|
||||
- node
|
||||
id: node.sidebar
|
||||
label: Sidebar
|
||||
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
|
||||
|
||||
@@ -8,6 +8,5 @@ _core:
|
||||
default_config_hash: vIX64lRX14_lPePewHfWVFSyTfJt0Yh-Lja05UgP8N0
|
||||
id: node.token
|
||||
label: 'Jeton (token)'
|
||||
description: ''
|
||||
targetEntityType: node
|
||||
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:
|
||||
- paragraphs
|
||||
id: paragraph.textes_toc
|
||||
label: 'textes TOC'
|
||||
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
|
||||
|
||||
@@ -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
|
||||
@@ -16,9 +17,8 @@ module:
|
||||
block_class: 0
|
||||
block_content: 0
|
||||
breakpoint: 0
|
||||
ckeditor5: 0
|
||||
computed_field: 0
|
||||
computed_token_field: 0
|
||||
bulkdelete: 0
|
||||
ckeditor: 0
|
||||
config: 0
|
||||
config_devel: 0
|
||||
config_filter: 0
|
||||
@@ -32,6 +32,7 @@ module:
|
||||
context: 0
|
||||
context_ui: 0
|
||||
contextual: 0
|
||||
cshs: 0
|
||||
ctools: 0
|
||||
ctools_block: 0
|
||||
ctools_views: 0
|
||||
@@ -67,6 +68,9 @@ module:
|
||||
image_field_caption: 0
|
||||
inline_entity_form: 0
|
||||
jquery_ui: 0
|
||||
jquery_ui_button: 0
|
||||
jquery_ui_checkboxradio: 0
|
||||
jquery_ui_controlgroup: 0
|
||||
jquery_ui_datepicker: 0
|
||||
jquery_ui_slider: 0
|
||||
jquery_ui_touch_punch: 0
|
||||
@@ -81,6 +85,7 @@ module:
|
||||
link_attributes: 0
|
||||
linkit: 0
|
||||
locale: 0
|
||||
maillog: 0
|
||||
mailsystem: 0
|
||||
matomo: 0
|
||||
maxlength: 0
|
||||
@@ -93,12 +98,13 @@ module:
|
||||
page_cache: 0
|
||||
page_manager: 0
|
||||
page_manager_ui: 0
|
||||
pagerer: 0
|
||||
panels: 0
|
||||
path: 0
|
||||
path_alias: 0
|
||||
path_alias_xt: 0
|
||||
pathologic: 0
|
||||
persistent_login: 0
|
||||
phpass: 0
|
||||
redirect: 0
|
||||
redis: 0
|
||||
responsive_image: 0
|
||||
@@ -116,7 +122,7 @@ module:
|
||||
toolbar: 0
|
||||
translation_views: 0
|
||||
update: 0
|
||||
upgrade_status: 0
|
||||
url_to_video_filter: 0
|
||||
user: 0
|
||||
video_embed_field: 0
|
||||
views_bulk_edit: 0
|
||||
@@ -127,6 +133,7 @@ module:
|
||||
webform: 0
|
||||
webform_ui: 0
|
||||
extlink: 1
|
||||
filefield_sources: 1
|
||||
manage_display: 1
|
||||
menu_admin_per_menu: 1
|
||||
pathauto: 1
|
||||
@@ -134,7 +141,6 @@ module:
|
||||
views: 10
|
||||
paragraphs: 11
|
||||
linked_field: 100
|
||||
config_enforce: 1000
|
||||
figli_starter_kit: 1000
|
||||
theme:
|
||||
seven: 0
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
_core:
|
||||
default_config_hash: jdY7AU0tU-QsjmiOw3W8vwpYMb-By--_MSFgbqKUTYM
|
||||
langcode: fr
|
||||
definitions:
|
||||
system__admin_structure:
|
||||
menu_name: admin
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
_core:
|
||||
default_config_hash: e883aGsrt1wFrsydlYU584PZONCSfRy0DtkZ9KzHb58
|
||||
langcode: fr
|
||||
row_limit: 1000
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
_core:
|
||||
default_config_hash: 8SYa5OOpQGdg4wnttb0LFNuG6GmivsS2qNv9sTH9gDI
|
||||
langcode: fr
|
||||
page_alter: false
|
||||
raw_names: false
|
||||
error_handlers:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
_core:
|
||||
default_config_hash: IDzCy0l7vH5sENShziSE_TwGo7oDfS1yB4c26KU6WnE
|
||||
langcode: fr
|
||||
toolbar_items:
|
||||
- devel.cache_clear
|
||||
- devel.phpinfo
|
||||
|
||||
@@ -1,50 +0,0 @@
|
||||
uuid: 63cd7f9f-3e2c-427b-87fb-4572c2e1ddf5
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- filter.format.webform_default
|
||||
module:
|
||||
- ckeditor5
|
||||
format: webform_default
|
||||
editor: ckeditor5
|
||||
settings:
|
||||
toolbar:
|
||||
items:
|
||||
- heading
|
||||
- '|'
|
||||
- bold
|
||||
- italic
|
||||
- subscript
|
||||
- superscript
|
||||
- '|'
|
||||
- specialCharacters
|
||||
- '|'
|
||||
- numberedList
|
||||
- bulletedList
|
||||
- '|'
|
||||
- link
|
||||
- '|'
|
||||
- indent
|
||||
- outdent
|
||||
- '|'
|
||||
- blockQuote
|
||||
- '|'
|
||||
- sourceEditing
|
||||
plugins:
|
||||
ckeditor5_heading:
|
||||
enabled_headings:
|
||||
- heading2
|
||||
- heading3
|
||||
- heading4
|
||||
- heading5
|
||||
- heading6
|
||||
ckeditor5_list:
|
||||
properties:
|
||||
reversed: true
|
||||
startIndex: true
|
||||
multiBlock: true
|
||||
ckeditor5_sourceEditing:
|
||||
allowed_tags: { }
|
||||
image_upload:
|
||||
status: false
|
||||
@@ -1,53 +1,64 @@
|
||||
uuid: cb09e5e1-dbca-45f6-a4be-c2e2debac9a9
|
||||
uuid: 0b448044-22d4-49e6-9d45-d849b3b4d154
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- filter.format.wysiwyg
|
||||
module:
|
||||
- ckeditor5
|
||||
- ckeditor
|
||||
_core:
|
||||
default_config_hash: 45tCDsVx8RKDcrtyfVeP88jcBXzIxLtadjP2kF_DIjs
|
||||
format: wysiwyg
|
||||
editor: ckeditor5
|
||||
editor: ckeditor
|
||||
settings:
|
||||
toolbar:
|
||||
items:
|
||||
- style
|
||||
- bold
|
||||
- italic
|
||||
- underline
|
||||
- '|'
|
||||
- link
|
||||
- '|'
|
||||
- bulletedList
|
||||
- numberedList
|
||||
- '|'
|
||||
- blockQuote
|
||||
- drupalInsertImage
|
||||
- '|'
|
||||
- sourceEditing
|
||||
plugins:
|
||||
ckeditor5_imageResize:
|
||||
allow_resize: true
|
||||
ckeditor5_list:
|
||||
properties:
|
||||
reversed: true
|
||||
startIndex: true
|
||||
multiBlock: true
|
||||
ckeditor5_sourceEditing:
|
||||
allowed_tags: { }
|
||||
ckeditor5_style:
|
||||
styles:
|
||||
rows:
|
||||
-
|
||||
-
|
||||
label: Inter-titre
|
||||
element: '<h4 class="inter-titre">'
|
||||
linkit_extension:
|
||||
name: Formats
|
||||
items:
|
||||
- Styles
|
||||
- Bold
|
||||
- Italic
|
||||
- Underline
|
||||
-
|
||||
name: Liens
|
||||
items:
|
||||
- DrupalLink
|
||||
- DrupalUnlink
|
||||
-
|
||||
name: Listes
|
||||
items:
|
||||
- BulletedList
|
||||
- NumberedList
|
||||
-
|
||||
name: Média
|
||||
items:
|
||||
- Blockquote
|
||||
- DrupalImage
|
||||
-
|
||||
name: Outils
|
||||
items:
|
||||
- Source
|
||||
-
|
||||
name: Copy/Paste
|
||||
items:
|
||||
- Copy
|
||||
- Cut
|
||||
- Paste
|
||||
- PasteText
|
||||
- PasteFromWord
|
||||
plugins:
|
||||
drupallink:
|
||||
linkit_enabled: true
|
||||
linkit_profile: default
|
||||
stylescombo:
|
||||
styles: h4.inter-titre|Inter-titre
|
||||
image_upload:
|
||||
status: true
|
||||
scheme: public
|
||||
directory: wysiwyg-images
|
||||
max_size: null
|
||||
max_size: ''
|
||||
max_dimensions:
|
||||
width: null
|
||||
height: null
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
_core:
|
||||
default_config_hash: k024s6lEcCjGqAq_82KNi-RRCCc37Jxo5frFNChAqao
|
||||
langcode: fr
|
||||
login_with_username: false
|
||||
require_username_on_registration: false
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: Ed6LXVlKotwVS4tx7_rnsL-6NlBoD-PLu3KFPAvpNMc
|
||||
langcode: fr
|
||||
file_scheme: public
|
||||
upload_directory: embed_buttons
|
||||
|
||||
@@ -3,29 +3,17 @@ _core:
|
||||
langcode: fr
|
||||
extlink_target: false
|
||||
extlink_target_no_override: false
|
||||
extlink_target_display_default_title: true
|
||||
extlink_target_default_title_text: '(opens in a new window)'
|
||||
extlink_title_no_override: false
|
||||
extlink_nofollow: false
|
||||
extlink_follow_no_override: false
|
||||
extlink_subdomains: true
|
||||
extlink_alert: false
|
||||
extlink_alert_text: 'Ce lien vous dirige vers un site externe. Nous ne sommes pas responsables de son contenu.'
|
||||
extlink_additional_link_classes: ''
|
||||
extlink_additional_mailto_classes: ''
|
||||
extlink_additional_tel_classes: ''
|
||||
extlink_exclude: ''
|
||||
extlink_include: ''
|
||||
extlink_exclude_noreferrer: ''
|
||||
extlink_class: ext
|
||||
extlink_label: '(le lien est externe)'
|
||||
extlink_img_class: false
|
||||
extlink_css_exclude: ''
|
||||
extlink_css_include: ''
|
||||
extlink_css_explicit: ''
|
||||
extlink_mailto_class: mailto
|
||||
extlink_mailto_label: '(link sends email)'
|
||||
extlink_tel_class: ''
|
||||
extlink_tel_label: '(link is a phone number)'
|
||||
extlink_prevent_orphan: false
|
||||
allowed_domains: null
|
||||
|
||||
@@ -10,7 +10,7 @@ id: node.actualite.field_actu_type
|
||||
field_name: field_actu_type
|
||||
entity_type: node
|
||||
bundle: actualite
|
||||
label: "Type d'actu"
|
||||
label: 'Type d''actu'
|
||||
description: ''
|
||||
required: true
|
||||
translatable: false
|
||||
|
||||
@@ -1,29 +0,0 @@
|
||||
uuid: 041ee836-121d-494a-9c4a-3200280883a9
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_projets_liee
|
||||
- node.type.actualite
|
||||
- node.type.projet
|
||||
id: node.actualite.field_projets_liee
|
||||
field_name: field_projets_liee
|
||||
entity_type: node
|
||||
bundle: actualite
|
||||
label: 'Projet(s) lié(s)'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
handler: 'default:node'
|
||||
handler_settings:
|
||||
target_bundles:
|
||||
projet: projet
|
||||
sort:
|
||||
field: _none
|
||||
direction: ASC
|
||||
auto_create: false
|
||||
auto_create_bundle: ''
|
||||
field_type: entity_reference
|
||||
@@ -1,22 +0,0 @@
|
||||
uuid: ad8d5056-6727-4e36-9e83-6d04fe409af6
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_combined_paragraphs
|
||||
- node.type.ressource
|
||||
module:
|
||||
- computed_field
|
||||
id: node.ressource.field_combined_paragraphs
|
||||
field_name: field_combined_paragraphs
|
||||
entity_type: node
|
||||
bundle: ressource
|
||||
label: combined_paragraphs
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
token_value: '[node:field_edition:value] [node:field_sous_titre:value] [node:body] [node:field_auteur_s_:value] [node:field_textes] [node:field_accroche:value]'
|
||||
field_type: computed_string_long
|
||||
@@ -1,3 +1,4 @@
|
||||
_core:
|
||||
default_config_hash: nJk0TAQBzlNo52ehiHI7bIEPLGi0BYqZvPdEn7Chfu0
|
||||
langcode: fr
|
||||
purge_batch_size: 50
|
||||
|
||||
@@ -1,20 +0,0 @@
|
||||
uuid: f2f59d94-de34-42cb-b4a8-3223b9430157
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- computed_field
|
||||
- node
|
||||
id: node.field_combined_paragraphs
|
||||
field_name: field_combined_paragraphs
|
||||
entity_type: node
|
||||
type: computed_string_long
|
||||
settings:
|
||||
case_sensitive: false
|
||||
module: computed_field
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
||||
@@ -26,15 +26,6 @@ settings:
|
||||
-
|
||||
value: 5
|
||||
label: 'Projet livré'
|
||||
-
|
||||
value: 6
|
||||
label: 'Arrêté provisoirement'
|
||||
-
|
||||
value: 7
|
||||
label: Abandonné
|
||||
-
|
||||
value: 8
|
||||
label: 'Sélection de la MOE'
|
||||
allowed_values_function: ''
|
||||
module: options
|
||||
locked: false
|
||||
|
||||
@@ -49,7 +49,7 @@ settings:
|
||||
label: 'Pays de la Loire'
|
||||
-
|
||||
value: 12
|
||||
label: "Provence-Alpes-Côte d'Azur"
|
||||
label: 'Provence-Alpes-Côte d''Azur'
|
||||
-
|
||||
value: 13
|
||||
label: Guadeloupe
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
_core:
|
||||
default_config_hash: zZhJs6wF6FMXjS8njswFvmbk2XEGcj0nLI-mZCfAoFs
|
||||
langcode: fr
|
||||
field_prefix: field_
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user