You are here

config_selector.schema.yml in Configuration selector 8.2

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

File

config/schema/config_selector.schema.yml
View source
  1. config_selector.feature.*:
  2. type: config_entity
  3. label: 'Configuration Selector Feature'
  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. config_selector_third_party:
  15. type: mapping
  16. label: 'Schema for Configuration Selector additions to configuration entities'
  17. mapping:
  18. feature:
  19. type: string
  20. label: 'The Configuration Selector feature name'
  21. priority:
  22. type: integer
  23. label: 'The Configuration Selector feature priority'
  24. description:
  25. type: label
  26. label: 'Fallback description'
  27. block.block.*.third_party.config_selector:
  28. type: config_selector_third_party
  29. views.view.*.third_party.config_selector:
  30. type: config_selector_third_party