You are here

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

config/optional/field.storage.paragraph.bp_width.yml

File

config/optional/field.storage.paragraph.bp_width.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - options
  6. - paragraphs
  7. id: paragraph.bp_width
  8. field_name: bp_width
  9. entity_type: paragraph
  10. type: list_string
  11. settings:
  12. allowed_values:
  13. - value: paragraph--width--tiny
  14. label: Tiny
  15. - value: paragraph--width--narrow
  16. label: Narrow
  17. - value: paragraph--width--medium
  18. label: Medium
  19. - value: paragraph--width--wide
  20. label: Wide
  21. - value: paragraph--width--full
  22. label: "Full width"
  23. - value: bg-edge2edge
  24. label: "Edge to Edge"
  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