Compare commits
3 Commits
3992be2e1c
...
0677d8acda
Author | SHA1 | Date |
---|---|---|
Bachir Soussi Chiadmi | 0677d8acda | |
Bachir Soussi Chiadmi | e893fc1360 | |
Bachir Soussi Chiadmi | fdd41d5747 |
|
@ -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'
|
||||
|
|
|
@ -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: { }
|
||||
|
|
|
@ -12,7 +12,7 @@ bundle: menu_link_content
|
|||
label: 'Metatags (Hidden field for JSON support)'
|
||||
description: 'The computed meta tags for the entity.'
|
||||
required: false
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
|
|
|
@ -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: { }
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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,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,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
|
|
@ -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
|
||||
|
|
|
@ -54,7 +54,7 @@ variant_settings:
|
|||
346ce88d-2925-4bf8-884d-dfbca1e8d5b6:
|
||||
id: config_pages_block
|
||||
label: Calendrier
|
||||
label_display: visible
|
||||
label_display: '0'
|
||||
provider: config_pages
|
||||
context_mapping: { }
|
||||
config_page_type: deroulement
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
index_now: false
|
Loading…
Reference in New Issue