Skip to content

Commit

Permalink
Create 09.06.02.config (#3829)
Browse files Browse the repository at this point in the history
* Create 09.07.00.config

Add webp support

* Update DNN Platform/Website/Install/Config/09.07.00.config

Co-authored-by: Brian Dukes <[email protected]>

* Rename 09.07.00.config to 09.06.02.config

This not being a breaking change, we can make it happen in 9.6.2

* Fixed missing double-quote

Co-authored-by: Brian Dukes <[email protected]>
Co-authored-by: Daniel Valadas <[email protected]>
  • Loading branch information
3 people authored Jun 25, 2020
1 parent f76364a commit 0b1c037
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions DNN Platform/Website/Install/Config/09.06.02.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<configuration>
<nodes configfile="Web.config">
<node path="/configuration/system.web/staticContent/" action="update" key="fileExtension" collision="ignore">
<mimeMap fileExtension=".webp" mimeType="image/webp" />
</node>
</nodes>
</configuration>

0 comments on commit 0b1c037

Please sign in to comment.