You are here

config_split.schema.yml in Configuration Split 2.0.x

Same filename and directory in other branches
  1. 8 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. storage:
  21. type: string
  22. label: 'Storage'
  23. folder:
  24. type: string
  25. label: 'Folder'
  26. module:
  27. type: sequence
  28. label: 'Filtered modules'
  29. sequence:
  30. type: integer
  31. label: 'Weight'
  32. theme:
  33. type: sequence
  34. label: 'Filtered themes'
  35. sequence:
  36. type: integer
  37. label: 'Weight'
  38. complete_list:
  39. type: sequence
  40. label: 'Completely split configuration'
  41. sequence:
  42. type: string
  43. partial_list:
  44. type: sequence
  45. label: 'Partially split configuration'
  46. sequence:
  47. type: string