You are here

field.storage.node.field_dth_page_layout.yml in DXPR Theme Helper 1.0.x

config/optional/field.storage.node.field_dth_page_layout.yml

File

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