You are here

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

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

File

config/optional/field.storage.node.field_dth_main_content_width.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_main_content_width
  11. field_name: field_dth_main_content_width
  12. entity_type: node
  13. type: list_string
  14. settings:
  15. allowed_values:
  16. -
  17. value: dxpr-theme-util-full-width-content
  18. label: 'Full width content'
  19. -
  20. value: dxpr-theme-util-content-center-4-col
  21. label: 'Squish content column to 1/3'
  22. -
  23. value: dxpr-theme-util-content-center-6-col
  24. label: 'Squish content column to 1/2'
  25. -
  26. value: dxpr-theme-util-content-center-8-col
  27. label: 'Squish content column to 2/3'
  28. -
  29. value: dxpr-theme-util-content-center-10-col
  30. label: 'Squish content column to 5/6'
  31. allowed_values_function: ''
  32. module: options
  33. locked: false
  34. cardinality: 1
  35. translatable: true
  36. indexes: { }
  37. persist_with_no_fields: false
  38. custom_storage: false