admin.schema.yml

Same filename and directory in other branches
  1. 11.x core/themes/admin/config/schema/admin.schema.yml
core/themes/admin/config/schema/admin.schema.yml

File

core/themes/admin/config/schema/admin.schema.yml

View source
  1. # Schema for the configuration files of the admin theme.
  2. admin.settings:
  3. type: theme_settings
  4. label: 'Admin settings'
  5. mapping:
  6. preset_accent_color:
  7. type: string
  8. label: 'Preset accent color'
  9. preset_focus_color:
  10. type: string
  11. label: 'Preset focus color'
  12. enable_dark_mode:
  13. type: string
  14. label: 'The dark mode'
  15. high_contrast_mode:
  16. type: boolean
  17. label: 'High contrast mode'
  18. accent_color:
  19. type: string
  20. label: 'The accent color'
  21. focus_color:
  22. type: string
  23. label: 'The focus color'
  24. layout_density:
  25. type: string
  26. label: 'Layout density'
  27. show_description_toggle:
  28. type: boolean
  29. label: 'Display help icon to toggle form description'
  30. show_user_theme_settings:
  31. type: boolean
  32. label: 'Let user override theme'

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.