Skip to content

Commit 27cc1d6

Browse files
Merge pull request #241 from khanmustaaq/patch-1
Update dataset-druf.yaml
2 parents 78930b6 + a33261b commit 27cc1d6

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

ckanext/datapusher_plus/dataset-druf.yaml

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,25 @@ resource_fields:
9090
label: Name
9191
form_placeholder: eg. January 2011
9292

93+
- field_name: format
94+
label: Format
95+
preset: resource_format_autocomplete
96+
9397
- field_name: description
9498
label: Description
9599
form_snippet: markdown.html
96100
form_placeholder: Some useful notes about the data
97101

98-
- field_name: format
99-
label: Format
100-
preset: resource_format_autocomplete
102+
- field_name: rights
103+
label: Rights
104+
form_snippet: markdown.html
105+
validators: ignore_missing
106+
107+
- field_name: license
108+
label: License
109+
validators: ignore_missing
110+
111+
- field_name: data_dictionary
112+
label: Data dictionary
113+
validators: ignore_missing
114+

0 commit comments

Comments
 (0)