12345678910111213141516171819202122 |
- uuid: 3138a146-1f7b-4727-99bb-2857950cdc97
- langcode: fr
- status: true
- dependencies:
- config:
- - node.type.static
- id: node.static.sticky
- field_name: sticky
- entity_type: node
- bundle: static
- label: 'Epinglé en haut des listes'
- description: ''
- required: false
- translatable: true
- default_value:
- -
- value: 0
- default_value_callback: ''
- settings:
- on_label: Activé
- off_label: Désactivé
- field_type: boolean
|