12345678910111213141516171819202122 |
- uuid: a7fd1a65-17cb-4fe9-aac8-4e848aebd1e8
- langcode: fr
- status: true
- dependencies:
- config:
- - paragraphs.paragraphs_type.subheading
- id: paragraph.subheading.status
- field_name: status
- entity_type: paragraph
- bundle: subheading
- label: Published
- description: ''
- required: false
- translatable: true
- default_value:
- -
- value: 1
- default_value_callback: ''
- settings:
- on_label: 'On'
- off_label: 'Off'
- field_type: boolean
|