You are here

field.storage.paragraph.field_mod_image_position.yml in Modifiers Pack 8

modules/modifiers_bg_image/config/optional/field.storage.paragraph.field_mod_image_position.yml

File

modules/modifiers_bg_image/config/optional/field.storage.paragraph.field_mod_image_position.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - options
  6. - paragraphs
  7. id: paragraph.field_mod_image_position
  8. field_name: field_mod_image_position
  9. entity_type: paragraph
  10. type: list_string
  11. settings:
  12. allowed_values:
  13. -
  14. value: left-top
  15. label: 'Left Top'
  16. -
  17. value: left-center
  18. label: 'Left Center'
  19. -
  20. value: left-bottom
  21. label: 'Left Bottom'
  22. -
  23. value: center-top
  24. label: 'Center Top'
  25. -
  26. value: center-center
  27. label: 'Center Center'
  28. -
  29. value: center-bottom
  30. label: 'Center Bottom'
  31. -
  32. value: right-top
  33. label: 'Right Top'
  34. -
  35. value: right-center
  36. label: 'Right Center'
  37. -
  38. value: right-bottom
  39. label: 'Right Bottom'
  40. allowed_values_function: ''
  41. module: options
  42. locked: false
  43. cardinality: 1
  44. translatable: true
  45. indexes: { }
  46. persist_with_no_fields: false
  47. custom_storage: false