Skip to content

Commit

Permalink
Remove cities fields from Netlify CMS, as they're not working currently
Browse files Browse the repository at this point in the history
  • Loading branch information
ineffyble committed Mar 21, 2018
1 parent a388252 commit 19bac2f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions admin/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ 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: "Body", name: "body", widget: "markdown"}
- name: "speaker"
label: "Speaker"
Expand All @@ -21,7 +20,6 @@ collections:
fields:
- {label: "Name", name: "name", widget: "string"}
- {label: "Job and qualifications", name: "job_and_qualifications", widget: "string"}
- {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 19bac2f

Please sign in to comment.