You are here

paragraphs_ee.schema.yml in Paragraphs Editor Enhancements 8

config/schema/paragraphs_ee.schema.yml

File

config/schema/paragraphs_ee.schema.yml
View source
  1. paragraphs_ee.paragraphs_category.*:
  2. type: config_entity
  3. label: 'Paragraphs category config'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'ID'
  8. label:
  9. type: label
  10. label: 'Label'
  11. description:
  12. type: text
  13. label: 'Description'
  14. weight:
  15. type: integer
  16. label: 'Weight'
  17. paragraphs.paragraphs_type.*.third_party.paragraphs_ee:
  18. type: mapping
  19. label: 'Paragraphs categories'
  20. mapping:
  21. paragraphs_categories:
  22. type: sequence
  23. label: 'Paragraphs categories'
  24. sequence:
  25. type: string
  26. field.widget.third_party.paragraphs_ee:
  27. type: mapping
  28. label: 'Paragraphs ee widget settings'
  29. mapping:
  30. paragraphs_ee:
  31. type: mapping
  32. label: 'Paragraphs ee widget settings'
  33. mapping:
  34. dialog_off_canvas:
  35. type: boolean
  36. label: 'Use off-canvas instead of modal dialog'
  37. dialog_style:
  38. type: string
  39. label: 'Display Paragraphs in dialog as'
  40. easy_access_count:
  41. type: integer
  42. label: 'Number of easy-access-buttons'