You are here

config_split.schema.yml in Configuration Split 8

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

File

config/schema/config_split.schema.yml
View source
  1. config_split.config_split.*:
  2. type: config_entity
  3. label: 'Configuration Split setting'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'ID'
  8. label:
  9. type: label
  10. label: 'Label'
  11. description:
  12. type: label
  13. label: 'Description'
  14. weight:
  15. type: integer
  16. label: 'Weight'
  17. status:
  18. type: boolean
  19. label: 'Active'
  20. folder:
  21. type: string
  22. label: 'Folder'
  23. module:
  24. type: sequence
  25. label: 'Filtered modules'
  26. sequence:
  27. type: integer
  28. label: 'Weight'
  29. theme:
  30. type: sequence
  31. label: 'Filtered themes'
  32. sequence:
  33. type: integer
  34. label: 'Weight'
  35. blacklist:
  36. type: sequence
  37. label: 'Filtered configuration'
  38. sequence:
  39. type: string
  40. graylist:
  41. type: sequence
  42. label: 'Ignored configuration'
  43. sequence:
  44. type: string
  45. graylist_dependents:
  46. type: boolean
  47. label: 'Include dependent configuration'
  48. graylist_skip_equal:
  49. type: boolean
  50. label: 'Skip graylisted config without a change.'