Skip to content

Commit

Permalink
Add fluent translation fields
Browse files Browse the repository at this point in the history
  • Loading branch information
blagojabozinovski committed Aug 30, 2024
1 parent fc40b56 commit 02b6d90
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions ckanext/alisea/alisea_dataset_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,21 @@ dataset_fields:
- field_name: title
label: Title
preset: title
form_placeholder: eg. A descriptive title

- field_name: name
label: URL
preset: dataset_slug
form_placeholder: eg. my-dataset

- field_name: notes
label: Description
- field_name: notes_translated
label:
en: Description
my_MM: ဖော်ပြချက်
vi: Sự miêu tả
km: Description
required: true
form_snippet: markdown.html
form_placeholder: eg. Some useful notes about the data
preset: fluent_core_translated
form_snippet: fluent_markdown.html

- field_name: agroecology_category
label: Agroecology Category
Expand Down

0 comments on commit 02b6d90

Please sign in to comment.