Skip to content

Instantly share code, notes, and snippets.

@tech4him1
Created November 20, 2017 18:01
Show Gist options
  • Select an option

  • Save tech4him1/bba1bddab4e3ccddbc0c58fb86768aa3 to your computer and use it in GitHub Desktop.

Select an option

Save tech4him1/bba1bddab4e3ccddbc0c58fb86768aa3 to your computer and use it in GitHub Desktop.
collections:
- name: "settings"
label: "Settings"
delete: false # Prevent users from deleting documents in this collection
editor:
preview: false
files:
- name: "general"
label: "Site Settings"
file: "_data/settings.json"
description: "General Site Settings"
fields:
- {label: "Global title", name: "site_title", widget: "string"}
- label: "Post Settings"
name: posts
widget: "object"
fields:
- {label: "Number of posts on frontpage", name: front_limit, widget: number}
- {label: "Default Author", name: author, widget: string}
- {label: "Default Thumbnail", name: thumb, widget: image, class: "thumb"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment