-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.yml
66 lines (64 loc) · 1.31 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
plugin:
name: oai
version: 1.0
server:
api-version:
require: 1
webfrontend:
l10n: l10n/
python-2:
file: src/server/oai.py
base_config:
- name: oai_pmh
group: export
parameters:
enabled:
type: bool
default: false
position: 0
repository_name:
type: text
position: 1
admin_email:
type: email
position: 2
namespace_identifier:
type: text
position: 3
records_limit:
type: int
min: 1
max: 1000
default: 100
position: 4
tagfilter_sets:
type: table
fields:
- name: set_name
type: text
position: 0
- name: tagfilter
type: tagfilter-select
position: 1
position: 5
include_eas_urls:
type: bool
default: false
position: 6
merge_linked_objects:
type: select
label: oai_pmh.merge_linked_objects
default: not_in_main_search
options:
- all
- not_in_main_search_and_reverse
- not_in_main_search
- none
position: 7
merge_max_depth:
type: int
label: oai_pmh.merge_max_depth
min: 1
max: 9
default: 1
position: 8