You are here

local_font_config_entity.schema.yml in @font-your-face 8.3

modules/local_fonts/config/schema/local_font_config_entity.schema.yml

File

modules/local_fonts/config/schema/local_font_config_entity.schema.yml
View source
  1. local_fonts.local_font_config_entity.*:
  2. type: config_entity
  3. label: 'Custom Font config'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'ID'
  8. label:
  9. type: label
  10. label: 'Label'
  11. uuid:
  12. type: string
  13. font_family:
  14. type: string
  15. label: 'Font Family'
  16. font_style:
  17. type: string
  18. label: 'Font Style'
  19. font_weight:
  20. type: integer
  21. label: 'Font Weight'
  22. font_classification:
  23. type: sequence
  24. label: 'Font Classifications'
  25. sequence:
  26. type: string
  27. font_woff_data:
  28. type: string
  29. label: 'Woff File Data'
  30. font_woff2_data:
  31. type: string
  32. label: 'Woff2 File Data'
  33. font_svg_data:
  34. type: string
  35. label: 'SVG File Data'