-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathplugin.json
More file actions
23 lines (23 loc) · 782 Bytes
/
plugin.json
File metadata and controls
23 lines (23 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"id": "sharepoint-online",
"version": "1.3.1",
"meta": {
"label": "SharePoint Online",
"description": "Read and write data from/to your SharePoint Online account",
"author": "Dataiku (Alex Bourret)",
"icon": "icon-cloud",
"category": "Productivity",
"tags": ["Connector", "Microsoft", "Productivity"],
"url": "https://www.dataiku.com/product/plugins/sharepoint-online/",
"licenseInfo": "Apache Software License"
},
"params": [
{
"name": "root_name_overwrite_legacy_mode",
"label": "Legacy mode",
"description": "Treat %20 as spaces in root directory preset overwrite",
"type": "BOOLEAN",
"defaultValue": false
}
]
}