You are here

role_theme_switcher.schema.yml in Role Theme Switcher 8

config/schema/role_theme_switcher.schema.yml

File

config/schema/role_theme_switcher.schema.yml
View source
  1. # Schema for configuration files of the role_theme_switcher module.
  2. role_theme_switcher.settings:
  3. type: config_object
  4. label: 'Role theme switcher settings'
  5. mapping:
  6. roles:
  7. type: sequence
  8. label: 'roles'
  9. sequence:
  10. type: mapping
  11. mapping:
  12. theme:
  13. type: string
  14. label: 'Selected theme to specific role'
  15. weight:
  16. type: string
  17. label: 'Weight of this role'