From d2ae192c7a67e6ddb78f9bae34d6c346dbfed2e8 Mon Sep 17 00:00:00 2001 From: Alee Date: Tue, 29 Oct 2019 17:03:49 +0000 Subject: Description for CMS --- admin/config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'admin') diff --git a/admin/config.yml b/admin/config.yml index 1213bc1..2955be9 100644 --- a/admin/config.yml +++ b/admin/config.yml @@ -7,6 +7,7 @@ backend: media_folder: 'assets/uploads' collections: - name: 'posts' + description: 'This is where you can make posts for the website.' label: 'Posts' folder: '_posts/' create: true @@ -14,5 +15,5 @@ collections: editor: preview: false fields: - - { label: 'Title', name: 'title', widget: 'string' } - - { label: 'Body', name: 'body', widget: 'markdown' } \ No newline at end of file + - { label: 'Title', name: 'title', widget: 'string', required: true } + - { label: 'Body', name: 'body', widget: 'markdown', required: true } \ No newline at end of file -- cgit v1.2.3