12345678910111213141516171819202122 |
- uuid: 93b65ef7-355e-4973-b74e-5c0bbf0297d5
- langcode: en
- status: true
- dependencies:
- config:
- - node.type.static
- id: node.static.sticky
- field_name: sticky
- entity_type: node
- bundle: static
- label: 'Sticky at top of lists'
- description: ''
- required: false
- translatable: false
- default_value:
- -
- value: 0
- default_value_callback: ''
- settings:
- on_label: 'On'
- off_label: 'Off'
- field_type: boolean
|