diff options
| author | Alee <Alee14498@gmail.com> | 2019-10-29 17:03:49 +0000 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-10-29 17:03:49 +0000 |
| commit | d2ae192c7a67e6ddb78f9bae34d6c346dbfed2e8 (patch) | |
| tree | 99a42d22b6deadabcc53f4ca97c8a1aa4992d013 /admin/config.yml | |
| parent | 29cdfe1dd8ed35488190b57daaa1834382f23bd8 (diff) | |
| download | pokeworld-website-d2ae192c7a67e6ddb78f9bae34d6c346dbfed2e8.tar.gz pokeworld-website-d2ae192c7a67e6ddb78f9bae34d6c346dbfed2e8.tar.bz2 pokeworld-website-d2ae192c7a67e6ddb78f9bae34d6c346dbfed2e8.zip | |
Description for CMS
Diffstat (limited to 'admin/config.yml')
| -rw-r--r-- | admin/config.yml | 5 |
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 |
