From 8fe73551d2c672db8a68593da8a12a7db8d63e04 Mon Sep 17 00:00:00 2001 From: matheusgnreis Date: Thu, 18 Apr 2024 11:10:38 -0300 Subject: [PATCH] chore: adjust sections --- template/js/netlify-cms/base-config/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/js/netlify-cms/base-config/index.js b/template/js/netlify-cms/base-config/index.js index 052f787e..a1fecff4 100644 --- a/template/js/netlify-cms/base-config/index.js +++ b/template/js/netlify-cms/base-config/index.js @@ -7,6 +7,7 @@ import getExtraPages from "@ecomplus/storefront-template/template/js/netlify-cms import getWidgets from "@ecomplus/storefront-template/template/js/netlify-cms/base-config/collections/widgets" export default options => { + options.sections = getSections(options) return { backend: { @@ -35,7 +36,6 @@ export default options => { getSettings(options), getPages(options), getLayout(options), - getSections(options), getBlogPosts(options), getExtraPages(options), getWidgets(options),