From 0f782c15200807f7807fef27a97cfe52c69e2ff5 Mon Sep 17 00:00:00 2001 From: Austin Green Date: Fri, 27 Oct 2017 23:59:44 -0400 Subject: [PATCH] change config --- static/admin/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/admin/config.yml b/static/admin/config.yml index 255afb5..247f3ec 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -21,7 +21,7 @@ collections: - name: "pages" label: "Pages" files: - - file: "src/pages/about" + - file: "src/pages/about/about.md" label: "About" name: "about" fields: @@ -29,7 +29,7 @@ collections: - {label: "Path", name: "path", widget: "hidden", default: "/about"} - {label: "Title", name: "title", widget: "string"} - {label: "Body", name: "body", widget: "markdown"} - - file: "src/pages/product" + - file: "src/pages/product/product.md" label: "Products Page" name: "products" fields: