feat: sharepoint webdav (unfinished)

This commit is contained in:
Xhofe
2022-04-04 20:55:22 +08:00
parent b3540cf539
commit 9b6adecd62
4 changed files with 209 additions and 2 deletions

View File

@ -40,6 +40,15 @@ func (driver WebDav) Items() []base.Item {
Type: base.TypeString,
Required: true,
},
{
Name: "internal_type",
Label: "vendor",
Type: base.TypeSelect,
Required: true,
Default: "other",
Values: "sharepoint,other",
Description: "sharepoint temporarily unavailable",
},
}
}