Skip to content

Commit

Permalink
chore: adjust sections
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusgnreis committed Apr 18, 2024
1 parent 5698bfe commit 8fe7355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/js/netlify-cms/base-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down Expand Up @@ -35,7 +36,6 @@ export default options => {
getSettings(options),
getPages(options),
getLayout(options),
getSections(options),
getBlogPosts(options),
getExtraPages(options),
getWidgets(options),
Expand Down

0 comments on commit 8fe7355

Please sign in to comment.