Skip to content

Commit

Permalink
Attempt to fix Netlify CMS
Browse files Browse the repository at this point in the history
  • Loading branch information
ineffyble committed Mar 21, 2018
1 parent 6e34abf commit a388252
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions admin/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
backend:
name: git-gateway
branch: master # Branch to update (optional; defaults to master)
backend:

media_folder: "assets/img"
collections:
- name: "judge"
Expand All @@ -23,7 +21,7 @@ collections:
fields:
- {label: "Name", name: "name", widget: "string"}
- {label: "Job and qualifications", name: "job_and_qualifications", widget: "string"}
- {label: "City", name: "cities", widget: "select", options: ["melbourne", "brisbane"]}
- {label: "City", name: "cities", widget: "select", default: ["melbourne", "brisbane"]}
- {label: "Body", name: "body", widget: "markdown"}
- name: "partner"
label: "Partner"
Expand Down

0 comments on commit a388252

Please sign in to comment.