|
11 | 11 | "description": "URL to the manual. If empty, it links to the latest manual from BEXIS2" |
12 | 12 | }, |
13 | 13 | { |
14 | | - "key": "dataCiteDOICredentials", |
15 | | - "title": "DataCite DOI Credentials", |
| 14 | + "key": "datacitePlaceholders", |
| 15 | + "title": "DataCite DOI Placeholders", |
16 | 16 | "options": [], |
17 | 17 | "type": "JSON", |
18 | 18 | "value": { |
19 | | - "username": "test", |
20 | | - "password": "admin", |
21 | | - "host": "https://" |
| 19 | + "{DatasetId}": "{DatasetId}", |
| 20 | + "{VersionId}": "{VersionId}", |
| 21 | + "{VersionNumber}": "{VersionNumber}", |
| 22 | + "{VersionName}": "{VersionName}" |
22 | 23 | }, |
23 | | - "description": "This are the credentials." |
24 | | - }, |
25 | | - { |
26 | | - "key": "dataCiteDOIPlaceholders", |
27 | | - "title": "DataCite DOI Placeholders", |
28 | | - "options": [], |
29 | | - "type": "JSON", |
30 | | - "value": [ |
31 | | - { |
32 | | - "key": "DatasetId", |
33 | | - "Value": "{DatasetId}" |
34 | | - }, |
35 | | - { |
36 | | - "key": "VersionId", |
37 | | - "Value": "{VersionId}" |
38 | | - }, |
39 | | - { |
40 | | - "key": "VersionNumber", |
41 | | - "Value": "{VersionNumber}" |
42 | | - }, |
43 | | - { |
44 | | - "key": "VersionName", |
45 | | - "Value": "{VersionName}" |
46 | | - } |
47 | | - ], |
48 | 24 | "description": "These placeholders will be replaced automatically." |
49 | 25 | }, |
50 | 26 | { |
51 | | - "key": "dataCiteDOIMappings", |
| 27 | + "key": "dataciteMappings", |
52 | 28 | "title": "DataCite DOI Mappings", |
53 | 29 | "options": [], |
54 | 30 | "type": "JSON", |
55 | | - "value": [ |
| 31 | + "value": |
56 | 32 | { |
57 | | - "key": "URL", |
58 | | - "Value": "{DatasetId}?version={VersionNumber}" |
| 33 | + "URL": "{DatasetId}?version={VersionNumber}", |
| 34 | + "Version": "{VersionName}" |
59 | 35 | }, |
60 | | - { |
61 | | - "key": "Version", |
62 | | - "Value": "{VersionName}" |
63 | | - } |
64 | | - ], |
65 | 36 | "description": "There are additional mappings for DOI DataCite." |
66 | 37 | }, |
67 | 38 | { |
|
0 commit comments