You are here

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

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

File

config/install/field.storage.node.field_cms_portfolio_image_style.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - node
  6. - options
  7. id: node.field_cms_portfolio_image_style
  8. field_name: field_cms_portfolio_image_style
  9. entity_type: node
  10. type: list_string
  11. settings:
  12. allowed_values:
  13. -
  14. value: sidecaption
  15. label: 'Side Captions'
  16. -
  17. value: stack
  18. label: Stack
  19. -
  20. value: grid
  21. label: 'Lightbox Gallery'
  22. -
  23. value: hide
  24. label: Hide
  25. allowed_values_function: ''
  26. module: options
  27. locked: false
  28. cardinality: 1
  29. translatable: true
  30. indexes: { }
  31. persist_with_no_fields: false
  32. custom_storage: false