feat(admin): make page extensions configurable

This commit is contained in:
NGPixel
2022-06-24 22:20:36 -04:00
parent 18ac9da4c7
commit 48077fc9e5
5 changed files with 55 additions and 30 deletions

View File

@@ -45,6 +45,10 @@ defaults:
company: ''
contentLicense: ''
logoUrl: https://static.requarks.io/logo/wikijs-butterfly.svg
pageExtensions:
- md
- html
- txt
mail:
host: ''
secure: true
@@ -152,8 +156,4 @@ reservedPaths:
- img
- js
- svg
pageExtensions:
- md
- html
- txt
# ---------------------------------