|
@@ -12,14 +12,89 @@ dependencies:
|
|
|
- node.type.reponse
|
|
|
module:
|
|
|
- conditional_fields
|
|
|
+ - field_group
|
|
|
- readonly_field_widget
|
|
|
- text
|
|
|
- workflow
|
|
|
+third_party_settings:
|
|
|
+ field_group:
|
|
|
+ group_tabs:
|
|
|
+ children:
|
|
|
+ - group_ressource
|
|
|
+ - group_c
|
|
|
+ - group_infos
|
|
|
+ label: Tabs
|
|
|
+ region: content
|
|
|
+ parent_name: ''
|
|
|
+ weight: 5
|
|
|
+ format_type: tabs
|
|
|
+ format_settings:
|
|
|
+ classes: ''
|
|
|
+ show_empty_fields: false
|
|
|
+ id: ''
|
|
|
+ direction: vertical
|
|
|
+ width_breakpoint: 640
|
|
|
+ group_ressource:
|
|
|
+ children:
|
|
|
+ - field_qui
|
|
|
+ - field_quoi
|
|
|
+ - field_ou
|
|
|
+ - field_avec
|
|
|
+ label: ressource
|
|
|
+ region: content
|
|
|
+ parent_name: group_tabs
|
|
|
+ weight: 17
|
|
|
+ format_type: tab
|
|
|
+ format_settings:
|
|
|
+ classes: ''
|
|
|
+ show_empty_fields: false
|
|
|
+ id: ''
|
|
|
+ formatter: open
|
|
|
+ description: ''
|
|
|
+ required_fields: true
|
|
|
+ group_c:
|
|
|
+ children:
|
|
|
+ - field_confidentialite
|
|
|
+ label: Confidentialité
|
|
|
+ region: content
|
|
|
+ parent_name: group_tabs
|
|
|
+ weight: 18
|
|
|
+ format_type: tab
|
|
|
+ format_settings:
|
|
|
+ classes: ''
|
|
|
+ show_empty_fields: false
|
|
|
+ id: ''
|
|
|
+ formatter: closed
|
|
|
+ description: ''
|
|
|
+ required_fields: true
|
|
|
+ group_infos:
|
|
|
+ children:
|
|
|
+ - status
|
|
|
+ - uid
|
|
|
+ - created
|
|
|
+ label: Infos
|
|
|
+ region: content
|
|
|
+ parent_name: group_tabs
|
|
|
+ weight: 19
|
|
|
+ format_type: tab
|
|
|
+ format_settings:
|
|
|
+ classes: ''
|
|
|
+ show_empty_fields: false
|
|
|
+ id: ''
|
|
|
+ formatter: closed
|
|
|
+ description: ''
|
|
|
+ required_fields: true
|
|
|
id: node.reponse.default
|
|
|
targetEntityType: node
|
|
|
bundle: reponse
|
|
|
mode: default
|
|
|
content:
|
|
|
+ created:
|
|
|
+ type: datetime_timestamp
|
|
|
+ weight: 2
|
|
|
+ region: content
|
|
|
+ settings: { }
|
|
|
+ third_party_settings: { }
|
|
|
field_avec:
|
|
|
type: text_textarea
|
|
|
weight: 4
|
|
@@ -79,7 +154,7 @@ content:
|
|
|
third_party_settings: { }
|
|
|
field_confidentialite:
|
|
|
type: workflow_default
|
|
|
- weight: 5
|
|
|
+ weight: 6
|
|
|
region: content
|
|
|
settings: { }
|
|
|
third_party_settings: { }
|
|
@@ -155,14 +230,28 @@ content:
|
|
|
slide:
|
|
|
speed: '400'
|
|
|
selector: ''
|
|
|
+ status:
|
|
|
+ type: boolean_checkbox
|
|
|
+ weight: 0
|
|
|
+ region: content
|
|
|
+ settings:
|
|
|
+ display_label: true
|
|
|
+ third_party_settings: { }
|
|
|
+ uid:
|
|
|
+ type: entity_reference_autocomplete
|
|
|
+ weight: 1
|
|
|
+ region: content
|
|
|
+ settings:
|
|
|
+ match_operator: CONTAINS
|
|
|
+ match_limit: 10
|
|
|
+ size: 60
|
|
|
+ placeholder: ''
|
|
|
+ third_party_settings: { }
|
|
|
hidden:
|
|
|
- created: true
|
|
|
langcode: true
|
|
|
path: true
|
|
|
promote: true
|
|
|
revision_log: true
|
|
|
- status: true
|
|
|
sticky: true
|
|
|
title: true
|
|
|
- uid: true
|
|
|
url_redirects: true
|