You are here

field.storage.paragraph.text_and_image_style.yml in Varbase Bootstrap Paragraphs 9.0.x

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. - value: paragraph--style--50-50
  14. label: "1/2 - 1/2"
  15. - value: paragraph--style--75-25
  16. label: "3/4 - 1/4"
  17. - value: paragraph--style--66-33
  18. label: "2/3 - 1/3"
  19. - value: paragraph--style--25-75
  20. label: "1/4 - 3/4"
  21. - value: paragraph--style--33-66
  22. label: "1/3 - 2/3"
  23. allowed_values_function: ""
  24. module: options
  25. locked: false
  26. cardinality: 1
  27. translatable: true
  28. indexes: {}
  29. persist_with_no_fields: false
  30. custom_storage: false