You are here

formatter_suite.libraries.yml in Formatter Suite 8

File

formatter_suite.libraries.yml
View source
  1. # @file
  2. # Libraries used by the Formatter Suite module.
  3. #
  4. # Usage styling
  5. # -------------
  6. # Styles for the module's formatters during usage on a page.
  7. formatter_suite.usage:
  8. version: VERSION
  9. css:
  10. theme:
  11. css/formatter_suite.css: {}
  12. # Specialized Javascript for some formatters.
  13. formatter_suite.text_with_expand_collapse_buttons:
  14. version: VERSION
  15. js:
  16. js/formatter_suite.text_with_expand_collapse_buttons.js: {}
  17. dependencies:
  18. - core/jquery
  19. - core/jquery.once
  20. - core/drupal
  21. # Help styling
  22. # ------------
  23. # Styles only used on the module's help page.
  24. formatter_suite.help:
  25. version: VERSION
  26. css:
  27. theme:
  28. css/formatter_suite.help.css: {}
  29. # Field formatter styling
  30. # -----------------------
  31. # Styles for the module's formatter settings for Field UI and View UI.
  32. formatter_suite.fieldformatter:
  33. version: VERSION
  34. css:
  35. theme:
  36. css/formatter_suite.fieldformatter.css: {}
  37. # Branding
  38. # --------
  39. # Styles for administrator-visible branding.
  40. formatter_suite.branding:
  41. version: VERSION
  42. css:
  43. theme:
  44. css/formatter_suite.branding.css: {}