content Cards refactor

This commit is contained in:
Cássio Zen
2016-07-12 17:03:39 -03:00
parent e9d72b07af
commit ea9923e0c8
6 changed files with 27 additions and 28 deletions

View File

@ -17,7 +17,7 @@ collections: # A list of collections the CMS should be able to edit
meta:
- {label: "Publish Date", name: "date", widget: "datetime", format: "YYYY-MM-DD hh:mma"}
- {label: "SEO Description", name: "description", widget: "text"}
card: {type: "media", media: "image", text: "title"}
card: {type: "image", image: "image", text: "title"}
- name: "faq" # Used in routes, ie.: /admin/collections/:slug/edit
label: "FAQ" # Used in the UI, ie.: "New Post"