-
Notifications
You must be signed in to change notification settings - Fork 2
/
default_frontend_config.json
106 lines (106 loc) · 3.83 KB
/
default_frontend_config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"dataverseHeader": "KU Leuven RDR",
"collectionOptionsHidden": false,
"createNewDatasetEnabled": false,
"datasetFieldEditable": false,
"collectionFieldEditable": true,
"showDvTokenGetter": true,
"showDvToken": true,
"storeDvToken": true,
"plugins": [
{
"id": "github",
"name": "GitHub",
"plugin": "github",
"pluginName": "GitHub",
"optionFieldName": "Branch",
"optionFieldPlaceholder": "Select branch",
"tokenFieldName": "Token",
"tokenFieldPlaceholder": "Repository API token",
"sourceUrlFieldValue": "https://github.com",
"repoNameFieldName": "Repository",
"repoNameFieldPlaceholder": "Select repository",
"repoNameFieldHasSearch": true,
"tokenName": "ghToken"
},
{
"id": "gitlab",
"name": "GitLab",
"plugin": "gitlab",
"pluginName": "GitLab",
"optionFieldName": "Branch",
"optionFieldPlaceholder": "Select branch",
"tokenFieldName": "Token",
"tokenFieldPlaceholder": "Repository API token",
"sourceUrlFieldName": "Source URL",
"sourceUrlFieldPlaceholder": "https://gitlab.com",
"repoNameFieldName": "Repository",
"repoNameFieldPlaceholder": "Select repository",
"repoNameFieldHasSearch": true,
"tokenName": "glToken"
},
{
"id": "irods",
"name": "IRODS",
"plugin": "irods",
"pluginName": "IRODS",
"optionFieldName": "Folder",
"optionFieldPlaceholder": "Select folder",
"optionFieldInteractive": true,
"tokenFieldName": "Token (IRODS password)",
"tokenFieldPlaceholder": "Password",
"sourceUrlFieldName": "Source URL",
"sourceUrlFieldPlaceholder": "Hostname",
"usernameFieldName": "Username",
"usernameFieldPlaceholder": "username",
"repoNameFieldName": "Zone",
"repoNameFieldPlaceholder": "zone"
},
{
"id": "redcap",
"name": "REDCap",
"plugin": "redcap",
"pluginName": "REDCap",
"optionFieldName": "Folder",
"optionFieldPlaceholder": "Select folder",
"optionFieldInteractive": true,
"tokenFieldName": "Project token",
"tokenFieldPlaceholder": "project token",
"sourceUrlFieldName": "Source URL",
"sourceUrlFieldPlaceholder": "https://your.redcap.server"
},
{
"id": "osf",
"name": "OSF",
"plugin": "osf",
"pluginName": "OSF",
"tokenFieldName": "Token",
"tokenFieldPlaceholder": "API token",
"sourceUrlFieldValue": "https://api.osf.io",
"repoNameFieldName": "Node",
"repoNameFieldPlaceholder": "Select node",
"repoNameFieldHasSearch": true,
"tokenName": "osfToken"
},
{
"id": "demoDataverse",
"name": "Demo Dataverse",
"plugin": "dataverse",
"pluginName": "Dataverse",
"sourceUrlFieldValue": "https://demo.dataverse.org",
"repoNameFieldName": "Dataset",
"repoNameFieldPlaceholder": "Select dataset",
"repoNameFieldHasSearch": true
},
{
"id": "pilotDataverse",
"name": "Pilot RDR",
"plugin": "dataverse",
"pluginName": "Pilot RDR",
"sourceUrlFieldValue": "https://www.rdm.libis.kuleuven.be",
"repoNameFieldName": "Dataset",
"repoNameFieldPlaceholder": "Select dataset",
"repoNameFieldHasSearch": true
}
]
}