Skip to content

Commit

Permalink
fix structure
Browse files Browse the repository at this point in the history
  • Loading branch information
ekachxaidze98 committed Nov 14, 2024
1 parent d8affb5 commit 9d6f103
Showing 1 changed file with 5 additions and 19 deletions.
24 changes: 5 additions & 19 deletions netlify-cms.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1122,26 +1122,12 @@ collections:
- name: reminder
widget: object
fields:
- {
name: title,
widget: markdown,
label: Reminder title
}
- {
name: description,
widget: object,
- { name: title, widget: markdown, label: Reminder title }
- name: description
widget: object
fields:
- {
name: option,
widget: markdown,
label: option
}
- {
name: option2,
widget: markdown,
label: option2
}
}
- { label: option, name: option, widget: markdown }
- { label: option2, name: option2, widget: markdown }
- name: datasetLatest
label: Latest dataset
file: dataset/datasetLatest.yml
Expand Down

0 comments on commit 9d6f103

Please sign in to comment.