You are here

theme_switcher.schema.yml in Theme Switcher Rules 8

config/schema/theme_switcher.schema.yml

File

config/schema/theme_switcher.schema.yml
View source
  1. theme_switcher.rule.*:
  2. type: config_entity
  3. label: 'Switch Theme rule'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'ID'
  8. uuid:
  9. type: string
  10. label: 'UUID'
  11. label:
  12. type: label
  13. label: 'Label'
  14. weight:
  15. type: integer
  16. label: 'Weight'
  17. status:
  18. type: boolean
  19. label: 'Status'
  20. theme:
  21. type: string
  22. label: 'Theme'
  23. admin_theme:
  24. type: string
  25. label: 'Admin theme'
  26. visibility:
  27. type: sequence
  28. label: 'Visibility Conditions'
  29. sequence:
  30. type: condition.plugin.[id]
  31. label: 'Visibility Condition'