-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.yml
executable file
·78 lines (78 loc) · 1.87 KB
/
manifest.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
plugin:
name: custom-data-type-dante
version: 1.4
url: https://github.com/programmfabrik/easydb-custom-data-type-dante
displayname:
de-DE: DANTE-Verknüpfung
en-US: DANTE-Referencing
info:
de-DE: Stellt Verknüpfungen mit dem Normdatenserver DANTE her.
en-US: Use for references to entities of DANTE-AuthorityFile-Server.
server:
api-version:
require: 1
webfrontend:
url: custom-data-type-dante.js
l10n: l10n/
css: custom-data-type-dante.css
custom_types:
dante:
update:
script: build/updater/dante-update.js
timeout: 60
batch_size: 100
interval_base_config: update_interval_dante.days
mapping:
conceptName:
type: text
conceptURI:
type: text
conceptAncestors:
type: text
_facet_term:
type: text_l10n
config:
schema:
- name: vocabulary_name
parameters:
value:
type: text
- name: mapbox_access_token
parameters:
value:
type: text
mask:
- name: editor_style
parameters:
value:
type: select
options: ["popover", "popover_with_treeview", "dropdown"]
- name: use_cache
parameters:
value:
type: bool
- name: allow_label_choice
parameters:
value:
type: bool
- name: default_concept_uri
parameters:
value:
type: text
- name: default_concept_name
parameters:
value:
type: text
base_config:
- name: update_interval_dante
group: update_custom_data_type
parameters:
days:
type: int
min: 0
default: 0
position: 0
default_language:
type: text
default: 'de'
position: 1