Compare commits
88 Commits
59a0e39d0f
...
master
Author | SHA1 | Date | |
---|---|---|---|
310ff06463 | |||
249b139495 | |||
27a59c7174 | |||
80d1284484 | |||
b944bc0690 | |||
c8a186a34d | |||
e97074c0e7 | |||
1304257fe6 | |||
9709130f0c | |||
1a22f4c4c3 | |||
d912155cd0 | |||
be90064f2a | |||
fc7abaac3a | |||
11a7eb8a3f | |||
0023c1230b | |||
7a5aa0a711 | |||
1b1f8a5aef | |||
29496a9a11 | |||
9ade02e921 | |||
f44ab62723 | |||
6b92ed3183 | |||
43214f82db | |||
277807ef4b | |||
5bd85f61d5 | |||
b0eb49a93e | |||
5b13541fdc | |||
c052f89d27 | |||
cd3b47e913 | |||
217b84c755 | |||
6db99742c4 | |||
9cd6627bfa | |||
dea01885d7 | |||
e6e9e9f7ac | |||
5c4f8fd464 | |||
ccd0f3a610 | |||
bd1b450a45 | |||
018960837d | |||
e6d39d0dc3 | |||
c56dadee02 | |||
42ed7763d0 | |||
d86a691985 | |||
4845247d6b | |||
4150f9d8d5 | |||
13bbaef953 | |||
289cb7b399 | |||
ad1af49cec | |||
838163f34e | |||
2c3c1b02d0 | |||
87c7fb881d | |||
1a0bd22366 | |||
42d5494278 | |||
b8ee08c029 | |||
508f0c1f6f | |||
a08d5658a9 | |||
bd5f1bca88 | |||
7f62e67b5a | |||
d98506a9c5 | |||
05ff1c3c74 | |||
dec98f68d4 | |||
fe03cbe40f | |||
935fe18134 | |||
072f7da7de | |||
842b220b1d | |||
97b7d0396f | |||
fea4a05aab | |||
c3c3f5fab8 | |||
9efd055028 | |||
e9c29cb090 | |||
d7daa253b7 | |||
4adc386dc6 | |||
0dbd73ffe0 | |||
1b9e835792 | |||
440134ae68 | |||
3894df0162 | |||
090ead3cbb | |||
c444355f1b | |||
d27c68f389 | |||
33f79c0d3e | |||
54e34f98f9 | |||
746c347042 | |||
9e171e69a6 | |||
432bf3c253 | |||
fa8bcef1c3 | |||
03165aa5d8 | |||
ebadb23dcd | |||
652f8ef333 | |||
2636bef2b2 | |||
510aae23d7 |
3
.gitattributes
vendored
3
.gitattributes
vendored
@ -42,6 +42,9 @@
|
||||
*.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."
|
||||
|
@ -16,15 +16,36 @@
|
||||
],
|
||||
"require": {
|
||||
"composer/installers": "^2.0",
|
||||
"drupal/core-composer-scaffold": "^10.1",
|
||||
"drupal/core-project-message": "^10.1",
|
||||
"drupal/core-recommended": "^10.1",
|
||||
"drupal/agreement": "^3.0@alpha",
|
||||
"drupal/better_exposed_filters": "^6.0",
|
||||
"drupal/betterlogin": "^2.0",
|
||||
"drupal/config_pages": "^2.0",
|
||||
"drupal/core-composer-scaffold": "^10.2",
|
||||
"drupal/core-project-message": "^10.2",
|
||||
"drupal/core-recommended": "^10.2",
|
||||
"drupal/devel": "^5.1",
|
||||
"drupal/email_registration": "^1.4",
|
||||
"drupal/faq": "^1.2",
|
||||
"drupal/geofield": "^1.61",
|
||||
"drupal/geofield_map": "^3.0",
|
||||
"drupal/image_delta_formatter": "^1.2",
|
||||
"drupal/image_field_caption": "^2.0",
|
||||
"drupal/leaflet": "^10.2",
|
||||
"drupal/linked_field": "^1.5",
|
||||
"drupal/matomo": "^1.23",
|
||||
"drupal/page_manager": "^4.0@RC",
|
||||
"drupal/panels": "^4.7",
|
||||
"drupal/paragraphs": "^1.16",
|
||||
"drupal/smart_date": "^4.1@RC",
|
||||
"drupal/password_policy": "^4.0",
|
||||
"drupal/profile": "^1.9",
|
||||
"drupal/registration_role": "^2.0",
|
||||
"drupal/smart_date": "^4.2",
|
||||
"drupal/social_media_links": "^2.9",
|
||||
"drupal/structure_sync": "^2.0",
|
||||
"drupal/terms_of_use": "^2.3",
|
||||
"drupal/user_email_verification": "^1.2",
|
||||
"drupal/view_unpublished": "^1.2",
|
||||
"drupal/webform": "^6.2",
|
||||
"wikimedia/composer-merge-plugin": "^2.1"
|
||||
},
|
||||
"conflict": {
|
||||
@ -109,6 +130,11 @@
|
||||
"merge-extra": true
|
||||
},
|
||||
"patches": {
|
||||
},
|
||||
"oldpatches": {
|
||||
"drupal/user_email_verification":{
|
||||
"Fatal error when rules module is missing https://www.drupal.org/project/user_email_verification/issues/3376165":"https://www.drupal.org/files/issues/2023-07-21/user_email_verification-rules_conditions-3376165-2.patch"
|
||||
},
|
||||
"drupal/social_media_links":{
|
||||
"Replace Twitter with X https://www.drupal.org/project/social_media_links/issues/3384469": "https://www.drupal.org/files/issues/2023-09-12/social_media_links-change_twitter_to_x-3384469-7.patch"
|
||||
}
|
||||
|
4667
composer.lock
generated
4667
composer.lock
generated
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,3 @@
|
||||
_core:
|
||||
default_config_hash: RumewwAShocwpN5KgIf0U8Z2yd4_f7mQJpYnwLTzhhQ
|
||||
langcode: fr
|
||||
menu_depth: 4
|
||||
|
20
config/sync/block.block.erabletheme_connexionutilisateur.yml
Normal file
20
config/sync/block.block.erabletheme_connexionutilisateur.yml
Normal file
@ -0,0 +1,20 @@
|
||||
uuid: 5ef7f4c4-4f3a-457a-9419-02a39010652a
|
||||
langcode: fr
|
||||
status: false
|
||||
dependencies:
|
||||
module:
|
||||
- user
|
||||
theme:
|
||||
- erabletheme
|
||||
id: erabletheme_connexionutilisateur
|
||||
theme: erabletheme
|
||||
region: footer_center
|
||||
weight: -8
|
||||
provider: null
|
||||
plugin: user_login_block
|
||||
settings:
|
||||
id: user_login_block
|
||||
label: 'Connexion utilisateur'
|
||||
label_display: '0'
|
||||
provider: user
|
||||
visibility: { }
|
@ -11,7 +11,7 @@ dependencies:
|
||||
id: erabletheme_header
|
||||
theme: erabletheme
|
||||
region: header
|
||||
weight: 2
|
||||
weight: -5
|
||||
provider: null
|
||||
plugin: 'menu_block:header'
|
||||
settings:
|
||||
|
31
config/sync/block.block.erabletheme_leprogramme.yml
Normal file
31
config/sync/block.block.erabletheme_leprogramme.yml
Normal file
@ -0,0 +1,31 @@
|
||||
uuid: b233a4bb-16c2-4ebb-8588-a835dad22f53
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- system.menu.le-
|
||||
module:
|
||||
- menu_block
|
||||
theme:
|
||||
- erabletheme
|
||||
id: erabletheme_leprogramme
|
||||
theme: erabletheme
|
||||
region: secondary_menu
|
||||
weight: 0
|
||||
provider: null
|
||||
plugin: 'menu_block:le-'
|
||||
settings:
|
||||
id: 'menu_block:le-'
|
||||
label: 'Le Programme'
|
||||
label_display: visible
|
||||
provider: menu_block
|
||||
follow: false
|
||||
follow_parent: child
|
||||
label_link: false
|
||||
label_type: block
|
||||
level: 1
|
||||
depth: 0
|
||||
expand_all_items: false
|
||||
parent: 'le-:'
|
||||
suggestion: le_
|
||||
visibility: { }
|
31
config/sync/block.block.erabletheme_leprogramme_2.yml
Normal file
31
config/sync/block.block.erabletheme_leprogramme_2.yml
Normal file
@ -0,0 +1,31 @@
|
||||
uuid: fdcecdf1-6b41-44be-9a67-d1bc81a2eab3
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- system.menu.le-
|
||||
module:
|
||||
- menu_block
|
||||
theme:
|
||||
- erabletheme
|
||||
id: erabletheme_leprogramme_2
|
||||
theme: erabletheme
|
||||
region: sidebar_first
|
||||
weight: 0
|
||||
provider: null
|
||||
plugin: 'menu_block:le-'
|
||||
settings:
|
||||
id: 'menu_block:le-'
|
||||
label: 'Le Programme'
|
||||
label_display: visible
|
||||
provider: menu_block
|
||||
follow: false
|
||||
follow_parent: child
|
||||
label_link: false
|
||||
label_type: block
|
||||
level: 1
|
||||
depth: 0
|
||||
expand_all_items: false
|
||||
parent: 'le-:'
|
||||
suggestion: le_
|
||||
visibility: { }
|
25
config/sync/block.block.erabletheme_logoepau_2.yml
Normal file
25
config/sync/block.block.erabletheme_logoepau_2.yml
Normal file
@ -0,0 +1,25 @@
|
||||
uuid: f7bdd26c-e6c1-4478-bbda-8a6065351ed2
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
content:
|
||||
- 'block_content:logo_link:3276aaec-886f-4368-a08e-002f8e90e274'
|
||||
module:
|
||||
- block_content
|
||||
theme:
|
||||
- erabletheme
|
||||
id: erabletheme_logoepau_2
|
||||
theme: erabletheme
|
||||
region: header
|
||||
weight: -7
|
||||
provider: null
|
||||
plugin: 'block_content:3276aaec-886f-4368-a08e-002f8e90e274'
|
||||
settings:
|
||||
id: 'block_content:3276aaec-886f-4368-a08e-002f8e90e274'
|
||||
label: 'logo epau'
|
||||
label_display: '0'
|
||||
provider: block_content
|
||||
status: true
|
||||
info: ''
|
||||
view_mode: full
|
||||
visibility: { }
|
@ -11,7 +11,7 @@ dependencies:
|
||||
id: erabletheme_logoerable
|
||||
theme: erabletheme
|
||||
region: header
|
||||
weight: -1
|
||||
weight: -6
|
||||
provider: null
|
||||
plugin: 'block_content:60ae10db-2185-4e75-a324-3590dec9d124'
|
||||
settings:
|
||||
|
25
config/sync/block.block.erabletheme_logorep_2.yml
Normal file
25
config/sync/block.block.erabletheme_logorep_2.yml
Normal file
@ -0,0 +1,25 @@
|
||||
uuid: 1cde71d9-f26f-4209-a5ea-384bb158f9eb
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
content:
|
||||
- 'block_content:logo_link:e08fbafe-5787-4aba-8a5f-c3996085bce6'
|
||||
module:
|
||||
- block_content
|
||||
theme:
|
||||
- erabletheme
|
||||
id: erabletheme_logorep_2
|
||||
theme: erabletheme
|
||||
region: header
|
||||
weight: -8
|
||||
provider: null
|
||||
plugin: 'block_content:e08fbafe-5787-4aba-8a5f-c3996085bce6'
|
||||
settings:
|
||||
id: 'block_content:e08fbafe-5787-4aba-8a5f-c3996085bce6'
|
||||
label: 'logo rep'
|
||||
label_display: '0'
|
||||
provider: block_content
|
||||
status: true
|
||||
info: ''
|
||||
view_mode: full
|
||||
visibility: { }
|
@ -1,25 +0,0 @@
|
||||
uuid: 0c7a737f-f9f7-4b6b-ae07-cd04247b9f72
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
content:
|
||||
- 'block_content:logo_link:284bfddc-42a2-4268-ab22-b22cd0014e59'
|
||||
module:
|
||||
- block_content
|
||||
theme:
|
||||
- erabletheme
|
||||
id: erabletheme_logorepublique
|
||||
theme: erabletheme
|
||||
region: header
|
||||
weight: -2
|
||||
provider: null
|
||||
plugin: 'block_content:284bfddc-42a2-4268-ab22-b22cd0014e59'
|
||||
settings:
|
||||
id: 'block_content:284bfddc-42a2-4268-ab22-b22cd0014e59'
|
||||
label: 'logo republique'
|
||||
label_display: '0'
|
||||
provider: block_content
|
||||
status: true
|
||||
info: ''
|
||||
view_mode: full
|
||||
visibility: { }
|
@ -0,0 +1,31 @@
|
||||
uuid: 2d1b25c8-da6a-493a-a7bf-c28f91c0fd99
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- system.menu.account
|
||||
module:
|
||||
- menu_block
|
||||
theme:
|
||||
- erabletheme
|
||||
id: erabletheme_menuducomptedelutilisateur
|
||||
theme: erabletheme
|
||||
region: footer_center
|
||||
weight: -7
|
||||
provider: null
|
||||
plugin: 'menu_block:account'
|
||||
settings:
|
||||
id: 'menu_block:account'
|
||||
label: "Menu du compte de l'utilisateur"
|
||||
label_display: '0'
|
||||
provider: menu_block
|
||||
follow: false
|
||||
follow_parent: child
|
||||
label_link: false
|
||||
label_type: block
|
||||
level: 1
|
||||
depth: 0
|
||||
expand_all_items: false
|
||||
parent: 'account:'
|
||||
suggestion: account
|
||||
visibility: { }
|
@ -10,8 +10,8 @@ dependencies:
|
||||
- erabletheme
|
||||
id: erabletheme_navigationprincipale
|
||||
theme: erabletheme
|
||||
region: header
|
||||
weight: 0
|
||||
region: primary_menu
|
||||
weight: -5
|
||||
provider: null
|
||||
plugin: 'menu_block:main'
|
||||
settings:
|
||||
|
@ -11,7 +11,7 @@ dependencies:
|
||||
id: erabletheme_pieddepage
|
||||
theme: erabletheme
|
||||
region: footer_center
|
||||
weight: 0
|
||||
weight: -5
|
||||
provider: null
|
||||
plugin: 'menu_block:footer'
|
||||
settings:
|
||||
|
@ -1,16 +1,15 @@
|
||||
uuid: 3eb1e80e-a7a2-4d83-8087-50818311788f
|
||||
langcode: fr
|
||||
status: true
|
||||
status: false
|
||||
dependencies:
|
||||
module:
|
||||
- block_class
|
||||
- social_media_links
|
||||
theme:
|
||||
- erabletheme
|
||||
id: erabletheme_socialmedialinks
|
||||
theme: erabletheme
|
||||
region: header
|
||||
weight: 1
|
||||
weight: -4
|
||||
provider: null
|
||||
plugin: social_media_links_block
|
||||
settings:
|
||||
|
@ -3,7 +3,6 @@ langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- block_class
|
||||
- social_media_links
|
||||
theme:
|
||||
- erabletheme
|
||||
@ -20,11 +19,11 @@ settings:
|
||||
provider: social_media_links
|
||||
platforms:
|
||||
linkedin:
|
||||
value: erable
|
||||
value: company/erable-raconter-le-vivant-pour-agir
|
||||
description: ''
|
||||
weight: '-43'
|
||||
twitter:
|
||||
value: erable
|
||||
value: erable_program
|
||||
description: ''
|
||||
weight: '-42'
|
||||
amazon:
|
||||
|
@ -3,7 +3,6 @@ langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- block_class
|
||||
- node
|
||||
theme:
|
||||
- erabletheme
|
||||
|
30
config/sync/block.block.erabletheme_unequestion.yml
Normal file
30
config/sync/block.block.erabletheme_unequestion.yml
Normal file
@ -0,0 +1,30 @@
|
||||
uuid: 8eb6829e-ca59-4575-9995-09c358c6044e
|
||||
langcode: fr
|
||||
status: false
|
||||
dependencies:
|
||||
content:
|
||||
- 'block_content:link:82c97cc5-9a38-42e6-852f-e160d945a338'
|
||||
module:
|
||||
- block_content
|
||||
- system
|
||||
theme:
|
||||
- erabletheme
|
||||
id: erabletheme_unequestion
|
||||
theme: erabletheme
|
||||
region: sidebar_second
|
||||
weight: 0
|
||||
provider: null
|
||||
plugin: 'block_content:82c97cc5-9a38-42e6-852f-e160d945a338'
|
||||
settings:
|
||||
id: 'block_content:82c97cc5-9a38-42e6-852f-e160d945a338'
|
||||
label: 'Une question ?'
|
||||
label_display: visible
|
||||
provider: block_content
|
||||
status: true
|
||||
info: ''
|
||||
view_mode: full
|
||||
visibility:
|
||||
request_path:
|
||||
id: request_path
|
||||
negate: false
|
||||
pages: /node/2
|
@ -0,0 +1,23 @@
|
||||
uuid: 155a7584-5e51-498b-a5f8-b0e84e6c69b4
|
||||
langcode: fr
|
||||
status: false
|
||||
dependencies:
|
||||
module:
|
||||
- user_email_verification
|
||||
theme:
|
||||
- erabletheme
|
||||
id: erabletheme_useremailverificationnotification
|
||||
theme: erabletheme
|
||||
region: footer_center
|
||||
weight: -6
|
||||
provider: null
|
||||
plugin: user_email_verification_notification
|
||||
settings:
|
||||
id: user_email_verification_notification
|
||||
label: 'User Email verification notification'
|
||||
label_display: visible
|
||||
provider: user_email_verification
|
||||
notification:
|
||||
value: 'Verify your Email by 3 simple steps:1. Open your mail inbox,2. Find Email verification message from [site:name],3. Click by verification link.'
|
||||
format: wysiwyg
|
||||
visibility: { }
|
@ -0,0 +1,23 @@
|
||||
uuid: 073a7f08-cb29-45bc-9e4b-1012e850f692
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- user_email_verification
|
||||
theme:
|
||||
- erabletheme
|
||||
id: erabletheme_useremailverificationnotification_2
|
||||
theme: erabletheme
|
||||
region: featured
|
||||
weight: 0
|
||||
provider: null
|
||||
plugin: user_email_verification_notification
|
||||
settings:
|
||||
id: user_email_verification_notification
|
||||
label: 'Validation de votre email'
|
||||
label_display: visible
|
||||
provider: user_email_verification
|
||||
notification:
|
||||
value: '<p>Verifiez votre Email : Clickez sur le lien de verification dans le mail envoyé par [site:name].</p>'
|
||||
format: wysiwyg
|
||||
visibility: { }
|
@ -0,0 +1,33 @@
|
||||
uuid: b68c1fb5-1b2f-46a4-8e03-b4b198467e39
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- views.view.projets
|
||||
module:
|
||||
- node
|
||||
- views
|
||||
theme:
|
||||
- erabletheme
|
||||
id: erabletheme_views_block__projets_block_1
|
||||
theme: erabletheme
|
||||
region: sidebar_first
|
||||
weight: 0
|
||||
provider: null
|
||||
plugin: 'views_block:projets-block_1'
|
||||
settings:
|
||||
id: 'views_block:projets-block_1'
|
||||
label: ''
|
||||
label_display: visible
|
||||
provider: views
|
||||
views_label: ''
|
||||
items_per_page: none
|
||||
exposed: { }
|
||||
visibility:
|
||||
'entity_bundle:node':
|
||||
id: 'entity_bundle:node'
|
||||
negate: false
|
||||
context_mapping:
|
||||
node: '@node.node_route_context:node'
|
||||
bundles:
|
||||
projet: projet
|
@ -0,0 +1,30 @@
|
||||
uuid: 06d94b61-c1be-4382-b4e0-2184f06300c7
|
||||
langcode: fr
|
||||
status: false
|
||||
dependencies:
|
||||
content:
|
||||
- 'block_content:link:40c00cc4-49aa-41f8-b27c-3545c6be2982'
|
||||
module:
|
||||
- block_content
|
||||
- system
|
||||
theme:
|
||||
- erabletheme
|
||||
id: erabletheme_votrequestionnexistepas
|
||||
theme: erabletheme
|
||||
region: sidebar_second
|
||||
weight: 0
|
||||
provider: null
|
||||
plugin: 'block_content:40c00cc4-49aa-41f8-b27c-3545c6be2982'
|
||||
settings:
|
||||
id: 'block_content:40c00cc4-49aa-41f8-b27c-3545c6be2982'
|
||||
label: "Votre question n'éxiste pas ?"
|
||||
label_display: visible
|
||||
provider: block_content
|
||||
status: true
|
||||
info: ''
|
||||
view_mode: full
|
||||
visibility:
|
||||
request_path:
|
||||
id: request_path
|
||||
negate: false
|
||||
pages: /faq-page
|
@ -4,6 +4,7 @@ langcode: fr
|
||||
maxlength_block_class_field: 255
|
||||
field_type: multiple_textfields
|
||||
default_case: standard
|
||||
block_classes_stored: { }
|
||||
enable_attributes: true
|
||||
enable_auto_complete: true
|
||||
qty_classes_per_block: 10
|
||||
@ -15,7 +16,7 @@ weight_attributes: 0
|
||||
weight_class: 0
|
||||
weight_id: 0
|
||||
filter_html_clean_css_identifier: ''
|
||||
maxlength_attributes: 0
|
||||
maxlength_attributes: 255
|
||||
maxlength_id: 255
|
||||
attribute_keys_stored: '[]'
|
||||
attribute_value_stored: '[]'
|
||||
|
8
config/sync/block_content.type.link.yml
Normal file
8
config/sync/block_content.type.link.yml
Normal file
@ -0,0 +1,8 @@
|
||||
uuid: aa440e91-840d-4132-9053-b4d52c2fa5db
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: link
|
||||
label: Link
|
||||
revision: false
|
||||
description: ''
|
@ -4,5 +4,5 @@ status: true
|
||||
dependencies: { }
|
||||
id: logo_link
|
||||
label: 'Logo link'
|
||||
revision: 0
|
||||
revision: false
|
||||
description: ''
|
||||
|
@ -2,4 +2,3 @@ _core:
|
||||
default_config_hash: AF4cxceuiw6dhwOrF9ZgpyKC4xsWt4Yhvohb3WNgn8o
|
||||
auto_import: { }
|
||||
auto_export: { }
|
||||
langcode: fr
|
||||
|
@ -1,4 +1,4 @@
|
||||
_core:
|
||||
default_config_hash: LzdDtE3Im_Ysio7g1Eo8ymSMq0mgSQMPzv0khsr_J64
|
||||
langcode: fr
|
||||
ignored_config_entities: { }
|
||||
mode: simple
|
||||
|
17
config/sync/config_pages.type.les_projets.yml
Normal file
17
config/sync/config_pages.type.les_projets.yml
Normal file
@ -0,0 +1,17 @@
|
||||
uuid: 489de33d-a68c-41d8-b843-87ce72b5dfce
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: les_projets
|
||||
label: 'Les projets'
|
||||
token: true
|
||||
context:
|
||||
show_warning: true
|
||||
group:
|
||||
language: false
|
||||
fallback:
|
||||
language: ''
|
||||
menu:
|
||||
path: /admin/content/projets
|
||||
weight: 0
|
||||
description: ''
|
17
config/sync/config_pages.type.meetup.yml
Normal file
17
config/sync/config_pages.type.meetup.yml
Normal file
@ -0,0 +1,17 @@
|
||||
uuid: 982d1280-03dd-4001-bc0f-31f45a368ddb
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: meetup
|
||||
label: Meetup
|
||||
token: true
|
||||
context:
|
||||
show_warning: true
|
||||
group:
|
||||
language: false
|
||||
fallback:
|
||||
language: ''
|
||||
menu:
|
||||
path: /admin/content/meetup
|
||||
weight: 0
|
||||
description: ''
|
17
config/sync/config_pages.type.partenaires.yml
Normal file
17
config/sync/config_pages.type.partenaires.yml
Normal file
@ -0,0 +1,17 @@
|
||||
uuid: 5d4ed356-2db2-4817-b5cd-ac0d7df3cd20
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: partenaires
|
||||
label: Partenaires
|
||||
token: true
|
||||
context:
|
||||
show_warning: true
|
||||
group:
|
||||
language: false
|
||||
fallback:
|
||||
language: ''
|
||||
menu:
|
||||
path: /admin/content/partenaires
|
||||
weight: 0
|
||||
description: ''
|
@ -1,6 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: Ybib_dFQ1insjZmm1a7bQlvdUVX8BGbF8EZGz2jMBPo
|
||||
langcode: fr
|
||||
default_form: feedback
|
||||
flood:
|
||||
limit: 5
|
||||
|
@ -1,6 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: IdcCyfVkD8kunSj3rbm1mwrfJbfcJK4bjfPheIqxnxI
|
||||
langcode: fr
|
||||
verbose: 0
|
||||
types:
|
||||
contact_message: { }
|
||||
|
@ -1,5 +1,4 @@
|
||||
_core:
|
||||
default_config_hash: S2TgQLZhiodGAfJKqb5Epnsksw3ST09nIMqTazOcBuI
|
||||
langcode: fr
|
||||
content_lock_timeout_minutes: '30'
|
||||
content_lock_timeout_on_edit: 0
|
||||
|
22
config/sync/core.base_field_override.node.offre.promote.yml
Normal file
22
config/sync/core.base_field_override.node.offre.promote.yml
Normal file
@ -0,0 +1,22 @@
|
||||
uuid: 9e7d783d-631f-46ea-8995-6be563f32f89
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.offre
|
||||
id: node.offre.promote
|
||||
field_name: promote
|
||||
entity_type: node
|
||||
bundle: offre
|
||||
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
|
22
config/sync/core.base_field_override.node.offre.status.yml
Normal file
22
config/sync/core.base_field_override.node.offre.status.yml
Normal file
@ -0,0 +1,22 @@
|
||||
uuid: 3bd75eb8-384a-437d-8240-2c665b0d11bf
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.offre
|
||||
id: node.offre.status
|
||||
field_name: status
|
||||
entity_type: node
|
||||
bundle: offre
|
||||
label: Publié
|
||||
description: ''
|
||||
required: false
|
||||
translatable: true
|
||||
default_value:
|
||||
-
|
||||
value: 0
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
on_label: Activé
|
||||
off_label: Désactivé
|
||||
field_type: boolean
|
22
config/sync/core.base_field_override.node.projet.promote.yml
Normal file
22
config/sync/core.base_field_override.node.projet.promote.yml
Normal file
@ -0,0 +1,22 @@
|
||||
uuid: 1f0169b8-8fc4-4998-9cd3-c8f7b052921b
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.projet
|
||||
id: node.projet.promote
|
||||
field_name: promote
|
||||
entity_type: node
|
||||
bundle: projet
|
||||
label: "Promu en page d'accueil"
|
||||
description: ''
|
||||
required: false
|
||||
translatable: true
|
||||
default_value:
|
||||
-
|
||||
value: 0
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
on_label: Activé
|
||||
off_label: Désactivé
|
||||
field_type: boolean
|
@ -0,0 +1,22 @@
|
||||
uuid: fa6a3f8d-43b1-4744-b392-d9a8dde206f9
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.ressource
|
||||
id: node.ressource.promote
|
||||
field_name: promote
|
||||
entity_type: node
|
||||
bundle: ressource
|
||||
label: "Promu en page d'accueil"
|
||||
description: ''
|
||||
required: false
|
||||
translatable: true
|
||||
default_value:
|
||||
-
|
||||
value: 0
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
on_label: Activé
|
||||
off_label: Désactivé
|
||||
field_type: boolean
|
@ -0,0 +1,38 @@
|
||||
uuid: 2b032f99-8e01-4053-b4d3-ea250a2628dc
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- block_content.type.link
|
||||
- field.field.block_content.link.field_lien_libele
|
||||
module:
|
||||
- link
|
||||
id: block_content.link.default
|
||||
targetEntityType: block_content
|
||||
bundle: link
|
||||
mode: default
|
||||
content:
|
||||
field_lien_libele:
|
||||
type: link_default
|
||||
weight: 26
|
||||
region: content
|
||||
settings:
|
||||
placeholder_url: ''
|
||||
placeholder_title: ''
|
||||
third_party_settings: { }
|
||||
info:
|
||||
type: string_textfield
|
||||
weight: -5
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
langcode:
|
||||
type: language_select
|
||||
weight: 2
|
||||
region: content
|
||||
settings:
|
||||
include_locked: true
|
||||
third_party_settings: { }
|
||||
hidden: { }
|
@ -0,0 +1,24 @@
|
||||
uuid: dc8884e8-08cc-43a3-a9fd-00eea58bfc67
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- config_pages.type.les_projets
|
||||
- field.field.config_pages.les_projets.field_intro
|
||||
module:
|
||||
- text
|
||||
id: config_pages.les_projets.default
|
||||
targetEntityType: config_pages
|
||||
bundle: les_projets
|
||||
mode: default
|
||||
content:
|
||||
field_intro:
|
||||
type: text_textarea
|
||||
weight: 0
|
||||
region: content
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
label: true
|
@ -0,0 +1,24 @@
|
||||
uuid: 2f5f298f-065f-4f06-a802-d3d3e9aabc22
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- config_pages.type.meetup
|
||||
- field.field.config_pages.meetup.field_intro
|
||||
module:
|
||||
- text
|
||||
id: config_pages.meetup.default
|
||||
targetEntityType: config_pages
|
||||
bundle: meetup
|
||||
mode: default
|
||||
content:
|
||||
field_intro:
|
||||
type: text_textarea
|
||||
weight: 0
|
||||
region: content
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
label: true
|
@ -0,0 +1,24 @@
|
||||
uuid: ac8b36dd-5535-49aa-8acb-cf54fc1af148
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- config_pages.type.partenaires
|
||||
- field.field.config_pages.partenaires.field_intro
|
||||
module:
|
||||
- text
|
||||
id: config_pages.partenaires.default
|
||||
targetEntityType: config_pages
|
||||
bundle: partenaires
|
||||
mode: default
|
||||
content:
|
||||
field_intro:
|
||||
type: text_textarea
|
||||
weight: 0
|
||||
region: content
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
label: true
|
95
config/sync/core.entity_form_display.node.faq.default.yml
Normal file
95
config/sync/core.entity_form_display.node.faq.default.yml
Normal file
@ -0,0 +1,95 @@
|
||||
uuid: f9592b3c-a546-4994-98de-98059045d0a7
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.node.faq.body
|
||||
- field.field.node.faq.field_detailed_question
|
||||
- node.type.faq
|
||||
module:
|
||||
- path
|
||||
- text
|
||||
_core:
|
||||
default_config_hash: TNqy7c_8xILlBgAIoqfCVT0POwfRYmZsqvs97HVfnFg
|
||||
id: node.faq.default
|
||||
targetEntityType: node
|
||||
bundle: faq
|
||||
mode: default
|
||||
content:
|
||||
body:
|
||||
type: text_textarea_with_summary
|
||||
weight: 2
|
||||
region: content
|
||||
settings:
|
||||
rows: 9
|
||||
summary_rows: 3
|
||||
placeholder: ''
|
||||
show_summary: false
|
||||
third_party_settings: { }
|
||||
created:
|
||||
type: datetime_timestamp
|
||||
weight: 6
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_detailed_question:
|
||||
type: text_textarea
|
||||
weight: 1
|
||||
region: content
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
langcode:
|
||||
type: language_select
|
||||
weight: 3
|
||||
region: content
|
||||
settings:
|
||||
include_locked: true
|
||||
third_party_settings: { }
|
||||
path:
|
||||
type: path
|
||||
weight: 4
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
promote:
|
||||
type: boolean_checkbox
|
||||
weight: 7
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
status:
|
||||
type: boolean_checkbox
|
||||
weight: 9
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
sticky:
|
||||
type: boolean_checkbox
|
||||
weight: 8
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
title:
|
||||
type: string_textfield
|
||||
weight: 0
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
uid:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 5
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
hidden: { }
|
134
config/sync/core.entity_form_display.node.offre.default.yml
Normal file
134
config/sync/core.entity_form_display.node.offre.default.yml
Normal file
@ -0,0 +1,134 @@
|
||||
uuid: 159ae36a-f89a-4f82-8b1c-3638eca6fa94
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.node.offre.field_description
|
||||
- field.field.node.offre.field_documents_complementaires
|
||||
- field.field.node.offre.field_image_de_presentation
|
||||
- field.field.node.offre.field_lien_offre
|
||||
- field.field.node.offre.field_localisation
|
||||
- field.field.node.offre.field_structure
|
||||
- image.style.thumbnail
|
||||
- node.type.offre
|
||||
module:
|
||||
- address
|
||||
- cshs
|
||||
- field_group
|
||||
- file
|
||||
- image
|
||||
- link
|
||||
- text
|
||||
third_party_settings:
|
||||
field_group:
|
||||
group_details:
|
||||
children:
|
||||
- uid
|
||||
- created
|
||||
- field_validation
|
||||
- status
|
||||
label: Details
|
||||
region: content
|
||||
parent_name: ''
|
||||
weight: 11
|
||||
format_type: details_sidebar
|
||||
format_settings:
|
||||
classes: ''
|
||||
show_empty_fields: false
|
||||
id: ''
|
||||
label_as_html: false
|
||||
open: true
|
||||
description: ''
|
||||
required_fields: true
|
||||
weight: 0
|
||||
id: node.offre.default
|
||||
targetEntityType: node
|
||||
bundle: offre
|
||||
mode: default
|
||||
content:
|
||||
created:
|
||||
type: datetime_timestamp
|
||||
weight: 9
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_description:
|
||||
type: text_textarea
|
||||
weight: 3
|
||||
region: content
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_documents_complementaires:
|
||||
type: file_generic
|
||||
weight: 5
|
||||
region: content
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
third_party_settings: { }
|
||||
field_image_de_presentation:
|
||||
type: image_image
|
||||
weight: 4
|
||||
region: content
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
preview_image_style: thumbnail
|
||||
third_party_settings: { }
|
||||
field_lien_offre:
|
||||
type: link_default
|
||||
weight: 6
|
||||
region: content
|
||||
settings:
|
||||
placeholder_url: ''
|
||||
placeholder_title: ''
|
||||
third_party_settings: { }
|
||||
field_localisation:
|
||||
type: address_default
|
||||
weight: 2
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_structure:
|
||||
type: cshs
|
||||
weight: 1
|
||||
region: content
|
||||
settings:
|
||||
save_lineage: false
|
||||
force_deepest: false
|
||||
parent: ''
|
||||
level_labels: ''
|
||||
hierarchy_depth: 0
|
||||
required_depth: 0
|
||||
none_label: '- Please select -'
|
||||
third_party_settings: { }
|
||||
status:
|
||||
type: boolean_checkbox
|
||||
weight: 11
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
title:
|
||||
type: string_textfield
|
||||
weight: 0
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
uid:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 8
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
langcode: true
|
||||
path: true
|
||||
promote: true
|
||||
sticky: true
|
419
config/sync/core.entity_form_display.node.projet.default.yml
Normal file
419
config/sync/core.entity_form_display.node.projet.default.yml
Normal file
@ -0,0 +1,419 @@
|
||||
uuid: 85689c5e-1da1-4e43-bec6-4463b338ced0
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.node.projet.field_actualites_liees
|
||||
- field.field.node.projet.field_carte
|
||||
- field.field.node.projet.field_chiffres_clefs
|
||||
- field.field.node.projet.field_chronologie
|
||||
- field.field.node.projet.field_collectif_du_projet
|
||||
- field.field.node.projet.field_diaporama
|
||||
- field.field.node.projet.field_intro
|
||||
- field.field.node.projet.field_legende_carte
|
||||
- field.field.node.projet.field_liens
|
||||
- field.field.node.projet.field_localisation_textuel
|
||||
- field.field.node.projet.field_pieces_jointes
|
||||
- field.field.node.projet.field_poids
|
||||
- field.field.node.projet.field_pour_aller_plus_loin
|
||||
- field.field.node.projet.field_session
|
||||
- field.field.node.projet.field_sous_titre
|
||||
- field.field.node.projet.field_texte
|
||||
- field.field.node.projet.field_th
|
||||
- image.style.thumbnail
|
||||
- node.type.projet
|
||||
module:
|
||||
- field_group
|
||||
- file
|
||||
- image
|
||||
- link
|
||||
- paragraphs
|
||||
- path
|
||||
- text
|
||||
third_party_settings:
|
||||
field_group:
|
||||
group_tabs:
|
||||
children:
|
||||
- group_textes
|
||||
- group_diaporama
|
||||
- group_carte
|
||||
- group_thematiques
|
||||
- group_collectif_du_projet
|
||||
- group_annexe
|
||||
- group_transversal
|
||||
label: Tabs
|
||||
region: content
|
||||
parent_name: ''
|
||||
weight: 1
|
||||
format_type: tabs
|
||||
format_settings:
|
||||
classes: ''
|
||||
show_empty_fields: false
|
||||
id: ''
|
||||
label_as_html: false
|
||||
direction: horizontal
|
||||
width_breakpoint: 640
|
||||
group_textes:
|
||||
children:
|
||||
- field_sous_titre
|
||||
- field_localisation_textuel
|
||||
- field_intro
|
||||
- field_texte
|
||||
- field_chiffres_clefs
|
||||
- field_chronologie
|
||||
label: Contenus
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 21
|
||||
format_type: tab
|
||||
format_settings:
|
||||
classes: ''
|
||||
show_empty_fields: false
|
||||
id: ''
|
||||
label_as_html: false
|
||||
formatter: open
|
||||
description: ''
|
||||
required_fields: true
|
||||
group_carte:
|
||||
children:
|
||||
- field_legende_carte
|
||||
- field_carte
|
||||
label: carte
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 23
|
||||
format_type: tab
|
||||
format_settings:
|
||||
classes: ''
|
||||
show_empty_fields: false
|
||||
id: ''
|
||||
label_as_html: false
|
||||
formatter: closed
|
||||
description: ''
|
||||
required_fields: true
|
||||
group_diaporama:
|
||||
children:
|
||||
- field_diaporama
|
||||
label: Diaporama
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 22
|
||||
format_type: tab
|
||||
format_settings:
|
||||
classes: ''
|
||||
show_empty_fields: false
|
||||
id: ''
|
||||
label_as_html: false
|
||||
formatter: closed
|
||||
description: ''
|
||||
required_fields: true
|
||||
group_annexe:
|
||||
children:
|
||||
- field_liens
|
||||
- field_pieces_jointes
|
||||
label: Annexe
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 26
|
||||
format_type: tab
|
||||
format_settings:
|
||||
classes: ''
|
||||
show_empty_fields: false
|
||||
id: ''
|
||||
label_as_html: false
|
||||
formatter: closed
|
||||
description: ''
|
||||
required_fields: true
|
||||
group_details:
|
||||
children:
|
||||
- field_session
|
||||
- status
|
||||
- field_poids
|
||||
- path
|
||||
label: Details
|
||||
region: content
|
||||
parent_name: ''
|
||||
weight: 2
|
||||
format_type: details_sidebar
|
||||
format_settings:
|
||||
classes: ''
|
||||
show_empty_fields: false
|
||||
id: ''
|
||||
label_as_html: false
|
||||
open: true
|
||||
description: ''
|
||||
required_fields: true
|
||||
weight: -100
|
||||
group_transversal:
|
||||
children:
|
||||
- field_actualites_liees
|
||||
- field_pour_aller_plus_loin
|
||||
label: Transversal
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 27
|
||||
format_type: tab
|
||||
format_settings:
|
||||
classes: ''
|
||||
show_empty_fields: false
|
||||
id: ''
|
||||
label_as_html: false
|
||||
formatter: closed
|
||||
description: ''
|
||||
required_fields: true
|
||||
group_thematiques:
|
||||
children:
|
||||
- field_th
|
||||
label: Thématiques
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 24
|
||||
format_type: tab
|
||||
format_settings:
|
||||
classes: ''
|
||||
show_empty_fields: false
|
||||
id: ''
|
||||
label_as_html: false
|
||||
formatter: closed
|
||||
description: ''
|
||||
required_fields: true
|
||||
group_collectif_du_projet:
|
||||
children:
|
||||
- field_collectif_du_projet
|
||||
label: 'Collectif du projet'
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 25
|
||||
format_type: tab
|
||||
format_settings:
|
||||
classes: ''
|
||||
show_empty_fields: false
|
||||
id: ''
|
||||
label_as_html: false
|
||||
formatter: closed
|
||||
description: ''
|
||||
required_fields: true
|
||||
id: node.projet.default
|
||||
targetEntityType: node
|
||||
bundle: projet
|
||||
mode: default
|
||||
content:
|
||||
field_actualites_liees:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 5
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_carte:
|
||||
type: paragraphs
|
||||
weight: 4
|
||||
region: content
|
||||
settings:
|
||||
title: Paragraphe
|
||||
title_plural: Paragraphs
|
||||
edit_mode: open
|
||||
closed_mode: summary
|
||||
autocollapse: none
|
||||
closed_mode_threshold: 0
|
||||
add_mode: dropdown
|
||||
form_display_mode: default
|
||||
default_paragraph_type: ''
|
||||
features:
|
||||
collapse_edit_all: collapse_edit_all
|
||||
duplicate: duplicate
|
||||
third_party_settings: { }
|
||||
field_chiffres_clefs:
|
||||
type: paragraphs
|
||||
weight: 5
|
||||
region: content
|
||||
settings:
|
||||
title: Paragraphe
|
||||
title_plural: Paragraphs
|
||||
edit_mode: open
|
||||
closed_mode: summary
|
||||
autocollapse: none
|
||||
closed_mode_threshold: 0
|
||||
add_mode: dropdown
|
||||
form_display_mode: default
|
||||
default_paragraph_type: ''
|
||||
features:
|
||||
collapse_edit_all: collapse_edit_all
|
||||
duplicate: duplicate
|
||||
third_party_settings: { }
|
||||
field_chronologie:
|
||||
type: paragraphs
|
||||
weight: 6
|
||||
region: content
|
||||
settings:
|
||||
title: Paragraphe
|
||||
title_plural: Paragraphs
|
||||
edit_mode: open
|
||||
closed_mode: summary
|
||||
autocollapse: none
|
||||
closed_mode_threshold: 0
|
||||
add_mode: dropdown
|
||||
form_display_mode: default
|
||||
default_paragraph_type: ''
|
||||
features:
|
||||
collapse_edit_all: collapse_edit_all
|
||||
duplicate: duplicate
|
||||
third_party_settings: { }
|
||||
field_collectif_du_projet:
|
||||
type: paragraphs
|
||||
weight: 27
|
||||
region: content
|
||||
settings:
|
||||
title: Paragraphe
|
||||
title_plural: Paragraphs
|
||||
edit_mode: open
|
||||
closed_mode: summary
|
||||
autocollapse: none
|
||||
closed_mode_threshold: 0
|
||||
add_mode: dropdown
|
||||
form_display_mode: default
|
||||
default_paragraph_type: ''
|
||||
features:
|
||||
collapse_edit_all: collapse_edit_all
|
||||
duplicate: duplicate
|
||||
third_party_settings: { }
|
||||
field_diaporama:
|
||||
type: image_image
|
||||
weight: 14
|
||||
region: content
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
preview_image_style: thumbnail
|
||||
third_party_settings: { }
|
||||
field_intro:
|
||||
type: text_textarea
|
||||
weight: 3
|
||||
region: content
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_legende_carte:
|
||||
type: text_textarea
|
||||
weight: 3
|
||||
region: content
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_liens:
|
||||
type: link_default
|
||||
weight: 5
|
||||
region: content
|
||||
settings:
|
||||
placeholder_url: ''
|
||||
placeholder_title: ''
|
||||
third_party_settings: { }
|
||||
field_localisation_textuel:
|
||||
type: string_textfield
|
||||
weight: 2
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_pieces_jointes:
|
||||
type: file_generic
|
||||
weight: 6
|
||||
region: content
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
third_party_settings: { }
|
||||
field_poids:
|
||||
type: number
|
||||
weight: 30
|
||||
region: content
|
||||
settings:
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_pour_aller_plus_loin:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 6
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_session:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 28
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_sous_titre:
|
||||
type: string_textfield
|
||||
weight: 1
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_texte:
|
||||
type: paragraphs
|
||||
weight: 4
|
||||
region: content
|
||||
settings:
|
||||
title: Paragraphe
|
||||
title_plural: Paragraphs
|
||||
edit_mode: open
|
||||
closed_mode: summary
|
||||
autocollapse: none
|
||||
closed_mode_threshold: 0
|
||||
add_mode: dropdown
|
||||
form_display_mode: default
|
||||
default_paragraph_type: ''
|
||||
features:
|
||||
collapse_edit_all: collapse_edit_all
|
||||
duplicate: duplicate
|
||||
third_party_settings: { }
|
||||
field_th:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 6
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
path:
|
||||
type: path
|
||||
weight: 31
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
status:
|
||||
type: boolean_checkbox
|
||||
weight: 29
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
title:
|
||||
type: string_textfield
|
||||
weight: 0
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
created: true
|
||||
langcode: true
|
||||
promote: true
|
||||
sticky: true
|
||||
uid: true
|
100
config/sync/core.entity_form_display.node.ressource.default.yml
Normal file
100
config/sync/core.entity_form_display.node.ressource.default.yml
Normal file
@ -0,0 +1,100 @@
|
||||
uuid: 67859886-7629-4d0b-bb7e-86aaf74b4fe4
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.node.ressource.field_couverture
|
||||
- field.field.node.ressource.field_fichier_ressource
|
||||
- field.field.node.ressource.field_ressource_date
|
||||
- image.style.thumbnail
|
||||
- node.type.ressource
|
||||
module:
|
||||
- datetime
|
||||
- file
|
||||
- image
|
||||
- path
|
||||
id: node.ressource.default
|
||||
targetEntityType: node
|
||||
bundle: ressource
|
||||
mode: default
|
||||
content:
|
||||
created:
|
||||
type: datetime_timestamp
|
||||
weight: 10
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_couverture:
|
||||
type: image_image
|
||||
weight: 123
|
||||
region: content
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
preview_image_style: thumbnail
|
||||
third_party_settings: { }
|
||||
field_fichier_ressource:
|
||||
type: file_generic
|
||||
weight: 122
|
||||
region: content
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
third_party_settings: { }
|
||||
field_ressource_date:
|
||||
type: datetime_default
|
||||
weight: 124
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
langcode:
|
||||
type: language_select
|
||||
weight: 2
|
||||
region: content
|
||||
settings:
|
||||
include_locked: true
|
||||
third_party_settings: { }
|
||||
path:
|
||||
type: path
|
||||
weight: 30
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
promote:
|
||||
type: boolean_checkbox
|
||||
weight: 15
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
status:
|
||||
type: boolean_checkbox
|
||||
weight: 120
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
sticky:
|
||||
type: boolean_checkbox
|
||||
weight: 16
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
title:
|
||||
type: string_textfield
|
||||
weight: -5
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
uid:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 5
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
hidden: { }
|
@ -0,0 +1,34 @@
|
||||
uuid: 7a7fe585-fe69-416a-bd3b-08ac2675b567
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.paragraph.chiffre_clef.field_chiffre
|
||||
- field.field.paragraph.chiffre_clef.field_texte_chiffreclef
|
||||
- paragraphs.paragraphs_type.chiffre_clef
|
||||
module:
|
||||
- text
|
||||
id: paragraph.chiffre_clef.default
|
||||
targetEntityType: paragraph
|
||||
bundle: chiffre_clef
|
||||
mode: default
|
||||
content:
|
||||
field_chiffre:
|
||||
type: string_textfield
|
||||
weight: 0
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_texte_chiffreclef:
|
||||
type: text_textfield
|
||||
weight: 1
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
created: true
|
||||
status: true
|
@ -0,0 +1,34 @@
|
||||
uuid: 028efb70-43c4-427b-ada7-50b776ea460a
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.paragraph.chronologie.field_texte
|
||||
- field.field.paragraph.chronologie.field_titre
|
||||
- paragraphs.paragraphs_type.chronologie
|
||||
module:
|
||||
- text
|
||||
id: paragraph.chronologie.default
|
||||
targetEntityType: paragraph
|
||||
bundle: chronologie
|
||||
mode: default
|
||||
content:
|
||||
field_texte:
|
||||
type: text_textarea
|
||||
weight: 1
|
||||
region: content
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_titre:
|
||||
type: string_textfield
|
||||
weight: 0
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
created: true
|
||||
status: true
|
@ -0,0 +1,44 @@
|
||||
uuid: f59bbc75-5d91-4bb9-8209-e07e35332510
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.paragraph.collectif_projet.field_membre_collectif
|
||||
- field.field.paragraph.collectif_projet.field_titre
|
||||
- paragraphs.paragraphs_type.collectif_projet
|
||||
module:
|
||||
- paragraphs
|
||||
id: paragraph.collectif_projet.default
|
||||
targetEntityType: paragraph
|
||||
bundle: collectif_projet
|
||||
mode: default
|
||||
content:
|
||||
field_membre_collectif:
|
||||
type: paragraphs
|
||||
weight: 1
|
||||
region: content
|
||||
settings:
|
||||
title: Paragraphe
|
||||
title_plural: Paragraphs
|
||||
edit_mode: open
|
||||
closed_mode: summary
|
||||
autocollapse: none
|
||||
closed_mode_threshold: 0
|
||||
add_mode: dropdown
|
||||
form_display_mode: default
|
||||
default_paragraph_type: ''
|
||||
features:
|
||||
collapse_edit_all: collapse_edit_all
|
||||
duplicate: duplicate
|
||||
third_party_settings: { }
|
||||
field_titre:
|
||||
type: string_textfield
|
||||
weight: 0
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
created: true
|
||||
status: true
|
@ -0,0 +1,99 @@
|
||||
uuid: c23cab46-cadb-4b78-a0f1-48212974f8a5
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.paragraph.geofield_projet.field_carte
|
||||
- field.field.paragraph.geofield_projet.field_libele
|
||||
- field.field.paragraph.geofield_projet.field_principal
|
||||
- paragraphs.paragraphs_type.geofield_projet
|
||||
module:
|
||||
- leaflet
|
||||
id: paragraph.geofield_projet.default
|
||||
targetEntityType: paragraph
|
||||
bundle: geofield_projet
|
||||
mode: default
|
||||
content:
|
||||
field_carte:
|
||||
type: leaflet_widget_default
|
||||
weight: 1
|
||||
region: content
|
||||
settings:
|
||||
map:
|
||||
leaflet_map: 'OSM Mapnik'
|
||||
height: 400
|
||||
auto_center: 1
|
||||
map_position:
|
||||
force: false
|
||||
center:
|
||||
lat: 0.0
|
||||
lon: 0.0
|
||||
zoomControlPosition: topleft
|
||||
zoom: 5
|
||||
minZoom: 1
|
||||
maxZoom: 18
|
||||
zoomFiner: 0
|
||||
scroll_zoom_enabled: 1
|
||||
input:
|
||||
show: true
|
||||
readonly: false
|
||||
toolbar:
|
||||
position: topright
|
||||
marker: defaultMarker
|
||||
drawPolyline: true
|
||||
drawRectangle: true
|
||||
drawPolygon: true
|
||||
drawCircle: false
|
||||
drawText: false
|
||||
editMode: true
|
||||
dragMode: true
|
||||
cutPolygon: false
|
||||
removalMode: true
|
||||
rotateMode: false
|
||||
reset_map:
|
||||
control: false
|
||||
options: '{"position": "topleft", "title": "Reset View"}'
|
||||
map_scale:
|
||||
control: false
|
||||
options: '{"position":"bottomright","maxWidth":100,"metric":true,"imperial":false,"updateWhenIdle":false}'
|
||||
fullscreen:
|
||||
control: false
|
||||
options: '{"position":"topleft","pseudoFullscreen":false}'
|
||||
path: '{"color":"#3388ff","opacity":"1.0","stroke":true,"weight":3,"fill":"depends","fillColor":"*","fillOpacity":"0.2","radius":"6"}'
|
||||
locate:
|
||||
control: false
|
||||
options: '{"position": "topright", "setView": "untilPanOrZoom", "returnToPrevBounds":true, "keepCurrentZoomLevel": true, "strings": {"title": "Locate my position"}}'
|
||||
automatic: false
|
||||
geocoder:
|
||||
control: false
|
||||
settings:
|
||||
position: topright
|
||||
input_size: 20
|
||||
providers: { }
|
||||
min_terms: 4
|
||||
delay: 800
|
||||
zoom: 16
|
||||
popup: false
|
||||
options: ''
|
||||
geometry_validation: false
|
||||
feature_properties:
|
||||
values: ''
|
||||
third_party_settings: { }
|
||||
field_libele:
|
||||
type: string_textfield
|
||||
weight: 2
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_principal:
|
||||
type: boolean_checkbox
|
||||
weight: 0
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
created: true
|
||||
status: true
|
@ -0,0 +1,34 @@
|
||||
uuid: 13dfa03a-1b39-4cb1-a924-b50b4e102846
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.paragraph.intertitre_texte.field_inter_titre
|
||||
- field.field.paragraph.intertitre_texte.field_texte_paragraphe
|
||||
- paragraphs.paragraphs_type.intertitre_texte
|
||||
module:
|
||||
- text
|
||||
id: paragraph.intertitre_texte.default
|
||||
targetEntityType: paragraph
|
||||
bundle: intertitre_texte
|
||||
mode: default
|
||||
content:
|
||||
field_inter_titre:
|
||||
type: string_textfield
|
||||
weight: 0
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_texte_paragraphe:
|
||||
type: text_textarea
|
||||
weight: 1
|
||||
region: content
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
created: true
|
||||
status: true
|
@ -0,0 +1,31 @@
|
||||
uuid: b39e855b-0b41-4c65-8896-8507740eb356
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.profile.candidat.field_nom
|
||||
- field.field.profile.candidat.field_prenom
|
||||
- profile.type.candidat
|
||||
id: profile.candidat.default
|
||||
targetEntityType: profile
|
||||
bundle: candidat
|
||||
mode: default
|
||||
content:
|
||||
field_nom:
|
||||
type: string_textfield
|
||||
weight: 27
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_prenom:
|
||||
type: string_textfield
|
||||
weight: 26
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
is_default: true
|
61
config/sync/core.entity_form_display.user.user.default.yml
Normal file
61
config/sync/core.entity_form_display.user.user.default.yml
Normal file
@ -0,0 +1,61 @@
|
||||
uuid: a789bd6f-b0ff-4c7b-9d35-eddd66c2f762
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.user.user.field_last_password_reset
|
||||
- field.field.user.user.field_password_expiration
|
||||
- field.field.user.user.field_pending_expire_sent
|
||||
module:
|
||||
- inline_entity_form
|
||||
- user
|
||||
id: user.user.default
|
||||
targetEntityType: user
|
||||
bundle: user
|
||||
mode: default
|
||||
content:
|
||||
account:
|
||||
weight: 1
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
candidat_profiles:
|
||||
type: inline_entity_form_simple
|
||||
weight: 0
|
||||
region: content
|
||||
settings:
|
||||
form_mode: default
|
||||
override_labels: false
|
||||
label_singular: ''
|
||||
label_plural: ''
|
||||
collapsible: false
|
||||
collapsed: false
|
||||
revision: false
|
||||
third_party_settings: { }
|
||||
contact:
|
||||
weight: 3
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_pending_expire_sent:
|
||||
type: number
|
||||
weight: 4
|
||||
region: content
|
||||
settings:
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
language:
|
||||
weight: 2
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
terms_of_use:
|
||||
weight: 10
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
field_last_password_reset: true
|
||||
field_password_expiration: true
|
||||
langcode: true
|
||||
path: true
|
42
config/sync/core.entity_form_display.user.user.register.yml
Normal file
42
config/sync/core.entity_form_display.user.user.register.yml
Normal file
@ -0,0 +1,42 @@
|
||||
uuid: 6fdfd5ad-662b-4c0d-ae2c-e705f7b9b46b
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- core.entity_form_mode.user.register
|
||||
- field.field.user.user.field_last_password_reset
|
||||
- field.field.user.user.field_password_expiration
|
||||
- field.field.user.user.field_pending_expire_sent
|
||||
module:
|
||||
- profile
|
||||
- user
|
||||
id: user.user.register
|
||||
targetEntityType: user
|
||||
bundle: user
|
||||
mode: register
|
||||
content:
|
||||
account:
|
||||
weight: 1
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
candidat_profiles:
|
||||
type: profile_form
|
||||
weight: 0
|
||||
region: content
|
||||
settings:
|
||||
form_mode: default
|
||||
third_party_settings: { }
|
||||
terms_of_use:
|
||||
weight: 2
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
contact: true
|
||||
field_last_password_reset: true
|
||||
field_password_expiration: true
|
||||
field_pending_expire_sent: true
|
||||
langcode: true
|
||||
language: true
|
||||
path: true
|
@ -8,5 +8,6 @@ _core:
|
||||
default_config_hash: wtsEf26SHyRbzRKFX3yOY9yJzYsEq5e2bd7xSCKPevw
|
||||
id: user.register
|
||||
label: "S'inscrire"
|
||||
description: ''
|
||||
targetEntityType: user
|
||||
cache: true
|
||||
|
@ -0,0 +1,29 @@
|
||||
uuid: 42a79631-c255-46e3-8105-70c12120d245
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- block_content.type.link
|
||||
- field.field.block_content.link.field_lien_libele
|
||||
module:
|
||||
- link
|
||||
id: block_content.link.default
|
||||
targetEntityType: block_content
|
||||
bundle: link
|
||||
mode: default
|
||||
content:
|
||||
field_lien_libele:
|
||||
type: link
|
||||
label: visually_hidden
|
||||
settings:
|
||||
trim_length: 80
|
||||
url_only: false
|
||||
url_plain: false
|
||||
rel: '0'
|
||||
target: '0'
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
hidden:
|
||||
langcode: true
|
||||
search_api_excerpt: true
|
@ -0,0 +1,23 @@
|
||||
uuid: aac426b1-164a-4513-8e7a-8b653f963204
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- config_pages.type.les_projets
|
||||
- field.field.config_pages.les_projets.field_intro
|
||||
module:
|
||||
- text
|
||||
id: config_pages.les_projets.default
|
||||
targetEntityType: config_pages
|
||||
bundle: les_projets
|
||||
mode: default
|
||||
content:
|
||||
field_intro:
|
||||
type: text_default
|
||||
label: visually_hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
hidden:
|
||||
search_api_excerpt: true
|
@ -0,0 +1,24 @@
|
||||
uuid: 14c18c44-e677-485f-8c4f-8ad8d3ee0907
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- config_pages.type.les_projets
|
||||
- core.entity_view_mode.config_pages.full
|
||||
- field.field.config_pages.les_projets.field_intro
|
||||
module:
|
||||
- text
|
||||
id: config_pages.les_projets.full
|
||||
targetEntityType: config_pages
|
||||
bundle: les_projets
|
||||
mode: full
|
||||
content:
|
||||
field_intro:
|
||||
type: text_default
|
||||
label: visually_hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
hidden:
|
||||
search_api_excerpt: true
|
@ -0,0 +1,23 @@
|
||||
uuid: 45723af1-b606-4641-91f3-a0e7cc6b31e3
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- config_pages.type.meetup
|
||||
- field.field.config_pages.meetup.field_intro
|
||||
module:
|
||||
- text
|
||||
id: config_pages.meetup.default
|
||||
targetEntityType: config_pages
|
||||
bundle: meetup
|
||||
mode: default
|
||||
content:
|
||||
field_intro:
|
||||
type: text_default
|
||||
label: visually_hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
hidden:
|
||||
search_api_excerpt: true
|
@ -0,0 +1,24 @@
|
||||
uuid: 16b137e8-17a2-4a63-8116-613f067da978
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- config_pages.type.meetup
|
||||
- core.entity_view_mode.config_pages.full
|
||||
- field.field.config_pages.meetup.field_intro
|
||||
module:
|
||||
- text
|
||||
id: config_pages.meetup.full
|
||||
targetEntityType: config_pages
|
||||
bundle: meetup
|
||||
mode: full
|
||||
content:
|
||||
field_intro:
|
||||
type: text_default
|
||||
label: visually_hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
hidden:
|
||||
search_api_excerpt: true
|
@ -0,0 +1,23 @@
|
||||
uuid: 428832a7-10f4-4ebb-a75c-0db9fc7c6d2b
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- config_pages.type.partenaires
|
||||
- field.field.config_pages.partenaires.field_intro
|
||||
module:
|
||||
- text
|
||||
id: config_pages.partenaires.default
|
||||
targetEntityType: config_pages
|
||||
bundle: partenaires
|
||||
mode: default
|
||||
content:
|
||||
field_intro:
|
||||
type: text_default
|
||||
label: visually_hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
hidden:
|
||||
search_api_excerpt: true
|
@ -0,0 +1,24 @@
|
||||
uuid: 8bd188c3-a191-4967-a4eb-101f4d0b5653
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- config_pages.type.partenaires
|
||||
- core.entity_view_mode.config_pages.full
|
||||
- field.field.config_pages.partenaires.field_intro
|
||||
module:
|
||||
- text
|
||||
id: config_pages.partenaires.full
|
||||
targetEntityType: config_pages
|
||||
bundle: partenaires
|
||||
mode: full
|
||||
content:
|
||||
field_intro:
|
||||
type: text_default
|
||||
label: visually_hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
hidden:
|
||||
search_api_excerpt: true
|
42
config/sync/core.entity_view_display.node.faq.default.yml
Normal file
42
config/sync/core.entity_view_display.node.faq.default.yml
Normal file
@ -0,0 +1,42 @@
|
||||
uuid: 93224ae8-d811-48dc-851f-a03cd511e7bf
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.node.faq.body
|
||||
- field.field.node.faq.field_detailed_question
|
||||
- node.type.faq
|
||||
module:
|
||||
- text
|
||||
- user
|
||||
_core:
|
||||
default_config_hash: gjgsbekajWWLLEAsiUeU8w6axCf3UMTFPjRhlmMRf-Q
|
||||
id: node.faq.default
|
||||
targetEntityType: node
|
||||
bundle: faq
|
||||
mode: default
|
||||
content:
|
||||
body:
|
||||
type: text_default
|
||||
label: hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
field_detailed_question:
|
||||
type: text_default
|
||||
label: hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
path:
|
||||
type: path
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
region: content
|
||||
hidden:
|
||||
langcode: true
|
||||
links: true
|
||||
search_api_excerpt: true
|
43
config/sync/core.entity_view_display.node.faq.full.yml
Normal file
43
config/sync/core.entity_view_display.node.faq.full.yml
Normal file
@ -0,0 +1,43 @@
|
||||
uuid: e4f2b6d8-d025-46fe-8ac3-0ecf81f9cd76
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- core.entity_view_mode.node.full
|
||||
- field.field.node.faq.body
|
||||
- field.field.node.faq.field_detailed_question
|
||||
- node.type.faq
|
||||
module:
|
||||
- text
|
||||
- user
|
||||
_core:
|
||||
default_config_hash: gjgsbekajWWLLEAsiUeU8w6axCf3UMTFPjRhlmMRf-Q
|
||||
id: node.faq.full
|
||||
targetEntityType: node
|
||||
bundle: faq
|
||||
mode: full
|
||||
content:
|
||||
body:
|
||||
type: text_default
|
||||
label: hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
field_detailed_question:
|
||||
type: text_default
|
||||
label: hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
path:
|
||||
type: path
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
region: content
|
||||
hidden:
|
||||
langcode: true
|
||||
links: true
|
||||
search_api_excerpt: true
|
30
config/sync/core.entity_view_display.node.faq.teaser.yml
Normal file
30
config/sync/core.entity_view_display.node.faq.teaser.yml
Normal file
@ -0,0 +1,30 @@
|
||||
uuid: 9e5523f2-357d-45b8-9c9d-aeeb5263fb0a
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- core.entity_view_mode.node.teaser
|
||||
- field.field.node.faq.body
|
||||
- field.field.node.faq.field_detailed_question
|
||||
- node.type.faq
|
||||
module:
|
||||
- user
|
||||
_core:
|
||||
default_config_hash: gjgsbekajWWLLEAsiUeU8w6axCf3UMTFPjRhlmMRf-Q
|
||||
id: node.faq.teaser
|
||||
targetEntityType: node
|
||||
bundle: faq
|
||||
mode: teaser
|
||||
content:
|
||||
path:
|
||||
type: path
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
region: content
|
||||
hidden:
|
||||
body: true
|
||||
field_detailed_question: true
|
||||
langcode: true
|
||||
links: true
|
||||
search_api_excerpt: true
|
81
config/sync/core.entity_view_display.node.offre.default.yml
Normal file
81
config/sync/core.entity_view_display.node.offre.default.yml
Normal file
@ -0,0 +1,81 @@
|
||||
uuid: fdbe1870-57f0-4c44-bbcb-bc6ff51e723b
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.node.offre.field_description
|
||||
- field.field.node.offre.field_documents_complementaires
|
||||
- field.field.node.offre.field_image_de_presentation
|
||||
- field.field.node.offre.field_lien_offre
|
||||
- field.field.node.offre.field_localisation
|
||||
- field.field.node.offre.field_structure
|
||||
- node.type.offre
|
||||
module:
|
||||
- address
|
||||
- file
|
||||
- image
|
||||
- link
|
||||
- text
|
||||
- user
|
||||
id: node.offre.default
|
||||
targetEntityType: node
|
||||
bundle: offre
|
||||
mode: default
|
||||
content:
|
||||
field_description:
|
||||
type: text_default
|
||||
label: visually_hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 3
|
||||
region: content
|
||||
field_documents_complementaires:
|
||||
type: file_default
|
||||
label: above
|
||||
settings:
|
||||
use_description_as_link_text: true
|
||||
third_party_settings: { }
|
||||
weight: 4
|
||||
region: content
|
||||
field_image_de_presentation:
|
||||
type: image
|
||||
label: visually_hidden
|
||||
settings:
|
||||
image_link: ''
|
||||
image_style: ''
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
field_lien_offre:
|
||||
type: link
|
||||
label: above
|
||||
settings:
|
||||
trim_length: 80
|
||||
url_only: false
|
||||
url_plain: false
|
||||
rel: ''
|
||||
target: ''
|
||||
third_party_settings: { }
|
||||
weight: 5
|
||||
region: content
|
||||
field_localisation:
|
||||
type: address_default
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
region: content
|
||||
field_structure:
|
||||
type: entity_reference_label
|
||||
label: above
|
||||
settings:
|
||||
link: false
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
hidden:
|
||||
langcode: true
|
||||
links: true
|
||||
search_api_excerpt: true
|
91
config/sync/core.entity_view_display.node.offre.full.yml
Normal file
91
config/sync/core.entity_view_display.node.offre.full.yml
Normal file
@ -0,0 +1,91 @@
|
||||
uuid: e52e66ba-81c6-4705-b7d8-bf2afa05ac8b
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- core.entity_view_mode.node.full
|
||||
- field.field.node.offre.field_description
|
||||
- field.field.node.offre.field_documents_complementaires
|
||||
- field.field.node.offre.field_image_de_presentation
|
||||
- field.field.node.offre.field_lien_offre
|
||||
- field.field.node.offre.field_localisation
|
||||
- field.field.node.offre.field_structure
|
||||
- image.style.large
|
||||
- node.type.offre
|
||||
module:
|
||||
- address
|
||||
- file
|
||||
- image
|
||||
- link
|
||||
- text
|
||||
- user
|
||||
id: node.offre.full
|
||||
targetEntityType: node
|
||||
bundle: offre
|
||||
mode: full
|
||||
content:
|
||||
field_description:
|
||||
type: text_default
|
||||
label: visually_hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 3
|
||||
region: content
|
||||
field_documents_complementaires:
|
||||
type: file_default
|
||||
label: above
|
||||
settings:
|
||||
use_description_as_link_text: true
|
||||
third_party_settings: { }
|
||||
weight: 4
|
||||
region: content
|
||||
field_image_de_presentation:
|
||||
type: image
|
||||
label: visually_hidden
|
||||
settings:
|
||||
image_link: ''
|
||||
image_style: large
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
field_lien_offre:
|
||||
type: link
|
||||
label: above
|
||||
settings:
|
||||
trim_length: 80
|
||||
url_only: false
|
||||
url_plain: false
|
||||
rel: ''
|
||||
target: ''
|
||||
third_party_settings: { }
|
||||
weight: 5
|
||||
region: content
|
||||
field_localisation:
|
||||
type: address_default
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
region: content
|
||||
field_structure:
|
||||
type: entity_reference_label
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
links:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 6
|
||||
region: content
|
||||
search_api_excerpt:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 7
|
||||
region: content
|
||||
hidden:
|
||||
langcode: true
|
56
config/sync/core.entity_view_display.node.offre.teaser.yml
Normal file
56
config/sync/core.entity_view_display.node.offre.teaser.yml
Normal file
@ -0,0 +1,56 @@
|
||||
uuid: d8f7c9a5-6585-4853-b49e-17e491a304ff
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- core.entity_view_mode.node.teaser
|
||||
- field.field.node.offre.field_description
|
||||
- field.field.node.offre.field_documents_complementaires
|
||||
- field.field.node.offre.field_image_de_presentation
|
||||
- field.field.node.offre.field_lien_offre
|
||||
- field.field.node.offre.field_localisation
|
||||
- field.field.node.offre.field_structure
|
||||
- image.style.large
|
||||
- node.type.offre
|
||||
module:
|
||||
- address
|
||||
- image
|
||||
- user
|
||||
id: node.offre.teaser
|
||||
targetEntityType: node
|
||||
bundle: offre
|
||||
mode: teaser
|
||||
content:
|
||||
field_image_de_presentation:
|
||||
type: image
|
||||
label: visually_hidden
|
||||
settings:
|
||||
image_link: content
|
||||
image_style: large
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
field_localisation:
|
||||
type: address_default
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
region: content
|
||||
field_structure:
|
||||
type: entity_reference_label
|
||||
label: above
|
||||
settings:
|
||||
link: false
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
hidden:
|
||||
field_description: true
|
||||
field_documents_complementaires: true
|
||||
field_lien_offre: true
|
||||
langcode: true
|
||||
links: true
|
||||
search_api_excerpt: true
|
190
config/sync/core.entity_view_display.node.projet.default.yml
Normal file
190
config/sync/core.entity_view_display.node.projet.default.yml
Normal file
@ -0,0 +1,190 @@
|
||||
uuid: 85467fb3-e529-49a9-bc9a-153079cc0b58
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.node.projet.field_actualites_liees
|
||||
- field.field.node.projet.field_carte
|
||||
- field.field.node.projet.field_chiffres_clefs
|
||||
- field.field.node.projet.field_chronologie
|
||||
- field.field.node.projet.field_collectif_du_projet
|
||||
- field.field.node.projet.field_diaporama
|
||||
- field.field.node.projet.field_intro
|
||||
- field.field.node.projet.field_legende_carte
|
||||
- field.field.node.projet.field_liens
|
||||
- field.field.node.projet.field_localisation_textuel
|
||||
- field.field.node.projet.field_pieces_jointes
|
||||
- field.field.node.projet.field_poids
|
||||
- field.field.node.projet.field_pour_aller_plus_loin
|
||||
- field.field.node.projet.field_session
|
||||
- field.field.node.projet.field_sous_titre
|
||||
- field.field.node.projet.field_texte
|
||||
- field.field.node.projet.field_th
|
||||
- node.type.projet
|
||||
module:
|
||||
- entity_reference_revisions
|
||||
- file
|
||||
- image
|
||||
- link
|
||||
- text
|
||||
- user
|
||||
id: node.projet.default
|
||||
targetEntityType: node
|
||||
bundle: projet
|
||||
mode: default
|
||||
content:
|
||||
field_actualites_liees:
|
||||
type: entity_reference_label
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 14
|
||||
region: content
|
||||
field_carte:
|
||||
type: entity_reference_revisions_entity_view
|
||||
label: above
|
||||
settings:
|
||||
view_mode: default
|
||||
link: ''
|
||||
third_party_settings: { }
|
||||
weight: 20
|
||||
region: content
|
||||
field_chiffres_clefs:
|
||||
type: entity_reference_revisions_entity_view
|
||||
label: above
|
||||
settings:
|
||||
view_mode: default
|
||||
link: ''
|
||||
third_party_settings: { }
|
||||
weight: 8
|
||||
region: content
|
||||
field_chronologie:
|
||||
type: entity_reference_revisions_entity_view
|
||||
label: above
|
||||
settings:
|
||||
view_mode: default
|
||||
link: ''
|
||||
third_party_settings: { }
|
||||
weight: 9
|
||||
region: content
|
||||
field_collectif_du_projet:
|
||||
type: entity_reference_revisions_entity_view
|
||||
label: above
|
||||
settings:
|
||||
view_mode: default
|
||||
link: ''
|
||||
third_party_settings: { }
|
||||
weight: 10
|
||||
region: content
|
||||
field_diaporama:
|
||||
type: image
|
||||
label: above
|
||||
settings:
|
||||
image_link: ''
|
||||
image_style: ''
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
third_party_settings: { }
|
||||
weight: 6
|
||||
region: content
|
||||
field_intro:
|
||||
type: text_default
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 18
|
||||
region: content
|
||||
field_legende_carte:
|
||||
type: text_default
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 19
|
||||
region: content
|
||||
field_liens:
|
||||
type: link
|
||||
label: hidden
|
||||
settings:
|
||||
trim_length: 80
|
||||
url_only: false
|
||||
url_plain: false
|
||||
rel: ''
|
||||
target: ''
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
field_localisation_textuel:
|
||||
type: string
|
||||
label: above
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 5
|
||||
region: content
|
||||
field_pieces_jointes:
|
||||
type: file_default
|
||||
label: hidden
|
||||
settings:
|
||||
use_description_as_link_text: true
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
region: content
|
||||
field_poids:
|
||||
type: number_integer
|
||||
label: above
|
||||
settings:
|
||||
thousand_separator: ''
|
||||
prefix_suffix: true
|
||||
third_party_settings: { }
|
||||
weight: 16
|
||||
region: content
|
||||
field_pour_aller_plus_loin:
|
||||
type: entity_reference_label
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 15
|
||||
region: content
|
||||
field_session:
|
||||
type: entity_reference_label
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 17
|
||||
region: content
|
||||
field_sous_titre:
|
||||
type: string
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
field_texte:
|
||||
type: entity_reference_revisions_entity_view
|
||||
label: above
|
||||
settings:
|
||||
view_mode: default
|
||||
link: ''
|
||||
third_party_settings: { }
|
||||
weight: 7
|
||||
region: content
|
||||
field_th:
|
||||
type: entity_reference_label
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 4
|
||||
region: content
|
||||
links:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 3
|
||||
region: content
|
||||
hidden:
|
||||
langcode: true
|
||||
search_api_excerpt: true
|
166
config/sync/core.entity_view_display.node.projet.full.yml
Normal file
166
config/sync/core.entity_view_display.node.projet.full.yml
Normal file
@ -0,0 +1,166 @@
|
||||
uuid: c3eab12b-de53-4040-a696-7a36a8740df7
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- core.entity_view_mode.node.full
|
||||
- field.field.node.projet.field_actualites_liees
|
||||
- field.field.node.projet.field_carte
|
||||
- field.field.node.projet.field_chiffres_clefs
|
||||
- field.field.node.projet.field_chronologie
|
||||
- field.field.node.projet.field_collectif_du_projet
|
||||
- field.field.node.projet.field_diaporama
|
||||
- field.field.node.projet.field_intro
|
||||
- field.field.node.projet.field_legende_carte
|
||||
- field.field.node.projet.field_liens
|
||||
- field.field.node.projet.field_localisation_textuel
|
||||
- field.field.node.projet.field_pieces_jointes
|
||||
- field.field.node.projet.field_poids
|
||||
- field.field.node.projet.field_pour_aller_plus_loin
|
||||
- field.field.node.projet.field_session
|
||||
- field.field.node.projet.field_sous_titre
|
||||
- field.field.node.projet.field_texte
|
||||
- field.field.node.projet.field_th
|
||||
- image.style.wide
|
||||
- node.type.projet
|
||||
module:
|
||||
- entity_reference_revisions
|
||||
- file
|
||||
- image_field_caption
|
||||
- link
|
||||
- text
|
||||
- user
|
||||
id: node.projet.full
|
||||
targetEntityType: node
|
||||
bundle: projet
|
||||
mode: full
|
||||
content:
|
||||
field_carte:
|
||||
type: entity_reference_revisions_entity_view
|
||||
label: above
|
||||
settings:
|
||||
view_mode: default
|
||||
link: ''
|
||||
third_party_settings: { }
|
||||
weight: 7
|
||||
region: content
|
||||
field_chiffres_clefs:
|
||||
type: entity_reference_revisions_entity_view
|
||||
label: visually_hidden
|
||||
settings:
|
||||
view_mode: default
|
||||
link: ''
|
||||
third_party_settings: { }
|
||||
weight: 6
|
||||
region: content
|
||||
field_chronologie:
|
||||
type: entity_reference_revisions_entity_view
|
||||
label: above
|
||||
settings:
|
||||
view_mode: default
|
||||
link: ''
|
||||
third_party_settings: { }
|
||||
weight: 9
|
||||
region: content
|
||||
field_collectif_du_projet:
|
||||
type: entity_reference_revisions_entity_view
|
||||
label: above
|
||||
settings:
|
||||
view_mode: default
|
||||
link: ''
|
||||
third_party_settings: { }
|
||||
weight: 10
|
||||
region: content
|
||||
field_diaporama:
|
||||
type: image_caption
|
||||
label: visually_hidden
|
||||
settings:
|
||||
image_style: wide
|
||||
image_link: ''
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
third_party_settings: { }
|
||||
weight: 4
|
||||
region: content
|
||||
field_intro:
|
||||
type: text_default
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 3
|
||||
region: content
|
||||
field_legende_carte:
|
||||
type: text_default
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 8
|
||||
region: content
|
||||
field_liens:
|
||||
type: link
|
||||
label: visually_hidden
|
||||
settings:
|
||||
trim_length: 80
|
||||
url_only: false
|
||||
url_plain: false
|
||||
rel: ''
|
||||
target: ''
|
||||
third_party_settings: { }
|
||||
weight: 13
|
||||
region: content
|
||||
field_localisation_textuel:
|
||||
type: string
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
field_pieces_jointes:
|
||||
type: file_default
|
||||
label: visually_hidden
|
||||
settings:
|
||||
use_description_as_link_text: true
|
||||
third_party_settings: { }
|
||||
weight: 12
|
||||
region: content
|
||||
field_pour_aller_plus_loin:
|
||||
type: entity_reference_label
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 11
|
||||
region: content
|
||||
field_sous_titre:
|
||||
type: string
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
field_texte:
|
||||
type: entity_reference_revisions_entity_view
|
||||
label: visually_hidden
|
||||
settings:
|
||||
view_mode: default
|
||||
link: ''
|
||||
third_party_settings: { }
|
||||
weight: 5
|
||||
region: content
|
||||
field_th:
|
||||
type: entity_reference_label
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
region: content
|
||||
hidden:
|
||||
field_actualites_liees: true
|
||||
field_poids: true
|
||||
field_session: true
|
||||
langcode: true
|
||||
links: true
|
||||
search_api_excerpt: true
|
63
config/sync/core.entity_view_display.node.projet.home.yml
Normal file
63
config/sync/core.entity_view_display.node.projet.home.yml
Normal file
@ -0,0 +1,63 @@
|
||||
uuid: b2cdd13d-17cc-4620-8fcf-100625c9b409
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- core.entity_view_mode.node.home
|
||||
- field.field.node.projet.field_actualites_liees
|
||||
- field.field.node.projet.field_carte
|
||||
- field.field.node.projet.field_chiffres_clefs
|
||||
- field.field.node.projet.field_chronologie
|
||||
- field.field.node.projet.field_collectif_du_projet
|
||||
- field.field.node.projet.field_diaporama
|
||||
- field.field.node.projet.field_intro
|
||||
- field.field.node.projet.field_legende_carte
|
||||
- field.field.node.projet.field_liens
|
||||
- field.field.node.projet.field_localisation_textuel
|
||||
- field.field.node.projet.field_pieces_jointes
|
||||
- field.field.node.projet.field_poids
|
||||
- field.field.node.projet.field_pour_aller_plus_loin
|
||||
- field.field.node.projet.field_session
|
||||
- field.field.node.projet.field_sous_titre
|
||||
- field.field.node.projet.field_texte
|
||||
- field.field.node.projet.field_th
|
||||
- node.type.projet
|
||||
module:
|
||||
- user
|
||||
id: node.projet.home
|
||||
targetEntityType: node
|
||||
bundle: projet
|
||||
mode: home
|
||||
content:
|
||||
field_sous_titre:
|
||||
type: string
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 3
|
||||
region: content
|
||||
links:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 100
|
||||
region: content
|
||||
hidden:
|
||||
field_actualites_liees: true
|
||||
field_carte: true
|
||||
field_chiffres_clefs: true
|
||||
field_chronologie: true
|
||||
field_collectif_du_projet: true
|
||||
field_diaporama: true
|
||||
field_intro: true
|
||||
field_legende_carte: true
|
||||
field_liens: true
|
||||
field_localisation_textuel: true
|
||||
field_pieces_jointes: true
|
||||
field_poids: true
|
||||
field_pour_aller_plus_loin: true
|
||||
field_session: true
|
||||
field_texte: true
|
||||
field_th: true
|
||||
langcode: true
|
||||
search_api_excerpt: true
|
87
config/sync/core.entity_view_display.node.projet.teaser.yml
Normal file
87
config/sync/core.entity_view_display.node.projet.teaser.yml
Normal file
@ -0,0 +1,87 @@
|
||||
uuid: e3d21906-ebaf-4e60-ab1a-6b4c6b4d2e47
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- core.entity_view_mode.node.teaser
|
||||
- field.field.node.projet.field_actualites_liees
|
||||
- field.field.node.projet.field_carte
|
||||
- field.field.node.projet.field_chiffres_clefs
|
||||
- field.field.node.projet.field_chronologie
|
||||
- field.field.node.projet.field_collectif_du_projet
|
||||
- field.field.node.projet.field_diaporama
|
||||
- field.field.node.projet.field_intro
|
||||
- field.field.node.projet.field_legende_carte
|
||||
- field.field.node.projet.field_liens
|
||||
- field.field.node.projet.field_localisation_textuel
|
||||
- field.field.node.projet.field_pieces_jointes
|
||||
- field.field.node.projet.field_poids
|
||||
- field.field.node.projet.field_pour_aller_plus_loin
|
||||
- field.field.node.projet.field_session
|
||||
- field.field.node.projet.field_sous_titre
|
||||
- field.field.node.projet.field_texte
|
||||
- field.field.node.projet.field_th
|
||||
- image.style.medium
|
||||
- node.type.projet
|
||||
module:
|
||||
- image_delta_formatter
|
||||
- user
|
||||
id: node.projet.teaser
|
||||
targetEntityType: node
|
||||
bundle: projet
|
||||
mode: teaser
|
||||
content:
|
||||
field_diaporama:
|
||||
type: image_delta_formatter
|
||||
label: visually_hidden
|
||||
settings:
|
||||
deltas: '0'
|
||||
image_style: medium
|
||||
image_link: content
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
deltas_reversed: 0
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
field_localisation_textuel:
|
||||
type: string
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
region: content
|
||||
field_sous_titre:
|
||||
type: string
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
field_th:
|
||||
type: entity_reference_label
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 3
|
||||
region: content
|
||||
hidden:
|
||||
field_actualites_liees: true
|
||||
field_carte: true
|
||||
field_chiffres_clefs: true
|
||||
field_chronologie: true
|
||||
field_collectif_du_projet: true
|
||||
field_intro: true
|
||||
field_legende_carte: true
|
||||
field_liens: true
|
||||
field_pieces_jointes: true
|
||||
field_poids: true
|
||||
field_pour_aller_plus_loin: true
|
||||
field_session: true
|
||||
field_texte: true
|
||||
langcode: true
|
||||
links: true
|
||||
search_api_excerpt: true
|
@ -0,0 +1,55 @@
|
||||
uuid: 36b1a44d-7f0e-4fd8-8175-bb63bff1a9a0
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.node.ressource.field_couverture
|
||||
- field.field.node.ressource.field_fichier_ressource
|
||||
- field.field.node.ressource.field_ressource_date
|
||||
- node.type.ressource
|
||||
module:
|
||||
- datetime
|
||||
- file
|
||||
- image
|
||||
- user
|
||||
id: node.ressource.default
|
||||
targetEntityType: node
|
||||
bundle: ressource
|
||||
mode: default
|
||||
content:
|
||||
field_couverture:
|
||||
type: image
|
||||
label: above
|
||||
settings:
|
||||
image_link: ''
|
||||
image_style: ''
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
third_party_settings: { }
|
||||
weight: 103
|
||||
region: content
|
||||
field_fichier_ressource:
|
||||
type: file_default
|
||||
label: above
|
||||
settings:
|
||||
use_description_as_link_text: true
|
||||
third_party_settings: { }
|
||||
weight: 102
|
||||
region: content
|
||||
field_ressource_date:
|
||||
type: datetime_default
|
||||
label: above
|
||||
settings:
|
||||
timezone_override: ''
|
||||
format_type: moyen
|
||||
third_party_settings: { }
|
||||
weight: 104
|
||||
region: content
|
||||
links:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 100
|
||||
region: content
|
||||
hidden:
|
||||
langcode: true
|
||||
search_api_excerpt: true
|
@ -0,0 +1,28 @@
|
||||
uuid: 897ecf70-74ee-4da3-a0e4-50f8a50c280a
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- core.entity_view_mode.node.teaser
|
||||
- field.field.node.ressource.field_couverture
|
||||
- field.field.node.ressource.field_fichier_ressource
|
||||
- field.field.node.ressource.field_ressource_date
|
||||
- node.type.ressource
|
||||
module:
|
||||
- user
|
||||
id: node.ressource.teaser
|
||||
targetEntityType: node
|
||||
bundle: ressource
|
||||
mode: teaser
|
||||
content:
|
||||
links:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 100
|
||||
region: content
|
||||
hidden:
|
||||
field_couverture: true
|
||||
field_fichier_ressource: true
|
||||
field_ressource_date: true
|
||||
langcode: true
|
||||
search_api_excerpt: true
|
@ -0,0 +1,32 @@
|
||||
uuid: 8e520e79-b8a9-43a7-b105-24abf267384a
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.paragraph.chiffre_clef.field_chiffre
|
||||
- field.field.paragraph.chiffre_clef.field_texte_chiffreclef
|
||||
- paragraphs.paragraphs_type.chiffre_clef
|
||||
module:
|
||||
- text
|
||||
id: paragraph.chiffre_clef.default
|
||||
targetEntityType: paragraph
|
||||
bundle: chiffre_clef
|
||||
mode: default
|
||||
content:
|
||||
field_chiffre:
|
||||
type: string
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
field_texte_chiffreclef:
|
||||
type: text_default
|
||||
label: visually_hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
hidden:
|
||||
search_api_excerpt: true
|
@ -0,0 +1,32 @@
|
||||
uuid: bec49eb4-5ecb-42a2-83ac-6aea7e12ad49
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.paragraph.chronologie.field_texte
|
||||
- field.field.paragraph.chronologie.field_titre
|
||||
- paragraphs.paragraphs_type.chronologie
|
||||
module:
|
||||
- text
|
||||
id: paragraph.chronologie.default
|
||||
targetEntityType: paragraph
|
||||
bundle: chronologie
|
||||
mode: default
|
||||
content:
|
||||
field_texte:
|
||||
type: text_default
|
||||
label: visually_hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
field_titre:
|
||||
type: string
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
hidden:
|
||||
search_api_excerpt: true
|
@ -0,0 +1,34 @@
|
||||
uuid: 3f9c3d65-dda6-4250-95db-97066efc4342
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.paragraph.collectif_projet.field_membre_collectif
|
||||
- field.field.paragraph.collectif_projet.field_titre
|
||||
- paragraphs.paragraphs_type.collectif_projet
|
||||
module:
|
||||
- entity_reference_revisions
|
||||
id: paragraph.collectif_projet.default
|
||||
targetEntityType: paragraph
|
||||
bundle: collectif_projet
|
||||
mode: default
|
||||
content:
|
||||
field_membre_collectif:
|
||||
type: entity_reference_revisions_entity_view
|
||||
label: visually_hidden
|
||||
settings:
|
||||
view_mode: default
|
||||
link: ''
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
field_titre:
|
||||
type: string
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
hidden:
|
||||
search_api_excerpt: true
|
@ -0,0 +1,124 @@
|
||||
uuid: 6e0e14d8-dc29-4d65-9f7f-5f510d33ce93
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.paragraph.geofield_projet.field_carte
|
||||
- field.field.paragraph.geofield_projet.field_libele
|
||||
- field.field.paragraph.geofield_projet.field_principal
|
||||
- paragraphs.paragraphs_type.geofield_projet
|
||||
module:
|
||||
- leaflet
|
||||
id: paragraph.geofield_projet.default
|
||||
targetEntityType: paragraph
|
||||
bundle: geofield_projet
|
||||
mode: default
|
||||
content:
|
||||
field_carte:
|
||||
type: leaflet_formatter_default
|
||||
label: hidden
|
||||
settings:
|
||||
multiple_map: false
|
||||
leaflet_map: 'OSM Mapnik'
|
||||
height: 400
|
||||
height_unit: px
|
||||
hide_empty_map: false
|
||||
disable_wheel: false
|
||||
gesture_handling: false
|
||||
fitbounds_options: '{"padding":[0,0]}'
|
||||
reset_map:
|
||||
control: false
|
||||
options: '{"position": "topleft", "title": "Reset View"}'
|
||||
map_scale:
|
||||
control: false
|
||||
options: '{"position":"bottomright","maxWidth":100,"metric":true,"imperial":false,"updateWhenIdle":false}'
|
||||
locate:
|
||||
control: false
|
||||
options: '{"position": "topright", "setView": "untilPanOrZoom", "returnToPrevBounds":true, "keepCurrentZoomLevel": true, "strings": {"title": "Locate my position"}}'
|
||||
automatic: false
|
||||
leaflet_tooltip:
|
||||
value: ''
|
||||
options: '{"permanent":false,"direction":"center"}'
|
||||
popup: false
|
||||
popup_content: ''
|
||||
leaflet_popup:
|
||||
control: ''
|
||||
content: ''
|
||||
options: '{"maxWidth":"300","minWidth":"50", "autoPan": true}'
|
||||
value: ''
|
||||
view_mode: full
|
||||
map_position:
|
||||
force: false
|
||||
center:
|
||||
lat: 0.0
|
||||
lon: 0.0
|
||||
zoomControlPosition: topleft
|
||||
zoom: 5
|
||||
minZoom: 1
|
||||
maxZoom: 18
|
||||
zoomFiner: 0
|
||||
weight: '0'
|
||||
icon:
|
||||
iconType: marker
|
||||
iconUrl: ''
|
||||
shadowUrl: ''
|
||||
className: ''
|
||||
iconSize:
|
||||
x: null
|
||||
'y': null
|
||||
iconAnchor:
|
||||
x: null
|
||||
'y': null
|
||||
shadowSize:
|
||||
x: null
|
||||
'y': null
|
||||
shadowAnchor:
|
||||
x: null
|
||||
'y': null
|
||||
popupAnchor:
|
||||
x: null
|
||||
'y': null
|
||||
html: '<div></div>'
|
||||
html_class: leaflet-map-divicon
|
||||
circle_marker_options: '{"radius": 100, "color": "red", "fillColor": "#f03", "fillOpacity": 0.5}'
|
||||
leaflet_markercluster:
|
||||
control: false
|
||||
options: '{"spiderfyOnMaxZoom":true,"showCoverageOnHover":true,"removeOutsideVisibleBounds": false}'
|
||||
excluded: ''
|
||||
include_path: false
|
||||
fullscreen:
|
||||
control: false
|
||||
options: '{"position":"topleft","pseudoFullscreen":false}'
|
||||
path: '{"color":"#3388ff","opacity":"1.0","stroke":true,"weight":3,"fill":"depends","fillColor":"*","fillOpacity":"0.2","radius":"6"}'
|
||||
feature_properties:
|
||||
values: ''
|
||||
geocoder:
|
||||
control: false
|
||||
settings:
|
||||
autocomplete:
|
||||
placeholder: 'Search Address'
|
||||
title: 'Search an Address on the Map'
|
||||
position: topright
|
||||
input_size: 20
|
||||
providers: { }
|
||||
min_terms: 4
|
||||
delay: 800
|
||||
zoom: 16
|
||||
popup: false
|
||||
options: ''
|
||||
map_lazy_load:
|
||||
lazy_load: false
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
field_libele:
|
||||
type: string
|
||||
label: hidden
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
hidden:
|
||||
field_principal: true
|
||||
search_api_excerpt: true
|
@ -0,0 +1,32 @@
|
||||
uuid: dff2ca9f-98c1-4c6b-8398-f2ff28a3e726
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.paragraph.intertitre_texte.field_inter_titre
|
||||
- field.field.paragraph.intertitre_texte.field_texte_paragraphe
|
||||
- paragraphs.paragraphs_type.intertitre_texte
|
||||
module:
|
||||
- text
|
||||
id: paragraph.intertitre_texte.default
|
||||
targetEntityType: paragraph
|
||||
bundle: intertitre_texte
|
||||
mode: default
|
||||
content:
|
||||
field_inter_titre:
|
||||
type: string
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
field_texte_paragraphe:
|
||||
type: text_default
|
||||
label: visually_hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
hidden:
|
||||
search_api_excerpt: true
|
@ -0,0 +1,31 @@
|
||||
uuid: 563f535d-9180-4535-8637-72d57061ca3a
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.profile.candidat.field_nom
|
||||
- field.field.profile.candidat.field_prenom
|
||||
- profile.type.candidat
|
||||
id: profile.candidat.default
|
||||
targetEntityType: profile
|
||||
bundle: candidat
|
||||
mode: default
|
||||
content:
|
||||
field_nom:
|
||||
type: string
|
||||
label: above
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
field_prenom:
|
||||
type: string
|
||||
label: above
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
hidden:
|
||||
search_api_excerpt: true
|
44
config/sync/core.entity_view_display.user.user.default.yml
Normal file
44
config/sync/core.entity_view_display.user.user.default.yml
Normal file
@ -0,0 +1,44 @@
|
||||
uuid: 4594e5e8-c56a-4554-afcf-7bc091eda3a1
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.user.user.field_last_password_reset
|
||||
- field.field.user.user.field_password_expiration
|
||||
- field.field.user.user.field_pending_expire_sent
|
||||
module:
|
||||
- user
|
||||
id: user.user.default
|
||||
targetEntityType: user
|
||||
bundle: user
|
||||
mode: default
|
||||
content:
|
||||
candidat_profiles:
|
||||
type: entity_reference_label
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
member_for:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
user_email_verification_verified:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
region: content
|
||||
user_email_verification_verified_date:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 3
|
||||
region: content
|
||||
hidden:
|
||||
field_last_password_reset: true
|
||||
field_password_expiration: true
|
||||
field_pending_expire_sent: true
|
||||
langcode: true
|
||||
search_api_excerpt: true
|
@ -8,5 +8,6 @@ _core:
|
||||
default_config_hash: eZGw53_tQR0o846P6awZpw-1AarhtXlm-6AKAkmLvKY
|
||||
id: block.token
|
||||
label: 'Jeton (token)'
|
||||
description: ''
|
||||
targetEntityType: block
|
||||
cache: true
|
||||
|
@ -8,5 +8,6 @@ _core:
|
||||
default_config_hash: 4tedlMuvQjDOdvHdw86_e-2Rt78aR7TGFMfOK8Ejppg
|
||||
id: block_content.full
|
||||
label: Complet
|
||||
description: ''
|
||||
targetEntityType: block_content
|
||||
cache: true
|
||||
|
13
config/sync/core.entity_view_mode.config_pages.full.yml
Normal file
13
config/sync/core.entity_view_mode.config_pages.full.yml
Normal file
@ -0,0 +1,13 @@
|
||||
uuid: a9c9cec1-b6df-4921-8018-ea34925ed945
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- config_pages
|
||||
_core:
|
||||
default_config_hash: VYERDzPNi1-oUm7KMLjol4oLcjbHr-onKbitt4dZuN0
|
||||
id: config_pages.full
|
||||
label: Complet
|
||||
description: ''
|
||||
targetEntityType: config_pages
|
||||
cache: true
|
@ -8,5 +8,6 @@ _core:
|
||||
default_config_hash: 2xSc_t5yN14t-fSfl3MR1WP9Em9ij1hY8A5IIVGlhts
|
||||
id: contact_message.token
|
||||
label: 'Jeton (token)'
|
||||
description: ''
|
||||
targetEntityType: contact_message
|
||||
cache: true
|
||||
|
@ -8,5 +8,6 @@ _core:
|
||||
default_config_hash: uZo6zv9Fa0wuqgu1kigVUhfRyvk1vQhD9GCP3HElGBk
|
||||
id: file.token
|
||||
label: 'Jeton (token)'
|
||||
description: ''
|
||||
targetEntityType: file
|
||||
cache: true
|
||||
|
@ -8,5 +8,6 @@ _core:
|
||||
default_config_hash: y5XBjb33PolVKVUnedtISf0rSrGdyo10HxOcI6Mey_w
|
||||
id: menu_link_content.token
|
||||
label: 'Jeton (token)'
|
||||
description: ''
|
||||
targetEntityType: menu_link_content
|
||||
cache: true
|
||||
|
@ -8,5 +8,6 @@ _core:
|
||||
default_config_hash: m4oQ8ZK4CNZqGBAczllmaKSGmjD5xXitPDvByAPwN3c
|
||||
id: node.full
|
||||
label: 'Contenu complet'
|
||||
description: ''
|
||||
targetEntityType: node
|
||||
cache: true
|
||||
|
@ -6,5 +6,6 @@ dependencies:
|
||||
- node
|
||||
id: node.home
|
||||
label: Home
|
||||
description: ''
|
||||
targetEntityType: node
|
||||
cache: true
|
||||
|
@ -8,5 +8,6 @@ _core:
|
||||
default_config_hash: _lDZ7IYi00gmEw2ZkiWGmDYwxkccBlUyLGxMIJDTYkc
|
||||
id: node.rss
|
||||
label: RSS
|
||||
description: ''
|
||||
targetEntityType: node
|
||||
cache: true
|
||||
|
@ -8,5 +8,6 @@ _core:
|
||||
default_config_hash: a4DyjkgEtvja2s1_cGy9Ealzu0LbDwzhEcpFP7aArNg
|
||||
id: node.search_index
|
||||
label: 'Index de recherche'
|
||||
description: ''
|
||||
targetEntityType: node
|
||||
cache: true
|
||||
|
@ -8,5 +8,6 @@ _core:
|
||||
default_config_hash: Gj61wjl4G9UfFnYfmi-e7Eyvwiqzcz6sIP24vA4nkHU
|
||||
id: node.search_result
|
||||
label: 'Résultat de recherche mettant en évidence la saisie'
|
||||
description: ''
|
||||
targetEntityType: node
|
||||
cache: true
|
||||
|
@ -8,5 +8,6 @@ _core:
|
||||
default_config_hash: qJFVUFu6IPN8a4WgoDs0gcfyJqE3l3euB0wd1kO6hRQ
|
||||
id: node.teaser
|
||||
label: Accroche
|
||||
description: ''
|
||||
targetEntityType: node
|
||||
cache: true
|
||||
|
@ -8,5 +8,6 @@ _core:
|
||||
default_config_hash: 7JhK586z4WYrdjuTZH19-WxWlLIi2QlS2ZL7m01bO6E
|
||||
id: node.token
|
||||
label: 'Jeton (token)'
|
||||
description: ''
|
||||
targetEntityType: node
|
||||
cache: true
|
||||
|
@ -8,5 +8,6 @@ _core:
|
||||
default_config_hash: h3BeHVei4Lnyqbkao3YiF4KqoY-DhRvUNfEgKG8Rgjg
|
||||
id: paragraph.preview
|
||||
label: Aperçu
|
||||
description: ''
|
||||
targetEntityType: paragraph
|
||||
cache: true
|
||||
|
@ -8,5 +8,6 @@ _core:
|
||||
default_config_hash: jNmsvf8AwwKxbOUYZuY8oBMQpLbkcbFsHy1U4gQhUME
|
||||
id: path_alias.token
|
||||
label: Token
|
||||
description: ''
|
||||
targetEntityType: path_alias
|
||||
cache: true
|
||||
|
@ -8,5 +8,6 @@ _core:
|
||||
default_config_hash: 5w8lM4B4_NrQbKBtWrpx9ySnzyrCEA5jw4cHSsEaA_Q
|
||||
id: taxonomy_term.full
|
||||
label: "Page d'un terme de taxonomie"
|
||||
description: ''
|
||||
targetEntityType: taxonomy_term
|
||||
cache: true
|
||||
|
@ -8,5 +8,6 @@ _core:
|
||||
default_config_hash: goI4SQiGy_YqNsD1dqZ-YNk7Jh5dSVsnlHvwGfDFZXI
|
||||
id: taxonomy_term.token
|
||||
label: 'Jeton (token)'
|
||||
description: ''
|
||||
targetEntityType: taxonomy_term
|
||||
cache: true
|
||||
|
@ -8,5 +8,6 @@ _core:
|
||||
default_config_hash: n4bF0yaCJsxERK-1RXJhTSrmx2qD10UFNfxi1EnvQR4
|
||||
id: user.compact
|
||||
label: Compact
|
||||
description: ''
|
||||
targetEntityType: user
|
||||
cache: true
|
||||
|
@ -8,5 +8,6 @@ _core:
|
||||
default_config_hash: JuyuBXboCPHWE0JVpdI2hnd0NMAT1U1ZFgQYh18jDzI
|
||||
id: user.full
|
||||
label: 'Compte utilisateur'
|
||||
description: ''
|
||||
targetEntityType: user
|
||||
cache: true
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user