diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-10-29 15:47:59 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-10-29 15:47:59 -0400 |
| commit | 7ac99c7c0911ab50baea19126695c3a7ff50480e (patch) | |
| tree | c51e71bf1da4e2c8087c6278aab3fb940936c9ad /admin | |
| parent | b014f164aea15ba8f3279ddbdbc1d60cf8ca9e30 (diff) | |
| download | pokeworld-website-7ac99c7c0911ab50baea19126695c3a7ff50480e.tar.gz pokeworld-website-7ac99c7c0911ab50baea19126695c3a7ff50480e.tar.bz2 pokeworld-website-7ac99c7c0911ab50baea19126695c3a7ff50480e.zip | |
More CMS config changes
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/config.yml b/admin/config.yml index b66d5c7..fe40ec2 100644 --- a/admin/config.yml +++ b/admin/config.yml @@ -8,9 +8,9 @@ media_folder: 'assets/uploads' display_url: http://universedevgroup.net publish_mode: editorial_workflow collections: - - name: 'posts' + - name: 'post' description: 'This is where you can make posts for the website.' - label: 'Posts' + label: 'Post' folder: '_posts/' create: true slug: '{{year}}-{{month}}-{{day}}-{{slug}}' |
