aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee <Alee14498@gmail.com>2019-10-29 17:03:49 +0000
committerAlee <Alee14498@gmail.com>2019-10-29 17:03:49 +0000
commitd2ae192c7a67e6ddb78f9bae34d6c346dbfed2e8 (patch)
tree99a42d22b6deadabcc53f4ca97c8a1aa4992d013
parent29cdfe1dd8ed35488190b57daaa1834382f23bd8 (diff)
downloadpokeworld-website-d2ae192c7a67e6ddb78f9bae34d6c346dbfed2e8.tar.gz
pokeworld-website-d2ae192c7a67e6ddb78f9bae34d6c346dbfed2e8.tar.bz2
pokeworld-website-d2ae192c7a67e6ddb78f9bae34d6c346dbfed2e8.zip
Description for CMS
-rw-r--r--admin/config.yml5
1 files changed, 3 insertions, 2 deletions
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