You are here

paragraphs_sets.schema.yml in Paragraphs Sets 8.2

Same filename and directory in other branches
  1. 8 config/schema/paragraphs_sets.schema.yml
config/schema/paragraphs_sets.schema.yml

File

config/schema/paragraphs_sets.schema.yml
View source
  1. # Field widget third-party settings.
  2. # See paragraphs_sets_field_widget_settings_summary_alter().
  3. field.widget.third_party.paragraphs_sets:
  4. type: mapping
  5. label: 'Paragraphs sets settings per paragraphs reference field'
  6. mapping:
  7. paragraphs_sets:
  8. type: mapping
  9. mapping:
  10. use_paragraphs_sets:
  11. type: boolean
  12. label: 'Enable Paragraphs Sets'
  13. sets_allowed:
  14. type: sequence
  15. label: 'Limit sets to'
  16. nullable: true
  17. default_set:
  18. type: string
  19. label: 'Default set'
  20. nullable: true
  21. # Paragraphs Set configuration entity.
  22. # See \Drupal\paragraphs_sets\Entity\ParagraphsSet and
  23. # \Drupal\paragraphs_sets\Form\ParagraphsSetForm.
  24. paragraphs_sets.set.*:
  25. type: config_entity
  26. label: 'Paragraphs set'
  27. mapping:
  28. id:
  29. type: string
  30. description:
  31. type: text
  32. label: 'Description'
  33. nullable: true
  34. label:
  35. type: label
  36. label: 'Label'
  37. icon_uuid:
  38. type: string
  39. label: 'Icon uuid'
  40. nullable: true
  41. paragraphs:
  42. type: sequence
  43. label: 'Paragraphs configuration'
  44. sequence:
  45. type: mapping
  46. mapping:
  47. type:
  48. type: string
  49. label: 'Paragraph machine name'
  50. data:
  51. type: sequence
  52. label: 'Field default values (map field names to default values)'
  53. nullable: true
  54. sequence:
  55. type: ignore