Skip to content

Commit

Permalink
Add temporal start and end to custom schema
Browse files Browse the repository at this point in the history
  • Loading branch information
blagojabozinovski committed Mar 18, 2024
1 parent 58cec8c commit 2b5d3bf
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions ckanext/kepa/kepa_dataset_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,13 @@ dataset_fields:
- field_name: documentation
label: Documentation

- field_name: temporal
form_placeholder : YYYY-MM-DD/YYYY-MM-DD
label: Temporal
help_text: Start date and end date
- field_name: temporal_start
form_placeholder : YYYY-MM-DD
label: Temporal Start

- field_name: temporal_end
form_placeholder : YYYY-MM-DD
label: Temporal End

- field_name: temporal_resolution
label: Temporal Resolution
Expand Down

0 comments on commit 2b5d3bf

Please sign in to comment.