12345678910111213141516171819202122 |
- uuid: 44c7df12-b7fa-414b-9824-83c4fb395fdb
- langcode: fr
- status: true
- dependencies:
- config:
- - paragraphs.paragraphs_type.text
- id: paragraph.text.status
- field_name: status
- entity_type: paragraph
- bundle: text
- label: Published
- description: ''
- required: false
- translatable: true
- default_value:
- -
- value: 1
- default_value_callback: ''
- settings:
- on_label: 'On'
- off_label: 'Off'
- field_type: boolean
|