You are here

field.storage.paragraph.text_and_image_style.yml in Varbase Bootstrap Paragraphs 8.6

modules/vbp_text_and_image/config/optional/field.storage.paragraph.text_and_image_style.yml

File

modules/vbp_text_and_image/config/optional/field.storage.paragraph.text_and_image_style.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - options
  6. - paragraphs
  7. id: paragraph.text_and_image_style
  8. field_name: text_and_image_style
  9. entity_type: paragraph
  10. type: list_string
  11. settings:
  12. allowed_values:
  13. -
  14. value: paragraph--style--50-50
  15. label: '1/2 - 1/2'
  16. -
  17. value: paragraph--style--75-25
  18. label: '3/4 - 1/4'
  19. -
  20. value: paragraph--style--66-33
  21. label: '2/3 - 1/3'
  22. -
  23. value: paragraph--style--25-75
  24. label: '1/4 - 3/4'
  25. -
  26. value: paragraph--style--33-66
  27. label: '1/3 - 2/3'
  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