Created
November 20, 2017 18:01
-
-
Save tech4him1/bba1bddab4e3ccddbc0c58fb86768aa3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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