We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78930b6 + a33261b commit 27cc1d6Copy full SHA for 27cc1d6
ckanext/datapusher_plus/dataset-druf.yaml
@@ -90,11 +90,25 @@ resource_fields:
90
label: Name
91
form_placeholder: eg. January 2011
92
93
+ - field_name: format
94
+ label: Format
95
+ preset: resource_format_autocomplete
96
+
97
- field_name: description
98
label: Description
99
form_snippet: markdown.html
100
form_placeholder: Some useful notes about the data
101
- - field_name: format
- label: Format
- 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
110
111
+ - field_name: data_dictionary
112
+ label: Data dictionary
113
114
0 commit comments