change product label and name in cms config
Tom Rutgers
committed Aug 17, 2018
commit d47d817c039fde5afb1ec684e36b5270333c82fd
Showing 1
changed file with
2 additions
and 2 deletions
source/admin/config.yml
+2
-2
| @@ | @@ -21,8 +21,8 @@ collections: |
| - {label: Body, name: body, widget: markdown} | |
| #yaml middleman data example | |
| - | - name: products |
| - | label: Products |
| + | - name: product |
| + | label: Product |
| extension: yml | |
| folder: data/products/ | |
| create: true | |