You are here

type_style.schema.yml in Type Style 8

config/schema/type_style.schema.yml

File

config/schema/type_style.schema.yml
View source
  1. block_content.type.*.third_party.type_style: &defaults
  2. type: mapping
  3. label: 'Type Style settings'
  4. mapping:
  5. color:
  6. type: string
  7. label: 'A color code represented in hexadecimal (i.e. #000000)'
  8. icon:
  9. type: string
  10. label: 'The icon name'
  11. node.type.*.third_party.type_style:
  12. <<: *defaults
  13. taxonomy.vocabulary.*.third_party.type_style:
  14. <<: *defaults
  15. media.type.*.third_party.type_style:
  16. <<: *defaults
  17. file_entity.type.*.third_party.type_style:
  18. <<: *defaults
  19. type_style.settings:
  20. type: config_object
  21. label: 'Type Style global settings'
  22. mapping:
  23. icon_type:
  24. type: text
  25. label: 'Icon type'
  26. use_cdn:
  27. type: boolean
  28. label: 'Use a CDN'