Add .woff2 to BrowsableFileExtensions

(cherry picked from commit 23b03f408e)
This commit is contained in:
Marc Goodson
2023-01-19 12:08:25 +00:00
committed by Sebastiaan Janssen
parent 0ecb613b4a
commit caa4ca510e

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