présentation équipe; fixes #2484
This commit is contained in:
parent
871f0f1736
commit
8874947edf
|
@ -5,9 +5,32 @@ dependencies:
|
|||
config:
|
||||
- field.field.node.equipe.field_membre
|
||||
- field.field.node.equipe.field_poids
|
||||
- field.field.node.equipe.field_presentation
|
||||
- node.type.equipe
|
||||
module:
|
||||
- field_group
|
||||
- paragraphs
|
||||
- text
|
||||
third_party_settings:
|
||||
field_group:
|
||||
group_details:
|
||||
children:
|
||||
- status
|
||||
- field_poids
|
||||
label: Details
|
||||
region: content
|
||||
parent_name: ''
|
||||
weight: 5
|
||||
format_type: details_sidebar
|
||||
format_settings:
|
||||
classes: ''
|
||||
show_empty_fields: false
|
||||
id: ''
|
||||
label_as_html: false
|
||||
open: true
|
||||
description: ''
|
||||
required_fields: true
|
||||
weight: 0
|
||||
id: node.equipe.default
|
||||
targetEntityType: node
|
||||
bundle: equipe
|
||||
|
@ -15,7 +38,7 @@ mode: default
|
|||
content:
|
||||
field_membre:
|
||||
type: paragraphs
|
||||
weight: 1
|
||||
weight: 2
|
||||
region: content
|
||||
settings:
|
||||
title: Paragraphe
|
||||
|
@ -33,14 +56,22 @@ content:
|
|||
third_party_settings: { }
|
||||
field_poids:
|
||||
type: number
|
||||
weight: 2
|
||||
weight: 5
|
||||
region: content
|
||||
settings:
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_presentation:
|
||||
type: text_textarea
|
||||
weight: 1
|
||||
region: content
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
status:
|
||||
type: boolean_checkbox
|
||||
weight: 3
|
||||
weight: 4
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
|
|
|
@ -5,9 +5,11 @@ dependencies:
|
|||
config:
|
||||
- field.field.node.equipe.field_membre
|
||||
- field.field.node.equipe.field_poids
|
||||
- field.field.node.equipe.field_presentation
|
||||
- node.type.equipe
|
||||
module:
|
||||
- entity_reference_revisions
|
||||
- text
|
||||
- user
|
||||
id: node.equipe.default
|
||||
targetEntityType: node
|
||||
|
@ -21,6 +23,13 @@ content:
|
|||
view_mode: default
|
||||
link: ''
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
field_presentation:
|
||||
type: text_default
|
||||
label: hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
hidden:
|
||||
|
|
|
@ -6,9 +6,11 @@ dependencies:
|
|||
- core.entity_view_mode.node.full
|
||||
- field.field.node.equipe.field_membre
|
||||
- field.field.node.equipe.field_poids
|
||||
- field.field.node.equipe.field_presentation
|
||||
- node.type.equipe
|
||||
module:
|
||||
- entity_reference_revisions
|
||||
- text
|
||||
- user
|
||||
id: node.equipe.full
|
||||
targetEntityType: node
|
||||
|
@ -22,6 +24,13 @@ content:
|
|||
view_mode: default
|
||||
link: ''
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
field_presentation:
|
||||
type: text_default
|
||||
label: hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
hidden:
|
||||
|
|
|
@ -6,6 +6,7 @@ dependencies:
|
|||
- core.entity_view_mode.node.teaser
|
||||
- field.field.node.equipe.field_membre
|
||||
- field.field.node.equipe.field_poids
|
||||
- field.field.node.equipe.field_presentation
|
||||
- node.type.equipe
|
||||
module:
|
||||
- user
|
||||
|
@ -22,5 +23,6 @@ content:
|
|||
hidden:
|
||||
field_membre: true
|
||||
field_poids: true
|
||||
field_presentation: true
|
||||
langcode: true
|
||||
search_api_excerpt: true
|
||||
|
|
|
@ -0,0 +1,24 @@
|
|||
uuid: ec7c492c-2698-4d04-921a-0bc882a2ac9a
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_presentation
|
||||
- filter.format.wysiwyg
|
||||
- node.type.equipe
|
||||
module:
|
||||
- text
|
||||
id: node.equipe.field_presentation
|
||||
field_name: field_presentation
|
||||
entity_type: node
|
||||
bundle: equipe
|
||||
label: Présentation
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
allowed_formats:
|
||||
- wysiwyg
|
||||
field_type: text_long
|
|
@ -0,0 +1,19 @@
|
|||
uuid: 8c2afdd9-08df-4bee-bbea-c07fbceb381c
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
- text
|
||||
id: node.field_presentation
|
||||
field_name: field_presentation
|
||||
entity_type: node
|
||||
type: text_long
|
||||
settings: { }
|
||||
module: text
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
Loading…
Reference in New Issue