Compare commits
53 Commits
15d65d939c
...
tmp
Author | SHA1 | Date | |
---|---|---|---|
eb0b690542 | |||
3a68d5a2c8 | |||
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 | |||
dd735c5d2f | |||
0b79c7b0e5 | |||
8243b2c8be | |||
00921fc670 | |||
260e48cf60 | |||
38552cc441 | |||
6556c7a864 | |||
18e2c311be | |||
6ac88b03c1 | |||
3783bf8e0e | |||
c08dd57cbf | |||
ff34737ccb |
@@ -24,7 +24,7 @@
|
||||
"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",
|
||||
@@ -126,9 +126,20 @@
|
||||
"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"
|
||||
},
|
||||
"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": {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
24
composer.lock
generated
24
composer.lock
generated
@@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "3f682451141745b61e2f384d1c28ce84",
|
||||
"content-hash": "21ca923d67e614146f8e96c3190d1cde",
|
||||
"packages": [
|
||||
{
|
||||
"name": "asm89/stack-cors",
|
||||
@@ -4550,29 +4550,26 @@
|
||||
},
|
||||
{
|
||||
"name": "drupal/image_field_caption",
|
||||
"version": "2.0.1",
|
||||
"version": "dev-2.0.x",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/image_field_caption.git",
|
||||
"reference": "2.0.1"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/image_field_caption-2.0.1.zip",
|
||||
"reference": "2.0.1",
|
||||
"shasum": "053e1ccfc638b3b2cd5c59c3c6a053e4e5041183"
|
||||
"reference": "b0c155d5aac125666f01c0aa102a8a1f88b1f955"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^9 || ^10"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-2.0.x": "2.0.x-dev"
|
||||
},
|
||||
"drupal": {
|
||||
"version": "2.0.1",
|
||||
"datestamp": "1705443097",
|
||||
"version": "2.0.x-dev",
|
||||
"datestamp": "1711647363",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
"status": "not-covered",
|
||||
"message": "Dev releases are not covered by Drupal security advisories."
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -12961,6 +12958,7 @@
|
||||
"drupal/entity_clone": 20,
|
||||
"drupal/field_group": 20,
|
||||
"drupal/filter_perms": 20,
|
||||
"drupal/image_field_caption": 20,
|
||||
"drupal/inline_entity_form": 5,
|
||||
"drupal/linkit": 10,
|
||||
"drupal/login_destination": 20,
|
||||
|
@@ -23,15 +23,15 @@ 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: ''
|
||||
weight: '-42'
|
||||
youtube:
|
||||
value: ''
|
||||
description: ''
|
||||
weight: '-41'
|
||||
instagram:
|
||||
youtube:
|
||||
value: ''
|
||||
description: ''
|
||||
weight: '-40'
|
||||
|
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: 0
|
||||
description: ''
|
@@ -8,7 +8,7 @@ token: true
|
||||
context:
|
||||
show_warning: true
|
||||
group:
|
||||
language: false
|
||||
language: true
|
||||
fallback:
|
||||
language: ''
|
||||
menu:
|
||||
|
@@ -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
|
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,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,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:
|
||||
|
@@ -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
|
||||
|
@@ -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
|
@@ -14,7 +14,7 @@ bundle: actualite
|
||||
label: Fichiers
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
|
@@ -6,7 +6,15 @@ dependencies:
|
||||
- field.storage.node.field_images
|
||||
- node.type.actualite
|
||||
module:
|
||||
- content_translation
|
||||
- image
|
||||
third_party_settings:
|
||||
content_translation:
|
||||
translation_sync:
|
||||
alt: alt
|
||||
title: title
|
||||
caption: caption
|
||||
file: '0'
|
||||
id: node.actualite.field_images
|
||||
field_name: field_images
|
||||
entity_type: node
|
||||
@@ -14,7 +22,7 @@ bundle: actualite
|
||||
label: Images
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
@@ -36,6 +44,6 @@ settings:
|
||||
width: null
|
||||
height: null
|
||||
caption: ''
|
||||
caption_field: 1
|
||||
caption_field_required: 0
|
||||
caption_field: true
|
||||
caption_field_required: false
|
||||
field_type: image
|
||||
|
@@ -14,7 +14,7 @@ bundle: actualite
|
||||
label: Liens
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
|
@@ -42,4 +42,6 @@ settings:
|
||||
title: ''
|
||||
width: null
|
||||
height: null
|
||||
caption_field: false
|
||||
caption_field_required: false
|
||||
field_type: image
|
||||
|
@@ -12,7 +12,7 @@ bundle: site
|
||||
label: Département(s)
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
|
@@ -14,7 +14,7 @@ bundle: site
|
||||
label: Documents
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
|
@@ -14,7 +14,7 @@ bundle: site
|
||||
label: Liens
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
|
@@ -12,7 +12,7 @@ bundle: site
|
||||
label: "Nom de la commune (nb d'hab.)"
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
|
@@ -12,7 +12,7 @@ bundle: site
|
||||
label: "Nom du QPV (nb d'hab.)"
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
|
@@ -12,7 +12,7 @@ bundle: site
|
||||
label: "Maîtrise d'ouvrage"
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
|
@@ -12,7 +12,7 @@ bundle: site
|
||||
label: "Programmes de l'état"
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
|
@@ -12,7 +12,7 @@ bundle: site
|
||||
label: Région
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
|
@@ -12,7 +12,7 @@ bundle: site
|
||||
label: Sous-titre
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
|
@@ -15,7 +15,7 @@ bundle: static
|
||||
label: Textes
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
@@ -25,6 +25,18 @@ settings:
|
||||
static_parts: static_parts
|
||||
negate: 0
|
||||
target_bundles_drag_drop:
|
||||
phase_deroulement:
|
||||
weight: 6
|
||||
enabled: false
|
||||
site_diapo:
|
||||
weight: 7
|
||||
enabled: false
|
||||
site_parts:
|
||||
weight: 8
|
||||
enabled: false
|
||||
site_video:
|
||||
weight: 9
|
||||
enabled: false
|
||||
static_parts:
|
||||
weight: 2
|
||||
enabled: true
|
||||
|
@@ -15,7 +15,7 @@ bundle: phase_deroulement
|
||||
label: Description
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
|
@@ -12,7 +12,7 @@ bundle: phase_deroulement
|
||||
label: Titre
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
|
@@ -6,7 +6,15 @@ dependencies:
|
||||
- field.storage.paragraph.field_images
|
||||
- paragraphs.paragraphs_type.site_diapo
|
||||
module:
|
||||
- content_translation
|
||||
- image
|
||||
third_party_settings:
|
||||
content_translation:
|
||||
translation_sync:
|
||||
alt: alt
|
||||
title: title
|
||||
caption: caption
|
||||
file: '0'
|
||||
id: paragraph.site_diapo.field_images
|
||||
field_name: field_images
|
||||
entity_type: paragraph
|
||||
@@ -14,7 +22,7 @@ bundle: site_diapo
|
||||
label: Images
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
@@ -36,6 +44,6 @@ settings:
|
||||
width: null
|
||||
height: null
|
||||
caption: ''
|
||||
caption_field: 1
|
||||
caption_field_required: 0
|
||||
caption_field: true
|
||||
caption_field_required: false
|
||||
field_type: image
|
||||
|
@@ -15,7 +15,7 @@ bundle: site_parts
|
||||
label: Texte
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
|
@@ -12,7 +12,7 @@ bundle: site_parts
|
||||
label: Titre
|
||||
description: ''
|
||||
required: true
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
|
@@ -12,7 +12,7 @@ bundle: site_video
|
||||
label: Titre
|
||||
description: ''
|
||||
required: true
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
|
@@ -6,7 +6,14 @@ dependencies:
|
||||
- field.storage.paragraph.field_picto
|
||||
- paragraphs.paragraphs_type.static_parts
|
||||
module:
|
||||
- content_translation
|
||||
- image
|
||||
third_party_settings:
|
||||
content_translation:
|
||||
translation_sync:
|
||||
alt: alt
|
||||
title: title
|
||||
file: '0'
|
||||
id: paragraph.static_parts.field_picto
|
||||
field_name: field_picto
|
||||
entity_type: paragraph
|
||||
@@ -14,7 +21,7 @@ bundle: static_parts
|
||||
label: Picto
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
@@ -35,4 +42,7 @@ settings:
|
||||
title: ''
|
||||
width: null
|
||||
height: null
|
||||
caption: ''
|
||||
caption_field: 0
|
||||
caption_field_required: 0
|
||||
field_type: image
|
||||
|
@@ -15,7 +15,7 @@ bundle: static_parts
|
||||
label: texte
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
|
@@ -12,7 +12,7 @@ bundle: static_parts
|
||||
label: Title
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
|
@@ -0,0 +1,19 @@
|
||||
uuid: 833e03f3-0e59-4537-b1eb-3d5b3eba9e0f
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- block_content
|
||||
- text
|
||||
id: block_content.field_descritpion
|
||||
field_name: field_descritpion
|
||||
entity_type: block_content
|
||||
type: text_long
|
||||
settings: { }
|
||||
module: text
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
21
config/sync/field.storage.block_content.field_titre.yml
Normal file
21
config/sync/field.storage.block_content.field_titre.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
uuid: c8b30bc0-f7cb-49a0-8bb1-2a83fef02fb2
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- block_content
|
||||
id: block_content.field_titre
|
||||
field_name: field_titre
|
||||
entity_type: block_content
|
||||
type: string
|
||||
settings:
|
||||
max_length: 255
|
||||
case_sensitive: false
|
||||
is_ascii: false
|
||||
module: core
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
19
config/sync/field.storage.block_content.field_youtube.yml
Normal file
19
config/sync/field.storage.block_content.field_youtube.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
uuid: cc74fdc1-0972-4669-a610-c3ec2df20732
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- block_content
|
||||
- video_embed_field
|
||||
id: block_content.field_youtube
|
||||
field_name: field_youtube
|
||||
entity_type: block_content
|
||||
type: video_embed_field
|
||||
settings: { }
|
||||
module: video_embed_field
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
21
config/sync/field.storage.config_pages.field_title.yml
Normal file
21
config/sync/field.storage.config_pages.field_title.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
uuid: 89c0fabb-8b58-4aee-a3d5-cc9ca050d074
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- config_pages
|
||||
id: config_pages.field_title
|
||||
field_name: field_title
|
||||
entity_type: config_pages
|
||||
type: string
|
||||
settings:
|
||||
max_length: 255
|
||||
case_sensitive: false
|
||||
is_ascii: false
|
||||
module: core
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
@@ -21,6 +21,7 @@ settings:
|
||||
title: ''
|
||||
width: null
|
||||
height: null
|
||||
caption: ''
|
||||
module: image
|
||||
locked: false
|
||||
cardinality: -1
|
||||
|
@@ -21,6 +21,7 @@ settings:
|
||||
title: ''
|
||||
width: null
|
||||
height: null
|
||||
caption: ''
|
||||
module: image
|
||||
locked: false
|
||||
cardinality: -1
|
||||
|
@@ -7,11 +7,11 @@ dependencies:
|
||||
- menu_link_content
|
||||
third_party_settings:
|
||||
content_translation:
|
||||
enabled: false
|
||||
enabled: true
|
||||
bundle_settings:
|
||||
untranslatable_fields_hide: '0'
|
||||
untranslatable_fields_hide: '1'
|
||||
id: menu_link_content.menu_link_content
|
||||
target_entity_type_id: menu_link_content
|
||||
target_bundle: menu_link_content
|
||||
default_langcode: site_default
|
||||
language_alterable: false
|
||||
language_alterable: true
|
||||
|
@@ -4,8 +4,15 @@ status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.actualite
|
||||
module:
|
||||
- content_translation
|
||||
third_party_settings:
|
||||
content_translation:
|
||||
enabled: true
|
||||
bundle_settings:
|
||||
untranslatable_fields_hide: '0'
|
||||
id: node.actualite
|
||||
target_entity_type_id: node
|
||||
target_bundle: actualite
|
||||
default_langcode: site_default
|
||||
language_alterable: false
|
||||
language_alterable: true
|
||||
|
@@ -4,8 +4,15 @@ status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.site
|
||||
module:
|
||||
- content_translation
|
||||
third_party_settings:
|
||||
content_translation:
|
||||
enabled: true
|
||||
bundle_settings:
|
||||
untranslatable_fields_hide: '1'
|
||||
id: node.site
|
||||
target_entity_type_id: node
|
||||
target_bundle: site
|
||||
default_langcode: site_default
|
||||
language_alterable: false
|
||||
language_alterable: true
|
||||
|
@@ -17,4 +17,4 @@ id: node.static
|
||||
target_entity_type_id: node
|
||||
target_bundle: static
|
||||
default_langcode: site_default
|
||||
language_alterable: true
|
||||
language_alterable: false
|
||||
|
@@ -0,0 +1,18 @@
|
||||
uuid: fe12ba52-ed45-40a6-bcc7-8af698875375
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- paragraphs.paragraphs_type.phase_deroulement
|
||||
module:
|
||||
- content_translation
|
||||
third_party_settings:
|
||||
content_translation:
|
||||
enabled: true
|
||||
bundle_settings:
|
||||
untranslatable_fields_hide: '1'
|
||||
id: paragraph.phase_deroulement
|
||||
target_entity_type_id: paragraph
|
||||
target_bundle: phase_deroulement
|
||||
default_langcode: current_interface
|
||||
language_alterable: false
|
@@ -0,0 +1,18 @@
|
||||
uuid: 983f50af-3a35-4af5-8e9f-aca7c63a6cdc
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- paragraphs.paragraphs_type.site_diapo
|
||||
module:
|
||||
- content_translation
|
||||
third_party_settings:
|
||||
content_translation:
|
||||
enabled: true
|
||||
bundle_settings:
|
||||
untranslatable_fields_hide: '0'
|
||||
id: paragraph.site_diapo
|
||||
target_entity_type_id: paragraph
|
||||
target_bundle: site_diapo
|
||||
default_langcode: current_interface
|
||||
language_alterable: true
|
@@ -0,0 +1,18 @@
|
||||
uuid: a080dd12-d269-4c56-96b3-e6e383017417
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- paragraphs.paragraphs_type.site_parts
|
||||
module:
|
||||
- content_translation
|
||||
third_party_settings:
|
||||
content_translation:
|
||||
enabled: true
|
||||
bundle_settings:
|
||||
untranslatable_fields_hide: '1'
|
||||
id: paragraph.site_parts
|
||||
target_entity_type_id: paragraph
|
||||
target_bundle: site_parts
|
||||
default_langcode: current_interface
|
||||
language_alterable: true
|
@@ -0,0 +1,18 @@
|
||||
uuid: a0324510-6edc-4353-9853-3d3fb4478320
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- paragraphs.paragraphs_type.site_video
|
||||
module:
|
||||
- content_translation
|
||||
third_party_settings:
|
||||
content_translation:
|
||||
enabled: true
|
||||
bundle_settings:
|
||||
untranslatable_fields_hide: '1'
|
||||
id: paragraph.site_video
|
||||
target_entity_type_id: paragraph
|
||||
target_bundle: site_video
|
||||
default_langcode: current_interface
|
||||
language_alterable: true
|
@@ -0,0 +1,18 @@
|
||||
uuid: 93cdddde-7e8d-4498-a71a-f7fcb1e087a3
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- paragraphs.paragraphs_type.static_parts
|
||||
module:
|
||||
- content_translation
|
||||
third_party_settings:
|
||||
content_translation:
|
||||
enabled: true
|
||||
bundle_settings:
|
||||
untranslatable_fields_hide: '1'
|
||||
id: paragraph.static_parts
|
||||
target_entity_type_id: paragraph
|
||||
target_bundle: static_parts
|
||||
default_langcode: site_default
|
||||
language_alterable: false
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user