Skip to content

Commit

Permalink
decaporg#407 Remove duplicate faq collection declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Correia committed May 12, 2017
1 parent 492e295 commit 514255a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions example/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,6 @@ collections: # A list of collections the CMS should be able to edit
- {label: "SEO Description", name: "description", widget: "text"}
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"
folder: "_faqs"
create: true # Allow users to create new documents in this collection
fields: # The fields each document in this collection have
- {label: "Question", name: "title", widget: "string", tagname: "h1"}
- {label: "Answer", name: "body", widget: "markdown"}
card: {type: "alltype", text: "title"}

- name: "settings"
label: "Settings"
editor:
Expand Down

0 comments on commit 514255a

Please sign in to comment.