You are here

fontawesome.schema.yml in Font Awesome Icons 8.2

Same filename and directory in other branches
  1. 8 config/schema/fontawesome.schema.yml
config/schema/fontawesome.schema.yml

File

config/schema/fontawesome.schema.yml
View source
  1. fontawesome.settings:
  2. type: config_object
  3. label: 'Font Awesome settings'
  4. mapping:
  5. tag:
  6. type: string
  7. label: 'Tag used for Font Awesome elements'
  8. method:
  9. type: string
  10. label: 'Method used for delivering Font Awesome'
  11. load_assets:
  12. type: boolean
  13. label: 'Let module handle loading FontAwesome assets'
  14. use_cdn:
  15. type: boolean
  16. label: 'Use CDN to serve Font Awesome'
  17. external_svg_location:
  18. type: string
  19. label: 'Location of the external CDN for Font Awesome'
  20. use_shim:
  21. type: boolean
  22. label: 'Use Shim File for v4 compatibility'
  23. external_shim_location:
  24. type: string
  25. label: 'Location of the external CDN for Font Awesome shim file'
  26. allow_pseudo_elements:
  27. type: boolean
  28. label: 'Allow CSS pseudo elements with webfonts'
  29. use_solid_file:
  30. type: boolean
  31. label: 'Use the Font Awesome solid icons file'
  32. use_regular_file:
  33. type: boolean
  34. label: 'Use the Font Awesome regular icons file'
  35. use_light_file:
  36. type: boolean
  37. label: 'Use the Font Awesome light icons file'
  38. use_brands_file:
  39. type: boolean
  40. label: 'Use the Font Awesome brands icons file'
  41. use_duotone_file:
  42. type: boolean
  43. label: 'Use the Font Awesome duotone icons file'
  44. external_svg_integrity:
  45. type: string
  46. label: 'Integrity value of the external CDN for Font Awesome'
  47. bypass_validation:
  48. type: boolean
  49. label: 'Bypass Font Awesome validation'
  50. field.formatter.settings.fontawesome_icon_formatter:
  51. type: mapping
  52. label: 'Font Awesome Icon formatter settings'
  53. mapping:
  54. layers:
  55. type: boolean
  56. label: 'Display multi-value fields as layers?'