You are here

field.storage.paragraph.bp_width.yml in Varbase Bootstrap Paragraphs 8.4

Same filename and directory in other branches
  1. 8.5 config/install/field.storage.paragraph.bp_width.yml
config/install/field.storage.paragraph.bp_width.yml

File

config/install/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. -
  14. value: paragraph--width--tiny
  15. label: Tiny
  16. -
  17. value: paragraph--width--narrow
  18. label: Narrow
  19. -
  20. value: paragraph--width--medium
  21. label: Medium
  22. -
  23. value: paragraph--width--wide
  24. label: Wide
  25. -
  26. value: paragraph--width--full
  27. label: 'Full width'
  28. -
  29. value: bg-edge2edge
  30. label: 'Edge to Edge'
  31. allowed_values_function: ''
  32. module: options
  33. locked: false
  34. cardinality: 1
  35. translatable: true
  36. indexes: { }
  37. persist_with_no_fields: false
  38. custom_storage: false