|
@@ -4,10 +4,70 @@ status: true
|
|
|
dependencies:
|
|
|
config:
|
|
|
- field.field.node.collection.body
|
|
|
+ - field.field.node.collection.field_ressources_liees
|
|
|
- node.type.collection
|
|
|
module:
|
|
|
- - path
|
|
|
+ - field_group
|
|
|
- text
|
|
|
+third_party_settings:
|
|
|
+ field_group:
|
|
|
+ group_tabs:
|
|
|
+ children:
|
|
|
+ - group_principal
|
|
|
+ - group_ressources
|
|
|
+ parent_name: ''
|
|
|
+ weight: 20
|
|
|
+ format_type: tabs
|
|
|
+ region: content
|
|
|
+ format_settings:
|
|
|
+ direction: horizontal
|
|
|
+ id: ''
|
|
|
+ classes: ''
|
|
|
+ label: Tabs
|
|
|
+ group_principal:
|
|
|
+ children:
|
|
|
+ - body
|
|
|
+ parent_name: group_tabs
|
|
|
+ weight: 20
|
|
|
+ format_type: tab
|
|
|
+ region: content
|
|
|
+ format_settings:
|
|
|
+ id: ''
|
|
|
+ classes: ''
|
|
|
+ description: ''
|
|
|
+ formatter: open
|
|
|
+ required_fields: true
|
|
|
+ label: Principal
|
|
|
+ group_ressources:
|
|
|
+ children:
|
|
|
+ - field_ressources_liees
|
|
|
+ parent_name: group_tabs
|
|
|
+ weight: 20
|
|
|
+ format_type: tab
|
|
|
+ region: content
|
|
|
+ format_settings:
|
|
|
+ id: ''
|
|
|
+ classes: ''
|
|
|
+ description: ''
|
|
|
+ formatter: closed
|
|
|
+ required_fields: true
|
|
|
+ label: Ressources
|
|
|
+ group_details:
|
|
|
+ children:
|
|
|
+ - promote
|
|
|
+ - status
|
|
|
+ parent_name: ''
|
|
|
+ weight: 20
|
|
|
+ format_type: details_sidebar
|
|
|
+ region: content
|
|
|
+ format_settings:
|
|
|
+ id: ''
|
|
|
+ classes: ''
|
|
|
+ description: ''
|
|
|
+ open: true
|
|
|
+ required_fields: true
|
|
|
+ weight: 0
|
|
|
+ label: Details
|
|
|
id: node.collection.default
|
|
|
targetEntityType: node
|
|
|
bundle: collection
|
|
@@ -23,25 +83,16 @@ content:
|
|
|
show_summary: false
|
|
|
third_party_settings: { }
|
|
|
region: content
|
|
|
- created:
|
|
|
- type: datetime_timestamp
|
|
|
- weight: 10
|
|
|
- region: content
|
|
|
- settings: { }
|
|
|
- third_party_settings: { }
|
|
|
- langcode:
|
|
|
- type: language_select
|
|
|
- weight: 2
|
|
|
- region: content
|
|
|
+ field_ressources_liees:
|
|
|
+ weight: 122
|
|
|
settings:
|
|
|
- include_locked: true
|
|
|
+ match_operator: CONTAINS
|
|
|
+ match_limit: 10
|
|
|
+ size: 60
|
|
|
+ placeholder: ''
|
|
|
third_party_settings: { }
|
|
|
- path:
|
|
|
- type: path
|
|
|
- weight: 30
|
|
|
+ type: entity_reference_autocomplete
|
|
|
region: content
|
|
|
- settings: { }
|
|
|
- third_party_settings: { }
|
|
|
promote:
|
|
|
type: boolean_checkbox
|
|
|
settings:
|
|
@@ -56,13 +107,6 @@ content:
|
|
|
weight: 120
|
|
|
region: content
|
|
|
third_party_settings: { }
|
|
|
- sticky:
|
|
|
- type: boolean_checkbox
|
|
|
- settings:
|
|
|
- display_label: true
|
|
|
- weight: 16
|
|
|
- region: content
|
|
|
- third_party_settings: { }
|
|
|
title:
|
|
|
type: string_textfield
|
|
|
weight: -5
|
|
@@ -71,19 +115,10 @@ content:
|
|
|
size: 60
|
|
|
placeholder: ''
|
|
|
third_party_settings: { }
|
|
|
- uid:
|
|
|
- type: entity_reference_autocomplete
|
|
|
- weight: 5
|
|
|
- settings:
|
|
|
- match_operator: CONTAINS
|
|
|
- size: 60
|
|
|
- placeholder: ''
|
|
|
- match_limit: 10
|
|
|
- region: content
|
|
|
- third_party_settings: { }
|
|
|
- url_redirects:
|
|
|
- weight: 50
|
|
|
- settings: { }
|
|
|
- third_party_settings: { }
|
|
|
- region: content
|
|
|
-hidden: { }
|
|
|
+hidden:
|
|
|
+ created: true
|
|
|
+ langcode: true
|
|
|
+ path: true
|
|
|
+ sticky: true
|
|
|
+ uid: true
|
|
|
+ url_redirects: true
|