123456789101112131415161718192021222324252627282930 |
- uuid: 6149b1f5-5d01-463a-b194-3dab51ea4502
- langcode: fr
- status: true
- dependencies:
- module:
- - node
- - options
- id: node.field_view_mode
- field_name: field_view_mode
- entity_type: node
- type: list_integer
- settings:
- allowed_values:
- -
- value: 1
- label: 'Image 2 colonnes'
- -
- value: 2
- label: 'Image 1 colonne'
- -
- value: 3
- label: 'Texte 1 colonne'
- allowed_values_function: ''
- module: options
- locked: false
- cardinality: 1
- translatable: true
- indexes: { }
- persist_with_no_fields: false
- custom_storage: false
|