diff options
Diffstat (limited to 'site/static/admin/config.yml')
| -rw-r--r-- | site/static/admin/config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site/static/admin/config.yml b/site/static/admin/config.yml index 5900477..4f6fe4a 100644 --- a/site/static/admin/config.yml +++ b/site/static/admin/config.yml @@ -12,6 +12,6 @@ collections: # A list of collections the CMS should be able to edit folder: "/site/content/post" # The path to the folder where the documents are stored create: true # Allow users to create new documents in this collection fields: # The fields each document in this collection have - - {label: "Title", name: "title", widget: "string", tagname: "h1"} - - {label: "Body", name: "body", widget: "markdown"} + - {label: "Title", name: "title", widget: "string"} - {label: "Publish Date", name: "date", widget: "datetime"} + - {label: "Body", name: "body", widget: "markdown"} |
