From 5dcca7175992c7463b6cf9ac2d699f2367243160 Mon Sep 17 00:00:00 2001 From: Dinesh Salunke Date: Fri, 3 Nov 2023 13:57:20 +0530 Subject: [PATCH] refactor: change the order of the modules in displayTop --- config/theme.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/theme.yml b/config/theme.yml index f82a3b7..d2f5df4 100644 --- a/config/theme.yml +++ b/config/theme.yml @@ -1,3 +1,4 @@ +--- name: elegance display_name: Elegance version: 1.0.0 @@ -14,7 +15,7 @@ meta: available_layouts: layout-full-width: name: Full Width - description: No side columns, ideal for distraction-free pages such as product pages. + description: No side columns, ideal for distraction-free pages. assets: # If you're using this theme as child and you want to load @@ -53,8 +54,8 @@ global_settings: displayMainMenu: - ps_mainmenu displayTop: - - ps_shoppingcart - ps_customersignin + - ps_shoppingcart displayHome: - ps_imageslider - ps_featuredproducts