update website release ticker via cms

This commit is contained in:
Shawn Erquhart
2018-02-27 21:53:57 -05:00
parent e27c88d767
commit 53490f73af
3 changed files with 14 additions and 12 deletions

View File

@ -16,9 +16,20 @@ collections: # A list of collections the CMS should be able to edit
- {label: "Title", name: "title", widget: "string", tagname: "h1"}
- {label: "Position", name: "position", widget: "number"}
- {label: "Body", name: "body", widget: "markdown"}
- name: notifications
label: Notifications
- name: updates
label: Updates
files:
- name: releases
label: Releases
file: website/site/data/updates.yml
fields:
- name: updates
label: Releases
widget: list
fields:
- {name: version, label: Version}
- {name: date, label: Date, widget: date}
- {name: description, label: Description}
- name: notifications
label: Notifications
file: website/site/data/notifications.yml