-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathcontrolled_access_terms.schema.yml
141 lines (128 loc) · 3.02 KB
/
controlled_access_terms.schema.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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
field.field_settings.authority_link:
type: mapping
label: 'Authority Link settings'
mapping:
authority_sources:
type: sequence
label: 'Authority Sources'
sequence:
- type: string
title:
type: integer
label: 'Allow link text'
link_type:
type: integer
label: 'Allowed link type'
field.widget.settings.authority_link_default:
type: mapping
label: 'Link format settings'
mapping:
placeholder_url:
type: string
label: 'Placeholder for URL'
placeholder_title:
type: label
label: 'Placeholder for link text'
field.widget.settings.text_edtf:
type: mapping
link: ''
mapping:
strict_dates:
type: boolean
label: 'Strict Dates Required'
intervals:
type: boolean
label: 'Intervals Permitted'
field.widget.settings.edtf_default:
type: field.widget.settings.text_edtf
mapping:
sets:
type: boolean
label: Sets permitted
field.widget.settings.text_date:
type: mapping
link: ''
mapping:
strict_dates:
type: boolean
label: 'Strict Dates Required'
date_format:
type: string
label: 'Date String Format'
field.formatter.settings.authority_formatter_default:
type: mapping
label: 'Authority Link format settings'
mapping:
trim_length:
type: integer
label: 'Trim link text length'
url_only:
type: boolean
label: 'URL only'
url_plain:
type: boolean
label: 'Show URL as plain text'
rel:
type: string
label: 'Add rel="nofollow" to links'
target:
type: string
label: 'Open link in new window'
field.formatter.settings.text_edtf_human:
type: mapping
label: 'EDTF for humans format settings'
mapping:
date_separator:
type: string
label: 'Date separator'
date_order:
type: string
label: 'Date Order'
month_format:
type: string
label: 'Month Format'
day_format:
type: string
label: 'Day Format'
year_format:
type: string
label: 'Year Format'
season_hemisphere:
type: string
label: 'Hemisphere Seasons'
field.formatter.settings.edtf_default:
type: field.formatter.settings.text_edtf_human
field.formatter.settings.text_edtf_iso8601:
type: mapping
label: 'EDTF ISO8601 format settings'
mapping:
season_hemisphere:
type: string
label: 'Hemisphere Seasons'
field.field_settings.typed_relation:
type: field.field_settings.entity_reference
mapping:
rel_types:
type: sequence
sequence:
type: string
field.storage_settings.edtf:
type: field.storage_settings.string
field.widget.settings.typed_relation_default:
type: mapping
mapping:
match_operator:
type: string
size:
type: integer
placeholder:
type: string
match_limit:
type: integer
field.formatter.settings.typed_relation_default:
type: mapping
mapping:
link:
type: boolean
field.storage_settings.typed_relation:
type: field.storage_settings.entity_reference