Skip to content

Commit

Permalink
Update sample_organization_schema to add is_culturally_sensitive, rel…
Browse files Browse the repository at this point in the history
…ated_dataset_url and related_dataset_title
  • Loading branch information
NTaherifar committed Jul 4, 2024
1 parent fbf079b commit c1edec6
Showing 1 changed file with 24 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,33 @@ fields:
required: true
validators: not_empty unicode_safe name_validator group_name_validator

- field_name: is_culturally_sensitive
label: Is culturally sensitive?
required: true
default: non-sensitive
preset: radio
choices:
- value: non-sensitive
label: "No"
- value: sensitive
label: "Yes"

- field_name: related_dataset_url
label: Related Dataset URL
required: true
display_snippet: URL
help_text: Associated dataset related to the collection

- field_name: related_dataset_title
label: Related Dataset Title
required: true
help_text: Enter the short title that represents the related dataset

- field_name: description
label: Description
preset: markdown
required: true
required: true

- field_name: image_url
label: Image
preset: organization_url_upload
preset: organization_url_upload

0 comments on commit c1edec6

Please sign in to comment.