You are here

field.storage.node.field_cms_portfolio_layout.yml in Glazed CMS Portfolio 8

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

File

config/install/field.storage.node.field_cms_portfolio_layout.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - node
  6. - options
  7. id: node.field_cms_portfolio_layout
  8. field_name: field_cms_portfolio_layout
  9. entity_type: node
  10. type: list_string
  11. settings:
  12. allowed_values:
  13. -
  14. value: top
  15. label: Top
  16. -
  17. value: bottom
  18. label: Bottom
  19. -
  20. value: right
  21. label: Right
  22. -
  23. value: left
  24. label: Left
  25. -
  26. value: hide
  27. label: Hide
  28. allowed_values_function: ''
  29. module: options
  30. locked: false
  31. cardinality: 1
  32. translatable: true
  33. indexes: { }
  34. persist_with_no_fields: false
  35. custom_storage: false