You are here

field.storage.node.field_glazed_page_layout.yml in DXPR Theme Helper 8

config/install/field.storage.node.field_glazed_page_layout.yml

File

config/install/field.storage.node.field_glazed_page_layout.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - node
  6. - options
  7. id: node.field_glazed_page_layout
  8. field_name: field_glazed_page_layout
  9. entity_type: node
  10. type: list_string
  11. settings:
  12. allowed_values:
  13. -
  14. value: fullwidth
  15. label: 'Full Width'
  16. -
  17. value: boxed
  18. label: 'Boxed Layout'
  19. allowed_values_function: ''
  20. module: options
  21. locked: false
  22. cardinality: 1
  23. translatable: true
  24. indexes: { }
  25. persist_with_no_fields: false
  26. custom_storage: false