You are here

config_distro_ignore.schema.yml in Config Distro 8

modules/config_distro_ignore/config/schema/config_distro_ignore.schema.yml

File

modules/config_distro_ignore/config/schema/config_distro_ignore.schema.yml
View source
  1. config_distro_ignore.settings:
  2. type: config_object
  3. label: 'Config Distro Ignore Settings'
  4. mapping:
  5. all_collections:
  6. type: sequence
  7. label: 'List of permanently ignored configurations for all collections'
  8. sequence:
  9. type: string
  10. default_collection:
  11. type: sequence
  12. label: 'List of ignored configurations for the default collection, possibly for a specific hash'
  13. sequence:
  14. type: string
  15. custom_collections:
  16. type: sequence
  17. label: 'List of ignored configurations for other collections, possibly for a specific hash'
  18. sequence:
  19. type: config_object