docs: add sharepoint to webdav

This commit is contained in:
Xhofe
2022-04-17 17:16:39 +08:00
parent 1a1e86521f
commit ebda77cd43
3 changed files with 8 additions and 7 deletions

View File

@ -259,11 +259,12 @@ func InitSettings() {
Group: model.BACK,
},
{
Key: "enable search",
Value: "false",
Type: "bool",
Access: model.PUBLIC,
Group: model.BACK,
Key: "enable search",
Value: "false",
Type: "bool",
Access: model.PUBLIC,
Group: model.BACK,
Description: "Experimental function, not recommended as it's still under development",
},
}
for i, _ := range settings {