-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.master.yml
executable file
·92 lines (90 loc) · 2.14 KB
/
manifest.master.yml
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
plugin:
name: custom-data-type-gfbio
version: 1.0
url: https://github.com/programmfabrik/fylr-custom-data-type-gfbio
displayname:
de-DE: GFBIO-Verknüpfung
en-US: GFBIO-Referencing
info:
de-DE: Stellt Verknüpfungen zum gfbio-Terminology-Service her
en-US: Links to the gfbio-Terminology-Service
l10n: l10n/customDataTypeGfbio.csv
webfrontend:
url: customDataTypeGfbio.js
css: customDataTypeGfbio.css
base_url_prefix: "webfrontend"
custom_types:
gfbio:
mapping:
conceptName:
type: text
conceptURI:
type: text
conceptSource:
type: text
conceptAncestors:
type: text
facetTerm:
type: text_l10n
config:
schema:
- name: vocabulary_notation
parameters:
value:
type: text
mask:
- name: editor_style
parameters:
value:
type: select
options: ["popover", "popover_treeview"]
- name: editor_display
parameters:
value:
type: select
options: ["default", "condensed"]
- name: overwrite_ontology_configuration
parameters:
value:
type: text
update:
plugin_user:
reference: system:root
exec:
service: "node"
commands:
- prog: "node"
stdin:
type: body
stdout:
type: body
args:
- type: "value"
value: "%_exec.pluginDir%/updater/GfbioUpdater.js"
- type: "value"
value: "%info.json%"
timeout: 60
batch_size: 1
expires_days: 1
interval_base_config: update_interval_gfbio.days
base_config:
- name: endpointurl
group: endpointurl
parameters:
endpointurl:
type: text
position: 0
- name: apikey
group: apikey
parameters:
apikey:
type: text
position: 1
- name: update_interval_gfbio
group: update_custom_data_type
parameters:
days:
type: int
min: 0
default: 0
position: 2