You are here

paragraphs_collection.schema.yml in Paragraphs Collection 8

config/schema/paragraphs_collection.schema.yml

File

config/schema/paragraphs_collection.schema.yml
View source
  1. paragraphs.behavior.settings.style:
  2. type: paragraphs.behavior.settings_base
  3. mapping:
  4. groups:
  5. type: sequence
  6. label: 'Style groups'
  7. orderby: key
  8. sequence:
  9. type: mapping
  10. label: 'Style groups configuration'
  11. mapping:
  12. default:
  13. type: string
  14. label: 'Default group style'
  15. paragraphs.behavior.settings.grid_layout:
  16. type: paragraphs.behavior.settings_base
  17. mapping:
  18. paragraph_reference_field:
  19. type: string
  20. label: Background field
  21. available_grid_layouts:
  22. type: sequence
  23. orderby: value
  24. sequence:
  25. type: string
  26. label: Available grid layouts
  27. paragraphs.behavior.settings.language:
  28. type: paragraphs.behavior.settings_base
  29. mapping: {}
  30. paragraphs_collection.settings:
  31. type: config_object
  32. mapping:
  33. enabled_styles:
  34. type: sequence
  35. label: 'Enabled styles'
  36. orderby: value
  37. sequence:
  38. type: string
  39. label: 'Style name'