You are here

field.storage.taxonomy_term.field_o_image_alignment.yml in Organigrams 8

config/optional/field.storage.taxonomy_term.field_o_image_alignment.yml

File

config/optional/field.storage.taxonomy_term.field_o_image_alignment.yml
View source
  1. langcode: und
  2. status: true
  3. dependencies:
  4. module:
  5. - options
  6. - taxonomy
  7. id: taxonomy_term.field_o_image_alignment
  8. field_name: field_o_image_alignment
  9. entity_type: taxonomy_term
  10. type: list_string
  11. settings:
  12. allowed_values:
  13. -
  14. value: lt
  15. label: Topleft
  16. -
  17. value: ct
  18. label: Topcenter
  19. -
  20. value: rt
  21. label: Topright
  22. -
  23. value: lm
  24. label: Centerleft
  25. -
  26. value: cm
  27. label: Center
  28. -
  29. value: rm
  30. label: Centerright
  31. -
  32. value: lb
  33. label: Bottomleft
  34. -
  35. value: cb
  36. label: Bottomcenter
  37. -
  38. value: rb
  39. label: Bottomright
  40. allowed_values_function: ''
  41. module: options
  42. locked: false
  43. cardinality: 1
  44. translatable: true
  45. indexes: { }
  46. persist_with_no_fields: true
  47. custom_storage: false