Add .woff2 to BrowsableFileExtensions

This commit is contained in:
Marc Goodson
2023-01-19 12:08:25 +00:00
committed by Michael Latouche
parent d3b4bae1b5
commit 23b03f408e

View File

@@ -19,7 +19,7 @@ public class UmbracoPluginSettings
".css", // styles
".js", // scripts
".jpg", ".jpeg", ".gif", ".png", ".svg", // images
".eot", ".ttf", ".woff", // fonts
".eot", ".ttf", ".woff", ".woff2", // fonts
".xml", ".json", ".config", // configurations
".lic", // license
".map", // js map files