You are here

layout_paragraphs.schema.yml in Layout Paragraphs 1.0.x

Same filename and directory in other branches
  1. 2.0.x config/schema/layout_paragraphs.schema.yml
config/schema/layout_paragraphs.schema.yml

File

config/schema/layout_paragraphs.schema.yml
View source
  1. layout_paragraphs.settings:
  2. type: config_object
  3. label: 'Layout Paragraphs general settings'
  4. mapping:
  5. show_paragraph_labels:
  6. type: integer
  7. label: 'Show Paragraph Labels'
  8. description: 'This option allows to show the Paragraphs Type Label of each Item added in LP widget Sections/Layouts'
  9. show_layout_labels:
  10. type: integer
  11. label: 'Show Layout Labels'
  12. description: 'This option allows to show the Paragraphs Layout Label of each Item added in LP widget Sections/Layouts'
  13. field.formatter.settings.layout_paragraphs:
  14. type: mapping
  15. label: 'Layout Paragraphs format settings'
  16. mapping:
  17. view_mode:
  18. type: string
  19. label: 'View mode'
  20. field.widget.settings.layout_paragraphs:
  21. type: mapping
  22. label: 'Layout Paragraphs display format settings'
  23. mapping:
  24. preview_view_mode:
  25. type: string
  26. label: 'Preview view mode'
  27. nesting_depth:
  28. type: integer
  29. label: 'Maximum nesting depth'
  30. require_layouts:
  31. type: integer
  32. label: 'Require paragraphs to be added inside a layout'
  33. paragraphs.behavior.settings.layout_paragraphs:
  34. type: paragraphs.behavior.settings_base
  35. label: 'Layout Paragraphs Section settings'
  36. mapping:
  37. enabled:
  38. type: boolean
  39. label: 'Use as a Layout Section'
  40. available_layouts:
  41. type: sequence
  42. label: 'Available Layouts'
  43. sequence:
  44. type: string
  45. label: 'Layout'