color.schema.yml

Same filename in other branches
  1. 8.9.x core/modules/color/config/schema/color.schema.yml
core/modules/color/config/schema/color.schema.yml

File

core/modules/color/config/schema/color.schema.yml

View source
  1. color.theme.*:
  2. type: config_object
  3. label: 'Color theme settings'
  4. mapping:
  5. palette:
  6. type: sequence
  7. label: 'Palette settings'
  8. sequence:
  9. type: color_hex
  10. logo:
  11. type: path
  12. label: 'Logo path'
  13. stylesheets:
  14. type: sequence
  15. sequence:
  16. type: path
  17. files:
  18. type: sequence
  19. sequence:
  20. type: path

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