123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- uuid: 775ad8f5-69af-437a-b6fc-5bf1835b460e
- langcode: en
- status: true
- dependencies:
- config:
- - field.storage.node.field_article
- - node.type.book
- - paragraphs.paragraphs_type.image
- - paragraphs.paragraphs_type.images_two_col
- - paragraphs.paragraphs_type.tablefield
- - paragraphs.paragraphs_type.tablefields_two_col
- - paragraphs.paragraphs_type.text
- module:
- - entity_reference_revisions
- id: node.book.field_article
- field_name: field_article
- entity_type: node
- bundle: book
- label: Article
- description: ''
- required: false
- translatable: false
- default_value: { }
- default_value_callback: ''
- settings:
- handler: 'default:paragraph'
- handler_settings:
- target_bundles:
- text: text
- image: image
- tablefield: tablefield
- images_two_col: images_two_col
- tablefields_two_col: tablefields_two_col
- negate: 0
- target_bundles_drag_drop:
- article:
- weight: -15
- enabled: false
- chapitre:
- weight: -14
- enabled: false
- image:
- weight: -10
- enabled: true
- images_two_col:
- weight: 12
- enabled: true
- subheading:
- weight: -12
- enabled: false
- tablefield:
- weight: -9
- enabled: true
- tablefields_two_col:
- weight: 16
- enabled: true
- text:
- weight: -11
- enabled: true
- title:
- weight: -13
- enabled: false
- field_type: entity_reference_revisions
|