You are here

core.base_field_override.node.landing_page.sticky.yml in Varbase Landing Page (Paragraphs) 9.0.x

config/optional/core.base_field_override.node.landing_page.sticky.yml

File

config/optional/core.base_field_override.node.landing_page.sticky.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - node.type.landing_page
  6. id: node.landing_page.sticky
  7. field_name: sticky
  8. entity_type: node
  9. bundle: landing_page
  10. label: "Sticky at top of lists"
  11. description: ""
  12. required: false
  13. translatable: false
  14. default_value:
  15. - value: 0
  16. default_value_callback: ""
  17. settings:
  18. on_label: "On"
  19. off_label: "Off"
  20. field_type: boolean