|
@@ -4,12 +4,13 @@ status: true
|
|
|
dependencies:
|
|
|
config:
|
|
|
- field.field.node.book.body
|
|
|
+ - field.field.node.book.field_articles
|
|
|
- field.field.node.book.field_paragraph_chapitre
|
|
|
- node.type.book
|
|
|
module:
|
|
|
- field_layout
|
|
|
- - inline_entity_form
|
|
|
- layout_discovery
|
|
|
+ - paragraphs
|
|
|
- path
|
|
|
- text
|
|
|
third_party_settings:
|
|
@@ -26,7 +27,7 @@ mode: default
|
|
|
content:
|
|
|
body:
|
|
|
type: text_textarea_with_summary
|
|
|
- weight: 26
|
|
|
+ weight: 7
|
|
|
region: content
|
|
|
settings:
|
|
|
rows: 9
|
|
@@ -36,73 +37,78 @@ content:
|
|
|
third_party_settings: { }
|
|
|
created:
|
|
|
type: datetime_timestamp
|
|
|
- weight: 10
|
|
|
+ weight: 3
|
|
|
region: content
|
|
|
settings: { }
|
|
|
third_party_settings: { }
|
|
|
- field_paragraph_chapitre:
|
|
|
- type: inline_entity_form_simple
|
|
|
- weight: 122
|
|
|
+ field_articles:
|
|
|
+ type: paragraphs
|
|
|
+ weight: 26
|
|
|
region: content
|
|
|
settings:
|
|
|
- form_mode: default
|
|
|
- override_labels: false
|
|
|
- label_singular: ''
|
|
|
- label_plural: ''
|
|
|
- collapsible: false
|
|
|
- collapsed: false
|
|
|
- revision: false
|
|
|
+ title: Paragraph
|
|
|
+ title_plural: Paragraphs
|
|
|
+ edit_mode: open
|
|
|
+ closed_mode: summary
|
|
|
+ autocollapse: none
|
|
|
+ closed_mode_threshold: 0
|
|
|
+ add_mode: dropdown
|
|
|
+ form_display_mode: default
|
|
|
+ default_paragraph_type: ''
|
|
|
+ features:
|
|
|
+ collapse_edit_all: collapse_edit_all
|
|
|
+ duplicate: duplicate
|
|
|
third_party_settings: { }
|
|
|
langcode:
|
|
|
type: language_select
|
|
|
- weight: 2
|
|
|
+ weight: 1
|
|
|
region: content
|
|
|
settings:
|
|
|
include_locked: true
|
|
|
third_party_settings: { }
|
|
|
path:
|
|
|
type: path
|
|
|
- weight: 30
|
|
|
+ weight: 8
|
|
|
region: content
|
|
|
settings: { }
|
|
|
third_party_settings: { }
|
|
|
promote:
|
|
|
type: boolean_checkbox
|
|
|
- weight: 15
|
|
|
+ weight: 5
|
|
|
region: content
|
|
|
settings:
|
|
|
display_label: true
|
|
|
third_party_settings: { }
|
|
|
status:
|
|
|
type: boolean_checkbox
|
|
|
- weight: 120
|
|
|
+ weight: 10
|
|
|
region: content
|
|
|
settings:
|
|
|
display_label: true
|
|
|
third_party_settings: { }
|
|
|
sticky:
|
|
|
type: boolean_checkbox
|
|
|
- weight: 16
|
|
|
+ weight: 6
|
|
|
region: content
|
|
|
settings:
|
|
|
display_label: true
|
|
|
third_party_settings: { }
|
|
|
title:
|
|
|
type: string_textfield
|
|
|
- weight: -5
|
|
|
+ weight: 0
|
|
|
region: content
|
|
|
settings:
|
|
|
size: 60
|
|
|
placeholder: ''
|
|
|
third_party_settings: { }
|
|
|
translation:
|
|
|
- weight: 10
|
|
|
+ weight: 4
|
|
|
region: content
|
|
|
settings: { }
|
|
|
third_party_settings: { }
|
|
|
uid:
|
|
|
type: entity_reference_autocomplete
|
|
|
- weight: 5
|
|
|
+ weight: 2
|
|
|
region: content
|
|
|
settings:
|
|
|
match_operator: CONTAINS
|
|
@@ -111,8 +117,9 @@ content:
|
|
|
placeholder: ''
|
|
|
third_party_settings: { }
|
|
|
url_redirects:
|
|
|
- weight: 50
|
|
|
+ weight: 9
|
|
|
region: content
|
|
|
settings: { }
|
|
|
third_party_settings: { }
|
|
|
-hidden: { }
|
|
|
+hidden:
|
|
|
+ field_paragraph_chapitre: true
|