Compare commits
148 Commits
dd735c5d2f
...
newPages
Author | SHA1 | Date | |
---|---|---|---|
93fc877ca5 | |||
1ac7d51420 | |||
6a2a4beb5f | |||
bee2b9bad1 | |||
98c5c62a0f | |||
dc4b9912da | |||
221805262c | |||
2a2bc0785a | |||
676def97a1 | |||
c9aaad60d1 | |||
90836be9db | |||
54d0714034 | |||
5b3fbeb9e2 | |||
b3826b9501 | |||
fc8699b3be | |||
244299bc50 | |||
f5bd5f53f5 | |||
187b5c1115 | |||
c7b43b6f09 | |||
d7d8ec0c7d | |||
f15763890c | |||
d975cc467f | |||
10a03d4cd3 | |||
d35a3a3140 | |||
b0862a3058 | |||
a9ed7254ea | |||
b8e851e6f5 | |||
886e31588c | |||
fa077a52ed | |||
7ce3444e3a | |||
fa9520a6f6 | |||
a452f0fe6a | |||
a55ef5fbb4 | |||
8abad34306 | |||
48d07a5c3a | |||
0df7c1293d | |||
7a3c5ee38b | |||
13df12b92c | |||
aec8acb16f | |||
9dedde9ff1 | |||
578b3d2e17 | |||
535bfdbfea | |||
8241434c42 | |||
d694c2e79c | |||
b328796282 | |||
e483d62f52 | |||
c603959592 | |||
563a43941b | |||
0f4c33010e | |||
ebfd68f31f | |||
62b4c91aab | |||
6efa49c674 | |||
150354c301 | |||
275cd5bbf6 | |||
f000a5832b | |||
b91c841ef4 | |||
a248020a69 | |||
2e066b1a83 | |||
b81d9a77bd | |||
b1c23fe6a1 | |||
e3447fac33 | |||
f1b8f879fa | |||
5da3e2faf5 | |||
0254e4b146 | |||
97c8960289 | |||
b76a3fe593 | |||
63fe7d48d6 | |||
ba724f32f9 | |||
f5b4092e98 | |||
9a73e1cbaa | |||
a7bff409d1 | |||
9c6643200d | |||
f4208a492e | |||
efe44ec52a | |||
36928232d6 | |||
3212219618 | |||
c5f23ffca8 | |||
8d8c87844b | |||
045505a1c0 | |||
735a9a0278 | |||
104633faa1 | |||
4aaa3f90c5 | |||
5eceec0083 | |||
f745ce2f6c | |||
7176f2d82d | |||
91f248bfd7 | |||
1c09ac0a55 | |||
08f405aaa5 | |||
b88b807554 | |||
b904091947 | |||
99db92a152 | |||
fb9ffed293 | |||
84fece051f | |||
f218e340f1 | |||
c24e9b296c | |||
fa0945c969 | |||
18818bc428 | |||
2387de2870 | |||
15805cba54 | |||
4d4ccb80a9 | |||
09a1e18f16 | |||
4fff17098f | |||
eb0b690542 | |||
3a68d5a2c8 | |||
0828edff55 | |||
d917579535 | |||
310fb98a51 | |||
42415d5e01 | |||
374a63f1d1 | |||
601a784163 | |||
5cbaa3e7e3 | |||
7f0227bb06 | |||
b3acc28592 | |||
d91e0aa86e | |||
5a48eee4ef | |||
bfb94ef05b | |||
e50c8d95a2 | |||
b864319025 | |||
e5a0323a8a | |||
471d16089b | |||
69d780a12f | |||
1e10015d88 | |||
f0d07f6de6 | |||
fb294a22d6 | |||
5e2cdd8d3e | |||
c82fea24b7 | |||
4d21ad7a92 | |||
c688ee2b9e | |||
788f00a603 | |||
d740d58c0b | |||
3f6c33992e | |||
bc15f0549d | |||
89fede90e7 | |||
660ba7597c | |||
39f21b2fcf | |||
2da887ce20 | |||
a53801c7e4 | |||
4b159bf3fe | |||
57d908d243 | |||
fb8d6f645e | |||
d41fb95061 | |||
0677d8acda | |||
e893fc1360 | |||
fdd41d5747 | |||
3992be2e1c | |||
c001aa3876 | |||
219263f3fc | |||
25b49fe68d |
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."
|
||||
|
@@ -18,13 +18,13 @@
|
||||
"composer/installers": "^2.0",
|
||||
"drupal/block_field": "^1.0@RC",
|
||||
"drupal/config_pages": "^2.15",
|
||||
"drupal/core-composer-scaffold": "^10.2",
|
||||
"drupal/core-project-message": "^10.2",
|
||||
"drupal/core-recommended": "^10.2",
|
||||
"drupal/core-composer-scaffold": "^10.3",
|
||||
"drupal/core-project-message": "^10.3",
|
||||
"drupal/core-recommended": "^10.3",
|
||||
"drupal/editor_advanced_link": "^2.2",
|
||||
"drupal/geofield": "^1.60",
|
||||
"drupal/image_delta_formatter": "^1.2",
|
||||
"drupal/image_field_caption": "^2.0",
|
||||
"drupal/image_field_caption": "2.0.x-dev@dev",
|
||||
"drupal/leaflet": "^10.2",
|
||||
"drupal/leaflet_more_maps": "^2.2",
|
||||
"drupal/linked_field": "^1.5",
|
||||
@@ -37,7 +37,11 @@
|
||||
"drupal/quick_node_clone": "^1.18",
|
||||
"drupal/simple_sitemap": "^4.1",
|
||||
"drupal/social_media_links": "^2.9",
|
||||
"drupal/structure_sync": "^2.0",
|
||||
"drupal/verf": "^2.1",
|
||||
"drupal/views_autocomplete_filters": "^2.0",
|
||||
"drupal/views_block_area": "^1.0@beta",
|
||||
"drupal/views_year_filter": "^2.1",
|
||||
"drupal/viewsreference": "^2.0@beta",
|
||||
"drupal/yaml_editor": "^1.2",
|
||||
"drush/drush": "^12.4",
|
||||
@@ -126,9 +130,21 @@
|
||||
"merge-extra": true
|
||||
},
|
||||
"patches": {
|
||||
"drupal/core": {
|
||||
"Image field generates only default language URL when linking to corresponding entity. https://www.drupal.org/node/2645922?no_cache=1733132298":"https://www.drupal.org/files/issues/2021-03-15/2645922-45.patch",
|
||||
"Also use text editor (CKEditor) for summary of a text field https://www.drupal.org/project/drupal/issues/2671162 ":"https://www.drupal.org/files/issues/2024-09-09/2671162-151.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"
|
||||
},
|
||||
"drupal/image_field_caption":{
|
||||
"Rewrite module to use default field storage https://www.drupal.org/project/image_field_caption/issues/3472997": "./patches/image_field_caption_3472997_12.patch"
|
||||
},
|
||||
"drupal/video_embed_field":{
|
||||
"Support Youtube Live urls https://www.drupal.org/project/video_embed_field/issues/3417567":"https://www.drupal.org/files/issues/2024-01-27/video_embed_field--support-live--3417567--2.patch"
|
||||
}
|
||||
},
|
||||
"oldpatches": {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
1523
composer.lock
generated
1523
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
|
||||
|
@@ -0,0 +1,30 @@
|
||||
uuid: c9c52cf9-8186-4b48-a043-0d136bfeae02
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- views.view.actus
|
||||
module:
|
||||
- block_class
|
||||
- context
|
||||
- views
|
||||
theme:
|
||||
- quartiers_de_demain
|
||||
id: quartiers_de_demain_formulaireexposeactuspage_1
|
||||
theme: quartiers_de_demain
|
||||
region: sidebar_first
|
||||
weight: 0
|
||||
provider: null
|
||||
plugin: 'views_exposed_filter_block:actus-page_1'
|
||||
settings:
|
||||
id: 'views_exposed_filter_block:actus-page_1'
|
||||
label: ''
|
||||
label_display: visible
|
||||
provider: views
|
||||
views_label: 'Filtrer les actualités'
|
||||
visibility:
|
||||
view_inclusion:
|
||||
id: view_inclusion
|
||||
negate: false
|
||||
view_inclusion:
|
||||
view-actus-page_1: view-actus-page_1
|
@@ -0,0 +1,30 @@
|
||||
uuid: 30157518-30b0-4b4f-b5c8-3741ff99e8cc
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- views.view.ressources
|
||||
module:
|
||||
- block_class
|
||||
- context
|
||||
- views
|
||||
theme:
|
||||
- quartiers_de_demain
|
||||
id: quartiers_de_demain_formulaireexposeressourcespage_1
|
||||
theme: quartiers_de_demain
|
||||
region: sidebar_first
|
||||
weight: 0
|
||||
provider: null
|
||||
plugin: 'views_exposed_filter_block:ressources-page_1'
|
||||
settings:
|
||||
id: 'views_exposed_filter_block:ressources-page_1'
|
||||
label: ''
|
||||
label_display: visible
|
||||
provider: views
|
||||
views_label: 'filtrer les ressources'
|
||||
visibility:
|
||||
view_inclusion:
|
||||
id: view_inclusion
|
||||
negate: false
|
||||
view_inclusion:
|
||||
view-ressources-page_1: view-ressources-page_1
|
@@ -3,7 +3,9 @@ langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- block_class
|
||||
- language
|
||||
- system
|
||||
theme:
|
||||
- quartiers_de_demain
|
||||
id: quartiers_de_demain_selecteurdelangue
|
||||
@@ -17,4 +19,8 @@ settings:
|
||||
label: 'Sélecteur de langue'
|
||||
label_display: '0'
|
||||
provider: language
|
||||
visibility: { }
|
||||
visibility:
|
||||
request_path:
|
||||
id: request_path
|
||||
negate: true
|
||||
pages: "/actualites\r\n/ressources"
|
||||
|
@@ -3,7 +3,6 @@ langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- block_class
|
||||
- social_media_links
|
||||
theme:
|
||||
- quartiers_de_demain
|
||||
@@ -23,6 +22,10 @@ settings:
|
||||
value: showcase/quartiers-demain/
|
||||
description: 'Retrouvez-nous sur les réseaux sociaux'
|
||||
weight: '-43'
|
||||
instagram:
|
||||
value: quartiersdedemain.archi/
|
||||
description: ''
|
||||
weight: '-42'
|
||||
twitter:
|
||||
value: ''
|
||||
description: ''
|
||||
@@ -31,10 +34,6 @@ settings:
|
||||
value: ''
|
||||
description: ''
|
||||
weight: '-40'
|
||||
instagram:
|
||||
value: quartiersdedemain.archi/
|
||||
description: ''
|
||||
weight: '-42'
|
||||
xing:
|
||||
value: ''
|
||||
description: ''
|
||||
|
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: 19a0fbf2-ca25-45d7-b5dd-812acab719cf
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: link
|
||||
label: Link
|
||||
revision: false
|
||||
description: ''
|
8
config/sync/block_content.type.live_youtube.yml
Normal file
8
config/sync/block_content.type.live_youtube.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
uuid: dc650ace-a4b8-479c-bb14-fa42e7534214
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: live_youtube
|
||||
label: live-youtube
|
||||
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,3 @@
|
||||
_core:
|
||||
default_config_hash: LzdDtE3Im_Ysio7g1Eo8ymSMq0mgSQMPzv0khsr_J64
|
||||
langcode: fr
|
||||
ignored_config_entities: { }
|
||||
|
@@ -8,7 +8,7 @@ token: true
|
||||
context:
|
||||
show_warning: true
|
||||
group:
|
||||
language: false
|
||||
language: true
|
||||
fallback:
|
||||
language: ''
|
||||
menu:
|
||||
|
17
config/sync/config_pages.type.intro_partenaires.yml
Normal file
17
config/sync/config_pages.type.intro_partenaires.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
uuid: 9dcf4c0f-3d4f-4ae9-abb1-c023f55e4ce7
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: intro_partenaires
|
||||
label: 'Intro partenaires'
|
||||
token: true
|
||||
context:
|
||||
show_warning: true
|
||||
group:
|
||||
language: true
|
||||
fallback:
|
||||
language: ''
|
||||
menu:
|
||||
path: /edit/intro-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
|
||||
|
@@ -0,0 +1,20 @@
|
||||
uuid: 169699d3-8509-4aef-90f7-b514de169e6c
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- block_content.type.logo_link
|
||||
module:
|
||||
- metatag
|
||||
id: block_content.logo_link.metatag
|
||||
field_name: metatag
|
||||
entity_type: block_content
|
||||
bundle: logo_link
|
||||
label: 'Metatags (Hidden field for JSON support)'
|
||||
description: 'The computed meta tags for the entity.'
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: metatag_computed
|
@@ -11,7 +11,7 @@ bundle: menu_link_content
|
||||
label: Description
|
||||
description: "S'affiche au survol du lien du menu."
|
||||
required: false
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
|
@@ -0,0 +1,19 @@
|
||||
uuid: 7cde6e6a-5570-45f9-831c-473239379f4e
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- menu_link_content
|
||||
- metatag
|
||||
id: menu_link_content.menu_link_content.metatag
|
||||
field_name: metatag
|
||||
entity_type: menu_link_content
|
||||
bundle: menu_link_content
|
||||
label: 'Metatags (Hidden field for JSON support)'
|
||||
description: 'The computed meta tags for the entity.'
|
||||
required: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: metatag_computed
|
@@ -11,7 +11,7 @@ bundle: menu_link_content
|
||||
label: 'Titre du lien dans le menu'
|
||||
description: 'Le texte à utiliser pour ce lien dans le menu.'
|
||||
required: true
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
|
@@ -0,0 +1,18 @@
|
||||
uuid: 8952b1c0-83f0-4426-8dd6-388815f7a01d
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.actualite
|
||||
id: node.actualite.changed
|
||||
field_name: changed
|
||||
entity_type: node
|
||||
bundle: actualite
|
||||
label: Changed
|
||||
description: 'The time that the node was last edited.'
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: changed
|
@@ -0,0 +1,18 @@
|
||||
uuid: fdfd8130-3b63-4b7e-bd64-3c7301f1fbfc
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.actualite
|
||||
id: node.actualite.created
|
||||
field_name: created
|
||||
entity_type: node
|
||||
bundle: actualite
|
||||
label: 'Authored on'
|
||||
description: 'The date and time that the content was created.'
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: created
|
@@ -0,0 +1,20 @@
|
||||
uuid: 51532eae-9ece-4e71-a29b-46145e96ac18
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.actualite
|
||||
id: node.actualite.menu_link
|
||||
field_name: menu_link
|
||||
entity_type: node
|
||||
bundle: actualite
|
||||
label: 'Menu link'
|
||||
description: 'Computed menu link for the node (only available during node saving).'
|
||||
required: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
handler: default
|
||||
handler_settings: { }
|
||||
field_type: entity_reference
|
@@ -0,0 +1,20 @@
|
||||
uuid: 56ca7d3f-a499-431f-aff4-5ceb6fc19ec9
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.actualite
|
||||
module:
|
||||
- metatag
|
||||
id: node.actualite.metatag
|
||||
field_name: metatag
|
||||
entity_type: node
|
||||
bundle: actualite
|
||||
label: 'Metatags (Hidden field for JSON support)'
|
||||
description: 'The computed meta tags for the entity.'
|
||||
required: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: metatag_computed
|
20
config/sync/core.base_field_override.node.actualite.path.yml
Normal file
20
config/sync/core.base_field_override.node.actualite.path.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
uuid: 6a322d0f-86be-4c6a-8c0f-1e307bc39896
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.actualite
|
||||
module:
|
||||
- path
|
||||
id: node.actualite.path
|
||||
field_name: path
|
||||
entity_type: node
|
||||
bundle: actualite
|
||||
label: 'URL alias'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: path
|
@@ -0,0 +1,22 @@
|
||||
uuid: 70fe4a82-d59f-4cc3-ae23-e8cba9881d9a
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.actualite
|
||||
id: node.actualite.promote
|
||||
field_name: promote
|
||||
entity_type: node
|
||||
bundle: actualite
|
||||
label: 'Promoted to front page'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value:
|
||||
-
|
||||
value: 1
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
on_label: 'On'
|
||||
off_label: 'Off'
|
||||
field_type: boolean
|
@@ -0,0 +1,22 @@
|
||||
uuid: 54d35efa-8965-41f3-9ba9-60e0cda2a865
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.actualite
|
||||
id: node.actualite.status
|
||||
field_name: status
|
||||
entity_type: node
|
||||
bundle: actualite
|
||||
label: Published
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value:
|
||||
-
|
||||
value: 1
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
on_label: 'On'
|
||||
off_label: 'Off'
|
||||
field_type: boolean
|
@@ -0,0 +1,22 @@
|
||||
uuid: feddcfcb-9b39-4b01-b815-9d1f15d21c69
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.actualite
|
||||
id: node.actualite.sticky
|
||||
field_name: sticky
|
||||
entity_type: node
|
||||
bundle: actualite
|
||||
label: 'Sticky at top of lists'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value:
|
||||
-
|
||||
value: 0
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
on_label: 'On'
|
||||
off_label: 'Off'
|
||||
field_type: boolean
|
@@ -0,0 +1,18 @@
|
||||
uuid: fa9fe0a1-0ef4-4013-8610-d331447bc94b
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.actualite
|
||||
id: node.actualite.title
|
||||
field_name: title
|
||||
entity_type: node
|
||||
bundle: actualite
|
||||
label: Title
|
||||
description: ''
|
||||
required: true
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: string
|
20
config/sync/core.base_field_override.node.actualite.uid.yml
Normal file
20
config/sync/core.base_field_override.node.actualite.uid.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
uuid: c60df585-c0af-4b02-bae7-402003c253c7
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.actualite
|
||||
id: node.actualite.uid
|
||||
field_name: uid
|
||||
entity_type: node
|
||||
bundle: actualite
|
||||
label: 'Authored by'
|
||||
description: 'The username of the content author.'
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: 'Drupal\node\Entity\Node::getDefaultEntityOwner'
|
||||
settings:
|
||||
handler: default
|
||||
handler_settings: { }
|
||||
field_type: entity_reference
|
@@ -0,0 +1,22 @@
|
||||
uuid: d94e3e27-6ebe-416a-a837-814976df1c48
|
||||
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
|
18
config/sync/core.base_field_override.node.site.changed.yml
Normal file
18
config/sync/core.base_field_override.node.site.changed.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
uuid: 8109533e-9464-4165-949f-dda920ca910c
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.site
|
||||
id: node.site.changed
|
||||
field_name: changed
|
||||
entity_type: node
|
||||
bundle: site
|
||||
label: Changed
|
||||
description: 'The time that the node was last edited.'
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: changed
|
18
config/sync/core.base_field_override.node.site.created.yml
Normal file
18
config/sync/core.base_field_override.node.site.created.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
uuid: 88532789-26e8-4563-9f62-1a0827533cdc
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.site
|
||||
id: node.site.created
|
||||
field_name: created
|
||||
entity_type: node
|
||||
bundle: site
|
||||
label: 'Authored on'
|
||||
description: 'The date and time that the content was created.'
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: created
|
20
config/sync/core.base_field_override.node.site.menu_link.yml
Normal file
20
config/sync/core.base_field_override.node.site.menu_link.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
uuid: edae2214-8d58-4789-9469-2ac9a5d0d807
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.site
|
||||
id: node.site.menu_link
|
||||
field_name: menu_link
|
||||
entity_type: node
|
||||
bundle: site
|
||||
label: 'Menu link'
|
||||
description: 'Computed menu link for the node (only available during node saving).'
|
||||
required: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
handler: default
|
||||
handler_settings: { }
|
||||
field_type: entity_reference
|
20
config/sync/core.base_field_override.node.site.metatag.yml
Normal file
20
config/sync/core.base_field_override.node.site.metatag.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
uuid: 9223e22d-dc39-4683-bf48-9bdcfc032c49
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.site
|
||||
module:
|
||||
- metatag
|
||||
id: node.site.metatag
|
||||
field_name: metatag
|
||||
entity_type: node
|
||||
bundle: site
|
||||
label: 'Metatags (Hidden field for JSON support)'
|
||||
description: 'The computed meta tags for the entity.'
|
||||
required: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: metatag_computed
|
20
config/sync/core.base_field_override.node.site.path.yml
Normal file
20
config/sync/core.base_field_override.node.site.path.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
uuid: f3b94327-3f20-4173-8898-7d7390902047
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.site
|
||||
module:
|
||||
- path
|
||||
id: node.site.path
|
||||
field_name: path
|
||||
entity_type: node
|
||||
bundle: site
|
||||
label: 'URL alias'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: path
|
@@ -11,7 +11,7 @@ bundle: site
|
||||
label: "Promu en page d'accueil"
|
||||
description: ''
|
||||
required: false
|
||||
translatable: true
|
||||
translatable: false
|
||||
default_value:
|
||||
-
|
||||
value: 0
|
||||
|
22
config/sync/core.base_field_override.node.site.status.yml
Normal file
22
config/sync/core.base_field_override.node.site.status.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
uuid: 4eed6457-e26b-4758-8fe6-674658081842
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.site
|
||||
id: node.site.status
|
||||
field_name: status
|
||||
entity_type: node
|
||||
bundle: site
|
||||
label: Published
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value:
|
||||
-
|
||||
value: 1
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
on_label: 'On'
|
||||
off_label: 'Off'
|
||||
field_type: boolean
|
22
config/sync/core.base_field_override.node.site.sticky.yml
Normal file
22
config/sync/core.base_field_override.node.site.sticky.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
uuid: 2368acd8-aa6e-4f90-98ba-7054befab1f6
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.site
|
||||
id: node.site.sticky
|
||||
field_name: sticky
|
||||
entity_type: node
|
||||
bundle: site
|
||||
label: 'Sticky at top of lists'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value:
|
||||
-
|
||||
value: 0
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
on_label: 'On'
|
||||
off_label: 'Off'
|
||||
field_type: boolean
|
18
config/sync/core.base_field_override.node.site.title.yml
Normal file
18
config/sync/core.base_field_override.node.site.title.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
uuid: b5b46377-5d3b-49d1-a1f5-e7237373c8e7
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.site
|
||||
id: node.site.title
|
||||
field_name: title
|
||||
entity_type: node
|
||||
bundle: site
|
||||
label: Title
|
||||
description: ''
|
||||
required: true
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: string
|
20
config/sync/core.base_field_override.node.site.uid.yml
Normal file
20
config/sync/core.base_field_override.node.site.uid.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
uuid: 051f514f-5346-46e0-bfbf-a0e6408592dc
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.site
|
||||
id: node.site.uid
|
||||
field_name: uid
|
||||
entity_type: node
|
||||
bundle: site
|
||||
label: 'Authored by'
|
||||
description: 'The username of the content author.'
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: 'Drupal\node\Entity\Node::getDefaultEntityOwner'
|
||||
settings:
|
||||
handler: default
|
||||
handler_settings: { }
|
||||
field_type: entity_reference
|
@@ -0,0 +1,18 @@
|
||||
uuid: 2b63c844-f05b-4b94-bf9a-4de057c6ae6d
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- paragraphs.paragraphs_type.phase_deroulement
|
||||
id: paragraph.phase_deroulement.created
|
||||
field_name: created
|
||||
entity_type: paragraph
|
||||
bundle: phase_deroulement
|
||||
label: 'Authored on'
|
||||
description: 'The time that the Paragraph was created.'
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: created
|
@@ -0,0 +1,22 @@
|
||||
uuid: 348a4c41-4b3e-436c-8900-9083fbb13263
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- paragraphs.paragraphs_type.phase_deroulement
|
||||
id: paragraph.phase_deroulement.status
|
||||
field_name: status
|
||||
entity_type: paragraph
|
||||
bundle: phase_deroulement
|
||||
label: Published
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value:
|
||||
-
|
||||
value: 1
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
on_label: 'On'
|
||||
off_label: 'Off'
|
||||
field_type: boolean
|
@@ -0,0 +1,18 @@
|
||||
uuid: 5a0b6ee1-02e9-4fc4-a0c2-ee3f34465bb4
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- paragraphs.paragraphs_type.site_diapo
|
||||
id: paragraph.site_diapo.created
|
||||
field_name: created
|
||||
entity_type: paragraph
|
||||
bundle: site_diapo
|
||||
label: 'Authored on'
|
||||
description: 'The time that the Paragraph was created.'
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: created
|
@@ -0,0 +1,22 @@
|
||||
uuid: 081dffe4-202c-49c1-9658-79382ee07f3a
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- paragraphs.paragraphs_type.site_diapo
|
||||
id: paragraph.site_diapo.status
|
||||
field_name: status
|
||||
entity_type: paragraph
|
||||
bundle: site_diapo
|
||||
label: Published
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value:
|
||||
-
|
||||
value: 1
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
on_label: 'On'
|
||||
off_label: 'Off'
|
||||
field_type: boolean
|
@@ -0,0 +1,18 @@
|
||||
uuid: 58e3a45d-8c19-4ece-8d44-a1d742d0485a
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- paragraphs.paragraphs_type.site_parts
|
||||
id: paragraph.site_parts.created
|
||||
field_name: created
|
||||
entity_type: paragraph
|
||||
bundle: site_parts
|
||||
label: 'Authored on'
|
||||
description: 'The time that the Paragraph was created.'
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: created
|
@@ -0,0 +1,22 @@
|
||||
uuid: 588a7ffa-056c-4aab-84b5-f45374d99e3c
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- paragraphs.paragraphs_type.site_parts
|
||||
id: paragraph.site_parts.status
|
||||
field_name: status
|
||||
entity_type: paragraph
|
||||
bundle: site_parts
|
||||
label: Published
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value:
|
||||
-
|
||||
value: 1
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
on_label: 'On'
|
||||
off_label: 'Off'
|
||||
field_type: boolean
|
@@ -0,0 +1,18 @@
|
||||
uuid: d659ef2f-adb4-4b35-8eb3-cf29a5cba294
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- paragraphs.paragraphs_type.site_video
|
||||
id: paragraph.site_video.created
|
||||
field_name: created
|
||||
entity_type: paragraph
|
||||
bundle: site_video
|
||||
label: 'Authored on'
|
||||
description: 'The time that the Paragraph was created.'
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: created
|
@@ -0,0 +1,22 @@
|
||||
uuid: 7dadbf23-812c-4336-bf89-0d28dacbfaac
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- paragraphs.paragraphs_type.site_video
|
||||
id: paragraph.site_video.status
|
||||
field_name: status
|
||||
entity_type: paragraph
|
||||
bundle: site_video
|
||||
label: Published
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value:
|
||||
-
|
||||
value: 1
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
on_label: 'On'
|
||||
off_label: 'Off'
|
||||
field_type: boolean
|
@@ -0,0 +1,18 @@
|
||||
uuid: 91f436ed-dadb-4db1-ae46-252b7a4747f2
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- paragraphs.paragraphs_type.static_parts
|
||||
id: paragraph.static_parts.created
|
||||
field_name: created
|
||||
entity_type: paragraph
|
||||
bundle: static_parts
|
||||
label: 'Authored on'
|
||||
description: 'The time that the Paragraph was created.'
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: created
|
@@ -0,0 +1,22 @@
|
||||
uuid: 3857501b-6418-49a6-a865-752f7a6f0618
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- paragraphs.paragraphs_type.static_parts
|
||||
id: paragraph.static_parts.status
|
||||
field_name: status
|
||||
entity_type: paragraph
|
||||
bundle: static_parts
|
||||
label: Published
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value:
|
||||
-
|
||||
value: 1
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
on_label: 'On'
|
||||
off_label: 'Off'
|
||||
field_type: boolean
|
@@ -0,0 +1,18 @@
|
||||
uuid: 49cc0a0b-cd7e-4fb4-9f20-c5cd4c39b54c
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- taxonomy.vocabulary.mots_clefs
|
||||
id: taxonomy_term.mots_clefs.changed
|
||||
field_name: changed
|
||||
entity_type: taxonomy_term
|
||||
bundle: mots_clefs
|
||||
label: Changed
|
||||
description: 'The time that the term was last edited.'
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: changed
|
@@ -0,0 +1,21 @@
|
||||
uuid: 22aafaa2-9fb4-48c0-98e8-d36925622365
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- taxonomy.vocabulary.mots_clefs
|
||||
module:
|
||||
- text
|
||||
id: taxonomy_term.mots_clefs.description
|
||||
field_name: description
|
||||
entity_type: taxonomy_term
|
||||
bundle: mots_clefs
|
||||
label: Description
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
allowed_formats: { }
|
||||
field_type: text_long
|
@@ -0,0 +1,20 @@
|
||||
uuid: d453afe1-77a6-4eae-a9e1-cd9d5ca778ef
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- taxonomy.vocabulary.mots_clefs
|
||||
module:
|
||||
- metatag
|
||||
id: taxonomy_term.mots_clefs.metatag
|
||||
field_name: metatag
|
||||
entity_type: taxonomy_term
|
||||
bundle: mots_clefs
|
||||
label: 'Metatags (Hidden field for JSON support)'
|
||||
description: 'The computed meta tags for the entity.'
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: metatag_computed
|
@@ -0,0 +1,18 @@
|
||||
uuid: 64638bb4-9bf1-46d5-a51c-6253200ff486
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- taxonomy.vocabulary.mots_clefs
|
||||
id: taxonomy_term.mots_clefs.name
|
||||
field_name: name
|
||||
entity_type: taxonomy_term
|
||||
bundle: mots_clefs
|
||||
label: Name
|
||||
description: ''
|
||||
required: true
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: string
|
@@ -0,0 +1,20 @@
|
||||
uuid: dac1f356-9473-4127-b95a-3b9b071d6ff0
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- taxonomy.vocabulary.mots_clefs
|
||||
module:
|
||||
- path
|
||||
id: taxonomy_term.mots_clefs.path
|
||||
field_name: path
|
||||
entity_type: taxonomy_term
|
||||
bundle: mots_clefs
|
||||
label: 'URL alias'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: path
|
@@ -0,0 +1,22 @@
|
||||
uuid: 01498e76-9a5b-49ff-979a-89467d92ae89
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- taxonomy.vocabulary.mots_clefs
|
||||
id: taxonomy_term.mots_clefs.status
|
||||
field_name: status
|
||||
entity_type: taxonomy_term
|
||||
bundle: mots_clefs
|
||||
label: Published
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value:
|
||||
-
|
||||
value: 1
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
on_label: 'On'
|
||||
off_label: 'Off'
|
||||
field_type: boolean
|
@@ -0,0 +1,18 @@
|
||||
uuid: b948dc66-ebe9-413c-b2a4-ae6cafbf489d
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- taxonomy.vocabulary.type_d_actualite
|
||||
id: taxonomy_term.type_d_actualite.changed
|
||||
field_name: changed
|
||||
entity_type: taxonomy_term
|
||||
bundle: type_d_actualite
|
||||
label: Changed
|
||||
description: 'The time that the term was last edited.'
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: changed
|
@@ -0,0 +1,21 @@
|
||||
uuid: e2d78faf-891c-48f7-9b85-54a3a7c8e42d
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- taxonomy.vocabulary.type_d_actualite
|
||||
module:
|
||||
- text
|
||||
id: taxonomy_term.type_d_actualite.description
|
||||
field_name: description
|
||||
entity_type: taxonomy_term
|
||||
bundle: type_d_actualite
|
||||
label: Description
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
allowed_formats: { }
|
||||
field_type: text_long
|
@@ -0,0 +1,20 @@
|
||||
uuid: 4624cc81-ed92-4511-a9ee-0a349e684c1a
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- taxonomy.vocabulary.type_d_actualite
|
||||
module:
|
||||
- metatag
|
||||
id: taxonomy_term.type_d_actualite.metatag
|
||||
field_name: metatag
|
||||
entity_type: taxonomy_term
|
||||
bundle: type_d_actualite
|
||||
label: 'Metatags (Hidden field for JSON support)'
|
||||
description: 'The computed meta tags for the entity.'
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: metatag_computed
|
@@ -0,0 +1,18 @@
|
||||
uuid: a64e8fc5-13fd-45e1-b85a-8a027be893aa
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- taxonomy.vocabulary.type_d_actualite
|
||||
id: taxonomy_term.type_d_actualite.name
|
||||
field_name: name
|
||||
entity_type: taxonomy_term
|
||||
bundle: type_d_actualite
|
||||
label: Name
|
||||
description: ''
|
||||
required: true
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: string
|
@@ -0,0 +1,20 @@
|
||||
uuid: 727c55aa-ebee-4452-abf0-f5da20a1c350
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- taxonomy.vocabulary.type_d_actualite
|
||||
module:
|
||||
- path
|
||||
id: taxonomy_term.type_d_actualite.path
|
||||
field_name: path
|
||||
entity_type: taxonomy_term
|
||||
bundle: type_d_actualite
|
||||
label: 'URL alias'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: path
|
@@ -0,0 +1,22 @@
|
||||
uuid: 376ff4cf-8a90-4420-97b4-6f2bc8854e40
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- taxonomy.vocabulary.type_d_actualite
|
||||
id: taxonomy_term.type_d_actualite.status
|
||||
field_name: status
|
||||
entity_type: taxonomy_term
|
||||
bundle: type_d_actualite
|
||||
label: Published
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value:
|
||||
-
|
||||
value: 1
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
on_label: 'On'
|
||||
off_label: 'Off'
|
||||
field_type: boolean
|
19
config/sync/core.base_field_override.user.user.metatag.yml
Normal file
19
config/sync/core.base_field_override.user.user.metatag.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
uuid: 6a5ab4d2-8b91-45a7-9642-6ed342324aa7
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- metatag
|
||||
- user
|
||||
id: user.user.metatag
|
||||
field_name: metatag
|
||||
entity_type: user
|
||||
bundle: user
|
||||
label: 'Metatags (Hidden field for JSON support)'
|
||||
description: 'The computed meta tags for the entity.'
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: metatag_computed
|
@@ -0,0 +1,38 @@
|
||||
uuid: fa11d5c4-5120-4fb2-a580-dba21e05dec5
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- block_content.type.link
|
||||
- field.field.block_content.link.field_link
|
||||
module:
|
||||
- link
|
||||
id: block_content.link.default
|
||||
targetEntityType: block_content
|
||||
bundle: link
|
||||
mode: default
|
||||
content:
|
||||
field_link:
|
||||
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,49 @@
|
||||
uuid: 9d4c0c8b-d55b-4f5d-a1b8-f1df7af95607
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- block_content.type.live_youtube
|
||||
- field.field.block_content.live_youtube.field_descritpion
|
||||
- field.field.block_content.live_youtube.field_titre
|
||||
- field.field.block_content.live_youtube.field_youtube
|
||||
module:
|
||||
- text
|
||||
- video_embed_field
|
||||
id: block_content.live_youtube.default
|
||||
targetEntityType: block_content
|
||||
bundle: live_youtube
|
||||
mode: default
|
||||
content:
|
||||
field_descritpion:
|
||||
type: text_textarea
|
||||
weight: 2
|
||||
region: content
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_titre:
|
||||
type: string_textfield
|
||||
weight: 1
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_youtube:
|
||||
type: video_embed_field_textfield
|
||||
weight: 3
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
info:
|
||||
type: string_textfield
|
||||
weight: 0
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
langcode: true
|
@@ -6,6 +6,7 @@ dependencies:
|
||||
- config_pages.type.deroulement
|
||||
- field.field.config_pages.deroulement.field_calendrier
|
||||
- field.field.config_pages.deroulement.field_phase
|
||||
- field.field.config_pages.deroulement.field_title
|
||||
module:
|
||||
- file
|
||||
- paragraphs
|
||||
@@ -16,14 +17,14 @@ mode: default
|
||||
content:
|
||||
field_calendrier:
|
||||
type: file_generic
|
||||
weight: 0
|
||||
weight: 1
|
||||
region: content
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
third_party_settings: { }
|
||||
field_phase:
|
||||
type: paragraphs
|
||||
weight: 1
|
||||
weight: 2
|
||||
region: content
|
||||
settings:
|
||||
title: Paragraphe
|
||||
@@ -39,5 +40,13 @@ content:
|
||||
collapse_edit_all: collapse_edit_all
|
||||
duplicate: duplicate
|
||||
third_party_settings: { }
|
||||
field_title:
|
||||
type: string_textfield
|
||||
weight: 0
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
label: true
|
||||
|
@@ -0,0 +1,24 @@
|
||||
uuid: fdf01813-696c-4493-8d1f-2d987d5f54ad
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- config_pages.type.intro_partenaires
|
||||
- field.field.config_pages.intro_partenaires.field_intro
|
||||
module:
|
||||
- text
|
||||
id: config_pages.intro_partenaires.default
|
||||
targetEntityType: config_pages
|
||||
bundle: intro_partenaires
|
||||
mode: default
|
||||
content:
|
||||
field_intro:
|
||||
type: text_textarea
|
||||
weight: 0
|
||||
region: content
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
label: true
|
@@ -4,29 +4,37 @@ status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.node.actualite.body
|
||||
- field.field.node.actualite.field_a_la_une
|
||||
- field.field.node.actualite.field_date
|
||||
- field.field.node.actualite.field_fichiers
|
||||
- field.field.node.actualite.field_images
|
||||
- field.field.node.actualite.field_liens
|
||||
- field.field.node.actualite.field_poid
|
||||
- field.field.node.actualite.field_site
|
||||
- field.field.node.actualite.field_tous_les_sites
|
||||
- field.field.node.actualite.field_type_d_actualite
|
||||
- image.style.thumbnail
|
||||
- node.type.actualite
|
||||
module:
|
||||
- advanced_text_formatter
|
||||
- autocomplete_deluxe
|
||||
- datetime_range
|
||||
- field_group
|
||||
- file
|
||||
- image
|
||||
- link
|
||||
- maxlength
|
||||
- path
|
||||
- text
|
||||
third_party_settings:
|
||||
field_group:
|
||||
group_details:
|
||||
children:
|
||||
- field_type_d_actualite
|
||||
- status
|
||||
- sticky
|
||||
- promote
|
||||
- field_a_la_une
|
||||
- field_poid
|
||||
- uid
|
||||
- created
|
||||
- path
|
||||
@@ -35,7 +43,7 @@ third_party_settings:
|
||||
label: Details
|
||||
region: content
|
||||
parent_name: ''
|
||||
weight: 7
|
||||
weight: 2
|
||||
format_type: details_sidebar
|
||||
format_settings:
|
||||
classes: ''
|
||||
@@ -45,7 +53,76 @@ third_party_settings:
|
||||
open: true
|
||||
description: ''
|
||||
required_fields: true
|
||||
weight: 0
|
||||
weight: -100
|
||||
group_tabs:
|
||||
children:
|
||||
- group_principal
|
||||
- group_liens
|
||||
- group_media
|
||||
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_liens:
|
||||
children:
|
||||
- field_tous_les_sites
|
||||
- field_site
|
||||
- field_liens
|
||||
label: Liens
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 21
|
||||
format_type: tab
|
||||
format_settings:
|
||||
classes: ''
|
||||
show_empty_fields: false
|
||||
id: ''
|
||||
label_as_html: false
|
||||
formatter: closed
|
||||
description: ''
|
||||
required_fields: true
|
||||
group_media:
|
||||
children:
|
||||
- field_images
|
||||
- field_fichiers
|
||||
label: Media
|
||||
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_principal:
|
||||
children:
|
||||
- field_date
|
||||
- body
|
||||
label: Principal
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 20
|
||||
format_type: tab
|
||||
format_settings:
|
||||
classes: ''
|
||||
show_empty_fields: false
|
||||
id: ''
|
||||
label_as_html: false
|
||||
formatter: closed
|
||||
description: ''
|
||||
required_fields: true
|
||||
id: node.actualite.default
|
||||
targetEntityType: node
|
||||
bundle: actualite
|
||||
@@ -53,36 +130,51 @@ mode: default
|
||||
content:
|
||||
body:
|
||||
type: text_textarea_with_summary
|
||||
weight: 3
|
||||
weight: 4
|
||||
region: content
|
||||
settings:
|
||||
rows: 9
|
||||
summary_rows: 3
|
||||
placeholder: ''
|
||||
show_summary: false
|
||||
third_party_settings: { }
|
||||
show_summary: true
|
||||
third_party_settings:
|
||||
maxlength:
|
||||
maxlength_js: null
|
||||
maxlength_js_label: 'Contenu limité à @limit caractères, restant : <strong>@remaining</strong>'
|
||||
maxlength_js_summary: null
|
||||
maxlength_js_label_summary: 'Contenu limité à @limit caractères, restant : <strong>@remaining</strong>'
|
||||
maxlength_js_enforce: false
|
||||
advanced_text_formatter:
|
||||
show_token_tree: 0
|
||||
created:
|
||||
type: datetime_timestamp
|
||||
weight: 12
|
||||
weight: 7
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_a_la_une:
|
||||
type: boolean_checkbox
|
||||
weight: 4
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
field_date:
|
||||
type: daterange_default
|
||||
weight: 2
|
||||
weight: 3
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_fichiers:
|
||||
type: file_generic
|
||||
weight: 4
|
||||
weight: 25
|
||||
region: content
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
third_party_settings: { }
|
||||
field_images:
|
||||
type: image_image
|
||||
weight: 6
|
||||
weight: 24
|
||||
region: content
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
@@ -96,6 +188,30 @@ content:
|
||||
placeholder_url: ''
|
||||
placeholder_title: ''
|
||||
third_party_settings: { }
|
||||
field_poid:
|
||||
type: number
|
||||
weight: 5
|
||||
region: content
|
||||
settings:
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_site:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 4
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_tous_les_sites:
|
||||
type: boolean_checkbox
|
||||
weight: 3
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
field_type_d_actualite:
|
||||
type: autocomplete_deluxe
|
||||
weight: 1
|
||||
@@ -115,37 +231,30 @@ content:
|
||||
third_party_settings: { }
|
||||
path:
|
||||
type: path
|
||||
weight: 13
|
||||
weight: 8
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
promote:
|
||||
type: boolean_checkbox
|
||||
weight: 10
|
||||
weight: 3
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
simple_sitemap:
|
||||
weight: 14
|
||||
weight: 9
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
simple_sitemap_index_now:
|
||||
weight: 15
|
||||
weight: 10
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
status:
|
||||
type: boolean_checkbox
|
||||
weight: 8
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
sticky:
|
||||
type: boolean_checkbox
|
||||
weight: 9
|
||||
weight: 2
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
@@ -160,7 +269,7 @@ content:
|
||||
third_party_settings: { }
|
||||
uid:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 11
|
||||
weight: 6
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
@@ -170,3 +279,5 @@ content:
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
langcode: true
|
||||
sticky: true
|
||||
translation: true
|
||||
|
258
config/sync/core.entity_form_display.node.ressource.default.yml
Normal file
258
config/sync/core.entity_form_display.node.ressource.default.yml
Normal file
@@ -0,0 +1,258 @@
|
||||
uuid: 5f6514ac-c1c0-4b1b-8937-407908b2ca9d
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.node.ressource.body
|
||||
- field.field.node.ressource.field_author
|
||||
- field.field.node.ressource.field_date_ressource
|
||||
- field.field.node.ressource.field_documents
|
||||
- field.field.node.ressource.field_images
|
||||
- field.field.node.ressource.field_liens
|
||||
- field.field.node.ressource.field_mots_clefs
|
||||
- field.field.node.ressource.field_site
|
||||
- field.field.node.ressource.field_sous_titre
|
||||
- field.field.node.ressource.field_tous_les_sites
|
||||
- field.field.node.ressource.field_type_de_ressource
|
||||
- field.field.node.ressource.field_video
|
||||
- image.style.thumbnail
|
||||
- node.type.ressource
|
||||
module:
|
||||
- datetime
|
||||
- field_group
|
||||
- file
|
||||
- image
|
||||
- link
|
||||
- path
|
||||
- text
|
||||
- video_embed_field
|
||||
third_party_settings:
|
||||
field_group:
|
||||
group_details:
|
||||
children:
|
||||
- field_date_ressource
|
||||
- field_author
|
||||
- field_type_de_ressource
|
||||
- field_mots_clefs
|
||||
- status
|
||||
- promote
|
||||
- path
|
||||
label: Details
|
||||
region: content
|
||||
parent_name: ''
|
||||
weight: 8
|
||||
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_tabs:
|
||||
children:
|
||||
- group_principal
|
||||
- group_liens
|
||||
- group_media
|
||||
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_liens:
|
||||
children:
|
||||
- field_tous_les_sites
|
||||
- field_site
|
||||
- field_liens
|
||||
label: Liens
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 21
|
||||
format_type: tab
|
||||
format_settings:
|
||||
classes: ''
|
||||
show_empty_fields: false
|
||||
id: ''
|
||||
label_as_html: false
|
||||
formatter: closed
|
||||
description: ''
|
||||
required_fields: true
|
||||
group_principal:
|
||||
children:
|
||||
- field_sous_titre
|
||||
- body
|
||||
label: Principal
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 20
|
||||
format_type: tab
|
||||
format_settings:
|
||||
classes: ''
|
||||
show_empty_fields: false
|
||||
id: ''
|
||||
label_as_html: false
|
||||
formatter: open
|
||||
description: ''
|
||||
required_fields: true
|
||||
group_media:
|
||||
children:
|
||||
- field_images
|
||||
- field_video
|
||||
- field_documents
|
||||
label: Média
|
||||
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
|
||||
id: node.ressource.default
|
||||
targetEntityType: node
|
||||
bundle: ressource
|
||||
mode: default
|
||||
content:
|
||||
body:
|
||||
type: text_textarea_with_summary
|
||||
weight: 3
|
||||
region: content
|
||||
settings:
|
||||
rows: 9
|
||||
summary_rows: 3
|
||||
placeholder: ''
|
||||
show_summary: false
|
||||
third_party_settings: { }
|
||||
field_author:
|
||||
type: string_textfield
|
||||
weight: 38
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_date_ressource:
|
||||
type: datetime_default
|
||||
weight: 37
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_documents:
|
||||
type: file_generic
|
||||
weight: 7
|
||||
region: content
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
third_party_settings: { }
|
||||
field_images:
|
||||
type: image_image
|
||||
weight: 5
|
||||
region: content
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
preview_image_style: thumbnail
|
||||
third_party_settings: { }
|
||||
field_liens:
|
||||
type: link_default
|
||||
weight: 46
|
||||
region: content
|
||||
settings:
|
||||
placeholder_url: ''
|
||||
placeholder_title: ''
|
||||
third_party_settings: { }
|
||||
field_mots_clefs:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 40
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_site:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 45
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_sous_titre:
|
||||
type: string_textfield
|
||||
weight: 2
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_tous_les_sites:
|
||||
type: boolean_checkbox
|
||||
weight: 44
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
field_type_de_ressource:
|
||||
type: options_select
|
||||
weight: 39
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_video:
|
||||
type: video_embed_field_textfield
|
||||
weight: 6
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
path:
|
||||
type: path
|
||||
weight: 43
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
promote:
|
||||
type: boolean_checkbox
|
||||
weight: 42
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
status:
|
||||
type: boolean_checkbox
|
||||
weight: 41
|
||||
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
|
||||
simple_sitemap: true
|
||||
simple_sitemap_index_now: true
|
||||
sticky: true
|
||||
translation: true
|
||||
uid: true
|
@@ -0,0 +1,29 @@
|
||||
uuid: 75b7884d-1fa3-41fe-b0b4-ffc7f3fcbbca
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- block_content.type.link
|
||||
- field.field.block_content.link.field_link
|
||||
module:
|
||||
- link
|
||||
id: block_content.link.default
|
||||
targetEntityType: block_content
|
||||
bundle: link
|
||||
mode: default
|
||||
content:
|
||||
field_link:
|
||||
type: link
|
||||
label: visually_hidden
|
||||
settings:
|
||||
trim_length: 80
|
||||
url_only: false
|
||||
url_plain: false
|
||||
rel: ''
|
||||
target: ''
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
hidden:
|
||||
langcode: true
|
||||
search_api_excerpt: true
|
@@ -0,0 +1,48 @@
|
||||
uuid: a96096d1-f93c-48f3-9b6c-f9940f4ee2fc
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- block_content.type.live_youtube
|
||||
- field.field.block_content.live_youtube.field_descritpion
|
||||
- field.field.block_content.live_youtube.field_titre
|
||||
- field.field.block_content.live_youtube.field_youtube
|
||||
module:
|
||||
- manage_display
|
||||
- text
|
||||
- video_embed_field
|
||||
id: block_content.live_youtube.default
|
||||
targetEntityType: block_content
|
||||
bundle: live_youtube
|
||||
mode: default
|
||||
content:
|
||||
field_descritpion:
|
||||
type: text_default
|
||||
label: visually_hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
field_titre:
|
||||
type: title
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link_to_entity: false
|
||||
tag: h2
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
field_youtube:
|
||||
type: video_embed_field_video
|
||||
label: visually_hidden
|
||||
settings:
|
||||
autoplay: true
|
||||
responsive: true
|
||||
width: 854
|
||||
height: 480
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
region: content
|
||||
hidden:
|
||||
langcode: true
|
||||
search_api_excerpt: true
|
@@ -6,6 +6,7 @@ dependencies:
|
||||
- config_pages.type.deroulement
|
||||
- field.field.config_pages.deroulement.field_calendrier
|
||||
- field.field.config_pages.deroulement.field_phase
|
||||
- field.field.config_pages.deroulement.field_title
|
||||
module:
|
||||
- entity_reference_revisions
|
||||
- file
|
||||
@@ -20,7 +21,7 @@ content:
|
||||
settings:
|
||||
use_description_as_link_text: true
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
weight: 2
|
||||
region: content
|
||||
field_phase:
|
||||
type: entity_reference_revisions_entity_view
|
||||
@@ -29,6 +30,14 @@ content:
|
||||
view_mode: default
|
||||
link: ''
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
field_title:
|
||||
type: string
|
||||
label: hidden
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
hidden:
|
||||
|
@@ -0,0 +1,23 @@
|
||||
uuid: 4696309b-c78c-455c-8b3d-0aacd032ea5f
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- config_pages.type.intro_partenaires
|
||||
- field.field.config_pages.intro_partenaires.field_intro
|
||||
module:
|
||||
- text
|
||||
id: config_pages.intro_partenaires.default
|
||||
targetEntityType: config_pages
|
||||
bundle: intro_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
|
@@ -4,10 +4,14 @@ status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.node.actualite.body
|
||||
- field.field.node.actualite.field_a_la_une
|
||||
- field.field.node.actualite.field_date
|
||||
- field.field.node.actualite.field_fichiers
|
||||
- field.field.node.actualite.field_images
|
||||
- field.field.node.actualite.field_liens
|
||||
- field.field.node.actualite.field_poid
|
||||
- field.field.node.actualite.field_site
|
||||
- field.field.node.actualite.field_tous_les_sites
|
||||
- field.field.node.actualite.field_type_d_actualite
|
||||
- image.style.wide
|
||||
- node.type.actualite
|
||||
@@ -28,7 +32,7 @@ content:
|
||||
label: hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 3
|
||||
weight: 4
|
||||
region: content
|
||||
field_date:
|
||||
type: daterange_default
|
||||
@@ -37,8 +41,9 @@ content:
|
||||
timezone_override: ''
|
||||
format_type: jj
|
||||
separator: '-'
|
||||
from_to: both
|
||||
third_party_settings: { }
|
||||
weight: 5
|
||||
weight: 6
|
||||
region: content
|
||||
field_fichiers:
|
||||
type: file_default
|
||||
@@ -46,7 +51,7 @@ content:
|
||||
settings:
|
||||
use_description_as_link_text: true
|
||||
third_party_settings: { }
|
||||
weight: 6
|
||||
weight: 7
|
||||
region: content
|
||||
field_images:
|
||||
type: image_caption
|
||||
@@ -69,7 +74,25 @@ content:
|
||||
rel: ''
|
||||
target: ''
|
||||
third_party_settings: { }
|
||||
weight: 7
|
||||
weight: 8
|
||||
region: content
|
||||
field_site:
|
||||
type: entity_reference_label
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
region: content
|
||||
field_tous_les_sites:
|
||||
type: boolean
|
||||
label: above
|
||||
settings:
|
||||
format: default
|
||||
format_custom_false: ''
|
||||
format_custom_true: ''
|
||||
third_party_settings: { }
|
||||
weight: 106
|
||||
region: content
|
||||
field_type_d_actualite:
|
||||
type: entity_reference_label
|
||||
@@ -77,16 +100,16 @@ content:
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 4
|
||||
weight: 5
|
||||
region: content
|
||||
links:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
weight: 3
|
||||
region: content
|
||||
title:
|
||||
type: title
|
||||
label: hidden
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link_to_entity: true
|
||||
tag: h2
|
||||
@@ -95,6 +118,8 @@ content:
|
||||
region: content
|
||||
hidden:
|
||||
created: true
|
||||
field_a_la_une: true
|
||||
field_poid: true
|
||||
langcode: true
|
||||
search_api_excerpt: true
|
||||
uid: true
|
||||
|
@@ -5,10 +5,14 @@ dependencies:
|
||||
config:
|
||||
- core.entity_view_mode.node.full
|
||||
- field.field.node.actualite.body
|
||||
- field.field.node.actualite.field_a_la_une
|
||||
- field.field.node.actualite.field_date
|
||||
- field.field.node.actualite.field_fichiers
|
||||
- field.field.node.actualite.field_images
|
||||
- field.field.node.actualite.field_liens
|
||||
- field.field.node.actualite.field_poid
|
||||
- field.field.node.actualite.field_site
|
||||
- field.field.node.actualite.field_tous_les_sites
|
||||
- field.field.node.actualite.field_type_d_actualite
|
||||
- image.style.wide
|
||||
- node.type.actualite
|
||||
@@ -26,7 +30,7 @@ mode: full
|
||||
content:
|
||||
body:
|
||||
type: text_default
|
||||
label: hidden
|
||||
label: visually_hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
@@ -38,8 +42,9 @@ content:
|
||||
timezone_override: ''
|
||||
format_type: jj
|
||||
separator: '-'
|
||||
from_to: both
|
||||
third_party_settings: { }
|
||||
weight: 4
|
||||
weight: 5
|
||||
region: content
|
||||
field_fichiers:
|
||||
type: file_default
|
||||
@@ -47,7 +52,7 @@ content:
|
||||
settings:
|
||||
use_description_as_link_text: true
|
||||
third_party_settings: { }
|
||||
weight: 5
|
||||
weight: 6
|
||||
region: content
|
||||
field_images:
|
||||
type: image_caption
|
||||
@@ -70,9 +75,9 @@ content:
|
||||
rel: '0'
|
||||
target: _blank
|
||||
third_party_settings: { }
|
||||
weight: 6
|
||||
weight: 7
|
||||
region: content
|
||||
field_type_d_actualite:
|
||||
field_site:
|
||||
type: entity_reference_label
|
||||
label: visually_hidden
|
||||
settings:
|
||||
@@ -80,9 +85,17 @@ content:
|
||||
third_party_settings: { }
|
||||
weight: 3
|
||||
region: content
|
||||
field_type_d_actualite:
|
||||
type: entity_reference_label
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 4
|
||||
region: content
|
||||
title:
|
||||
type: title
|
||||
label: hidden
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link_to_entity: true
|
||||
tag: h2
|
||||
@@ -91,6 +104,9 @@ content:
|
||||
region: content
|
||||
hidden:
|
||||
created: true
|
||||
field_a_la_une: true
|
||||
field_poid: true
|
||||
field_tous_les_sites: true
|
||||
langcode: true
|
||||
links: true
|
||||
search_api_excerpt: true
|
||||
|
@@ -5,10 +5,14 @@ dependencies:
|
||||
config:
|
||||
- core.entity_view_mode.node.teaser
|
||||
- field.field.node.actualite.body
|
||||
- field.field.node.actualite.field_a_la_une
|
||||
- field.field.node.actualite.field_date
|
||||
- field.field.node.actualite.field_fichiers
|
||||
- field.field.node.actualite.field_images
|
||||
- field.field.node.actualite.field_liens
|
||||
- field.field.node.actualite.field_poid
|
||||
- field.field.node.actualite.field_site
|
||||
- field.field.node.actualite.field_tous_les_sites
|
||||
- field.field.node.actualite.field_type_d_actualite
|
||||
- image.style.wide
|
||||
- node.type.actualite
|
||||
@@ -24,11 +28,11 @@ mode: teaser
|
||||
content:
|
||||
body:
|
||||
type: text_summary_or_trimmed
|
||||
label: hidden
|
||||
label: visually_hidden
|
||||
settings:
|
||||
trim_length: 600
|
||||
third_party_settings: { }
|
||||
weight: 4
|
||||
weight: 5
|
||||
region: content
|
||||
field_date:
|
||||
type: daterange_default
|
||||
@@ -37,8 +41,9 @@ content:
|
||||
timezone_override: ''
|
||||
format_type: jj
|
||||
separator: '-'
|
||||
from_to: both
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
weight: 3
|
||||
region: content
|
||||
field_images:
|
||||
type: image_delta_formatter
|
||||
@@ -53,6 +58,14 @@ content:
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
field_site:
|
||||
type: entity_reference_label
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
region: content
|
||||
field_type_d_actualite:
|
||||
type: entity_reference_label
|
||||
label: visually_hidden
|
||||
@@ -63,17 +76,20 @@ content:
|
||||
region: content
|
||||
title:
|
||||
type: title
|
||||
label: hidden
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link_to_entity: true
|
||||
tag: h2
|
||||
third_party_settings: { }
|
||||
weight: 3
|
||||
weight: 4
|
||||
region: content
|
||||
hidden:
|
||||
created: true
|
||||
field_a_la_une: true
|
||||
field_fichiers: true
|
||||
field_liens: true
|
||||
field_poid: true
|
||||
field_tous_les_sites: true
|
||||
langcode: true
|
||||
links: true
|
||||
search_api_excerpt: true
|
||||
|
159
config/sync/core.entity_view_display.node.ressource.default.yml
Normal file
159
config/sync/core.entity_view_display.node.ressource.default.yml
Normal file
@@ -0,0 +1,159 @@
|
||||
uuid: adb8c188-f1f2-4af8-a7d8-b30f7f00bc7e
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.node.ressource.body
|
||||
- field.field.node.ressource.field_author
|
||||
- field.field.node.ressource.field_date_ressource
|
||||
- field.field.node.ressource.field_documents
|
||||
- field.field.node.ressource.field_images
|
||||
- field.field.node.ressource.field_liens
|
||||
- field.field.node.ressource.field_mots_clefs
|
||||
- field.field.node.ressource.field_site
|
||||
- field.field.node.ressource.field_sous_titre
|
||||
- field.field.node.ressource.field_tous_les_sites
|
||||
- field.field.node.ressource.field_type_de_ressource
|
||||
- field.field.node.ressource.field_video
|
||||
- image.style.wide
|
||||
- node.type.ressource
|
||||
module:
|
||||
- datetime
|
||||
- file
|
||||
- image_field_caption
|
||||
- link
|
||||
- manage_display
|
||||
- text
|
||||
- video_embed_field
|
||||
id: node.ressource.default
|
||||
targetEntityType: node
|
||||
bundle: ressource
|
||||
mode: default
|
||||
content:
|
||||
body:
|
||||
type: text_default
|
||||
label: visually_hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 101
|
||||
region: content
|
||||
field_author:
|
||||
type: string
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 104
|
||||
region: content
|
||||
field_date_ressource:
|
||||
type: datetime_default
|
||||
label: above
|
||||
settings:
|
||||
timezone_override: ''
|
||||
format_type: medium
|
||||
third_party_settings: { }
|
||||
weight: 105
|
||||
region: content
|
||||
field_documents:
|
||||
type: file_default
|
||||
label: visually_hidden
|
||||
settings:
|
||||
use_description_as_link_text: true
|
||||
third_party_settings: { }
|
||||
weight: 9
|
||||
region: content
|
||||
field_images:
|
||||
type: image_caption
|
||||
label: visually_hidden
|
||||
settings:
|
||||
image_style: wide
|
||||
image_link: ''
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
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: 8
|
||||
region: content
|
||||
field_mots_clefs:
|
||||
type: entity_reference_label
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 103
|
||||
region: content
|
||||
field_site:
|
||||
type: entity_reference_label
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
region: content
|
||||
field_sous_titre:
|
||||
type: string
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 12
|
||||
region: content
|
||||
field_tous_les_sites:
|
||||
type: boolean
|
||||
label: above
|
||||
settings:
|
||||
format: default
|
||||
format_custom_false: ''
|
||||
format_custom_true: ''
|
||||
third_party_settings: { }
|
||||
weight: 106
|
||||
region: content
|
||||
field_type_de_ressource:
|
||||
type: entity_reference_label
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 102
|
||||
region: content
|
||||
field_video:
|
||||
type: video_embed_field_video
|
||||
label: above
|
||||
settings:
|
||||
autoplay: true
|
||||
responsive: true
|
||||
width: 854
|
||||
height: 480
|
||||
third_party_settings: { }
|
||||
weight: 107
|
||||
region: content
|
||||
links:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 100
|
||||
region: content
|
||||
title:
|
||||
type: title
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link_to_entity: true
|
||||
tag: h2
|
||||
third_party_settings: { }
|
||||
weight: -49
|
||||
region: content
|
||||
hidden:
|
||||
created: true
|
||||
langcode: true
|
||||
search_api_excerpt: true
|
||||
uid: true
|
88
config/sync/core.entity_view_display.node.ressource.full.yml
Normal file
88
config/sync/core.entity_view_display.node.ressource.full.yml
Normal file
@@ -0,0 +1,88 @@
|
||||
uuid: 45a63a0a-0506-4867-b21f-37b6a3925565
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- core.entity_view_mode.node.full
|
||||
- field.field.node.ressource.body
|
||||
- field.field.node.ressource.field_author
|
||||
- field.field.node.ressource.field_date_ressource
|
||||
- field.field.node.ressource.field_documents
|
||||
- field.field.node.ressource.field_images
|
||||
- field.field.node.ressource.field_liens
|
||||
- field.field.node.ressource.field_mots_clefs
|
||||
- field.field.node.ressource.field_site
|
||||
- field.field.node.ressource.field_sous_titre
|
||||
- field.field.node.ressource.field_tous_les_sites
|
||||
- field.field.node.ressource.field_type_de_ressource
|
||||
- field.field.node.ressource.field_video
|
||||
- image.style.wide
|
||||
- node.type.ressource
|
||||
module:
|
||||
- image_field_caption
|
||||
- link
|
||||
- manage_display
|
||||
id: node.ressource.full
|
||||
targetEntityType: node
|
||||
bundle: ressource
|
||||
mode: full
|
||||
content:
|
||||
field_images:
|
||||
type: image_caption
|
||||
label: visually_hidden
|
||||
settings:
|
||||
image_style: wide
|
||||
image_link: ''
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
field_liens:
|
||||
type: link
|
||||
label: visually_hidden
|
||||
settings:
|
||||
trim_length: 80
|
||||
url_only: false
|
||||
url_plain: false
|
||||
rel: '0'
|
||||
target: _blank
|
||||
third_party_settings: { }
|
||||
weight: 7
|
||||
region: content
|
||||
field_site:
|
||||
type: entity_reference_label
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 3
|
||||
region: content
|
||||
links:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 100
|
||||
region: content
|
||||
title:
|
||||
type: title
|
||||
label: hidden
|
||||
settings:
|
||||
link_to_entity: true
|
||||
tag: h2
|
||||
third_party_settings: { }
|
||||
weight: -49
|
||||
region: content
|
||||
hidden:
|
||||
body: true
|
||||
created: true
|
||||
field_author: true
|
||||
field_date_ressource: true
|
||||
field_documents: true
|
||||
field_mots_clefs: true
|
||||
field_sous_titre: true
|
||||
field_tous_les_sites: true
|
||||
field_type_de_ressource: true
|
||||
field_video: true
|
||||
langcode: true
|
||||
search_api_excerpt: true
|
||||
uid: true
|
131
config/sync/core.entity_view_display.node.ressource.teaser.yml
Normal file
131
config/sync/core.entity_view_display.node.ressource.teaser.yml
Normal file
@@ -0,0 +1,131 @@
|
||||
uuid: 3f0f8894-1ae2-4505-893d-99821e7539e3
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- core.entity_view_mode.node.teaser
|
||||
- field.field.node.ressource.body
|
||||
- field.field.node.ressource.field_author
|
||||
- field.field.node.ressource.field_date_ressource
|
||||
- field.field.node.ressource.field_documents
|
||||
- field.field.node.ressource.field_images
|
||||
- field.field.node.ressource.field_liens
|
||||
- field.field.node.ressource.field_mots_clefs
|
||||
- field.field.node.ressource.field_site
|
||||
- field.field.node.ressource.field_sous_titre
|
||||
- field.field.node.ressource.field_tous_les_sites
|
||||
- field.field.node.ressource.field_type_de_ressource
|
||||
- field.field.node.ressource.field_video
|
||||
- image.style.wide
|
||||
- node.type.ressource
|
||||
module:
|
||||
- datetime
|
||||
- file
|
||||
- image_delta_formatter
|
||||
- link
|
||||
- manage_display
|
||||
- text
|
||||
id: node.ressource.teaser
|
||||
targetEntityType: node
|
||||
bundle: ressource
|
||||
mode: teaser
|
||||
content:
|
||||
body:
|
||||
type: text_default
|
||||
label: visually_hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 5
|
||||
region: content
|
||||
field_author:
|
||||
type: string
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 3
|
||||
region: content
|
||||
field_date_ressource:
|
||||
type: datetime_default
|
||||
label: visually_hidden
|
||||
settings:
|
||||
timezone_override: ''
|
||||
format_type: html_year
|
||||
third_party_settings: { }
|
||||
weight: 4
|
||||
region: content
|
||||
field_documents:
|
||||
type: file_default
|
||||
label: visually_hidden
|
||||
settings:
|
||||
use_description_as_link_text: true
|
||||
third_party_settings: { }
|
||||
weight: 8
|
||||
region: content
|
||||
field_images:
|
||||
type: image_delta_formatter
|
||||
label: visually_hidden
|
||||
settings:
|
||||
deltas: '0'
|
||||
image_style: wide
|
||||
image_link: content
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
deltas_reversed: 0
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
field_liens:
|
||||
type: link
|
||||
label: visually_hidden
|
||||
settings:
|
||||
trim_length: 80
|
||||
url_only: false
|
||||
url_plain: false
|
||||
rel: nofollow
|
||||
target: _blank
|
||||
third_party_settings: { }
|
||||
weight: 9
|
||||
region: content
|
||||
field_mots_clefs:
|
||||
type: entity_reference_label
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link: false
|
||||
third_party_settings: { }
|
||||
weight: 6
|
||||
region: content
|
||||
field_site:
|
||||
type: entity_reference_label
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 7
|
||||
region: content
|
||||
field_sous_titre:
|
||||
type: string
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
region: content
|
||||
title:
|
||||
type: title
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link_to_entity: false
|
||||
tag: h2
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
hidden:
|
||||
created: true
|
||||
field_tous_les_sites: true
|
||||
field_type_de_ressource: true
|
||||
field_video: true
|
||||
langcode: true
|
||||
links: true
|
||||
search_api_excerpt: true
|
||||
uid: true
|
@@ -4,7 +4,7 @@ status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.paragraph.site_diapo.field_images
|
||||
- image.style.wide
|
||||
- image.style.very_large
|
||||
- paragraphs.paragraphs_type.site_diapo
|
||||
module:
|
||||
- image_field_caption
|
||||
@@ -17,12 +17,12 @@ content:
|
||||
type: image_caption
|
||||
label: visually_hidden
|
||||
settings:
|
||||
image_style: wide
|
||||
image_style: very_large
|
||||
image_link: ''
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
weight: 2
|
||||
region: content
|
||||
hidden:
|
||||
search_api_excerpt: true
|
||||
|
@@ -1,6 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: R4IF-ClDHXxblLcG0L7MgsLvfBIMAvi_skumNFQwkDc
|
||||
langcode: fr
|
||||
module:
|
||||
actions_permissions: 0
|
||||
admin_toolbar: 0
|
||||
@@ -108,6 +107,7 @@ module:
|
||||
smart_trim: 0
|
||||
smtp: 0
|
||||
social_media_links: 0
|
||||
structure_sync: 0
|
||||
system: 0
|
||||
taxonomy: 0
|
||||
telephone: 0
|
||||
@@ -117,11 +117,14 @@ module:
|
||||
translation_views: 0
|
||||
update: 0
|
||||
user: 0
|
||||
verf: 0
|
||||
video_embed_field: 0
|
||||
views_autocomplete_filters: 0
|
||||
views_block_area: 0
|
||||
views_bulk_edit: 0
|
||||
views_bulk_operations: 0
|
||||
views_ui: 0
|
||||
views_year_filter: 0
|
||||
viewsreference: 0
|
||||
yaml_editor: 0
|
||||
extlink: 1
|
||||
|
@@ -1,4 +1,3 @@
|
||||
_core:
|
||||
default_config_hash: vCYrtzrLLCbq9UlGR4CxiEg0LXt4qGwRO4VkluZZq9o
|
||||
langcode: fr
|
||||
definitions: { }
|
||||
|
@@ -1,4 +1,3 @@
|
||||
_core:
|
||||
default_config_hash: DfshuQJJ7I30rwPRVdQT67nvhPnXkFiJK_dmJxZgNKc
|
||||
langcode: fr
|
||||
row_limit: 1000
|
||||
|
@@ -1,6 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: IF0N5iOZlOY8dJPSNNkZwph9jkMpkJvI4dTuK1xiD0Q
|
||||
langcode: fr
|
||||
page_alter: false
|
||||
raw_names: false
|
||||
error_handlers:
|
||||
|
@@ -5,4 +5,3 @@ toolbar_items:
|
||||
- devel.phpinfo
|
||||
- devel.run_cron
|
||||
- devel.theme_registry
|
||||
langcode: fr
|
||||
|
@@ -49,7 +49,7 @@ image_upload:
|
||||
status: true
|
||||
scheme: public
|
||||
directory: inline-images
|
||||
max_size: ''
|
||||
max_size: null
|
||||
max_dimensions:
|
||||
width: 0
|
||||
height: 0
|
||||
width: null
|
||||
height: null
|
||||
|
@@ -1,4 +1,3 @@
|
||||
_core:
|
||||
default_config_hash: k024s6lEcCjGqAq_82KNi-RRCCc37Jxo5frFNChAqao
|
||||
login_with_username: false
|
||||
langcode: fr
|
||||
|
@@ -1,5 +1,4 @@
|
||||
_core:
|
||||
default_config_hash: 7CGKsosNQEyYfQ2qiob-sBdmox8rrL5He7iLJgJ1kNo
|
||||
langcode: fr
|
||||
file_scheme: public
|
||||
upload_directory: embed_buttons
|
||||
|
23
config/sync/field.field.block_content.link.field_link.yml
Normal file
23
config/sync/field.field.block_content.link.field_link.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
uuid: a4e5f0a0-3de0-42c0-a4ed-e2a1887e145f
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- block_content.type.link
|
||||
- field.storage.block_content.field_link
|
||||
module:
|
||||
- link
|
||||
id: block_content.link.field_link
|
||||
field_name: field_link
|
||||
entity_type: block_content
|
||||
bundle: link
|
||||
label: Link
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
title: 1
|
||||
link_type: 17
|
||||
field_type: link
|
@@ -0,0 +1,24 @@
|
||||
uuid: e3139bc9-11e2-49a5-a296-5d6f08499a78
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- block_content.type.live_youtube
|
||||
- field.storage.block_content.field_descritpion
|
||||
- filter.format.wysiwyg
|
||||
module:
|
||||
- text
|
||||
id: block_content.live_youtube.field_descritpion
|
||||
field_name: field_descritpion
|
||||
entity_type: block_content
|
||||
bundle: live_youtube
|
||||
label: Description
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
allowed_formats:
|
||||
- wysiwyg
|
||||
field_type: text_long
|
@@ -0,0 +1,19 @@
|
||||
uuid: f32e837b-2b65-438e-9b1a-681267ed114d
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- block_content.type.live_youtube
|
||||
- field.storage.block_content.field_titre
|
||||
id: block_content.live_youtube.field_titre
|
||||
field_name: field_titre
|
||||
entity_type: block_content
|
||||
bundle: live_youtube
|
||||
label: Titre
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: string
|
@@ -0,0 +1,25 @@
|
||||
uuid: 0557bdb1-03b5-4b9f-8941-63d7880a2e88
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- block_content.type.live_youtube
|
||||
- field.storage.block_content.field_youtube
|
||||
module:
|
||||
- video_embed_field
|
||||
id: block_content.live_youtube.field_youtube
|
||||
field_name: field_youtube
|
||||
entity_type: block_content
|
||||
bundle: live_youtube
|
||||
label: youtube
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
allowed_providers:
|
||||
youtube: youtube
|
||||
youtube_playlist: '0'
|
||||
vimeo: '0'
|
||||
field_type: video_embed_field
|
@@ -35,4 +35,6 @@ settings:
|
||||
title: ''
|
||||
width: null
|
||||
height: null
|
||||
caption_field: false
|
||||
caption_field_required: false
|
||||
field_type: image
|
||||
|
@@ -0,0 +1,19 @@
|
||||
uuid: cfc84eb1-5066-40f5-8e83-e8cfc718cf1d
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- config_pages.type.deroulement
|
||||
- field.storage.config_pages.field_title
|
||||
id: config_pages.deroulement.field_title
|
||||
field_name: field_title
|
||||
entity_type: config_pages
|
||||
bundle: deroulement
|
||||
label: Title
|
||||
description: ''
|
||||
required: true
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: string
|
@@ -0,0 +1,24 @@
|
||||
uuid: 0b4a632b-37e0-4d31-88a7-c375de6aa2b7
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- config_pages.type.intro_partenaires
|
||||
- field.storage.config_pages.field_intro
|
||||
- filter.format.wysiwyg
|
||||
module:
|
||||
- text
|
||||
id: config_pages.intro_partenaires.field_intro
|
||||
field_name: field_intro
|
||||
entity_type: config_pages
|
||||
bundle: intro_partenaires
|
||||
label: Intro
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
allowed_formats:
|
||||
- wysiwyg
|
||||
field_type: text_long
|
@@ -4,6 +4,7 @@ status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.body
|
||||
- filter.format.wysiwyg
|
||||
- node.type.actualite
|
||||
module:
|
||||
- text
|
||||
@@ -20,5 +21,6 @@ default_value_callback: ''
|
||||
settings:
|
||||
display_summary: true
|
||||
required_summary: false
|
||||
allowed_formats: { }
|
||||
allowed_formats:
|
||||
- wysiwyg
|
||||
field_type: text_with_summary
|
||||
|
21
config/sync/field.field.node.actualite.field_a_la_une.yml
Normal file
21
config/sync/field.field.node.actualite.field_a_la_une.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
uuid: 05b5311c-5cef-418f-a468-1569bb441a09
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_a_la_une
|
||||
- node.type.actualite
|
||||
id: node.actualite.field_a_la_une
|
||||
field_name: field_a_la_une
|
||||
entity_type: node
|
||||
bundle: actualite
|
||||
label: 'À la une'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
on_label: '0'
|
||||
off_label: '1'
|
||||
field_type: boolean
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user