refactor: change the order of the modules in displayTop

dev
Dinesh Salunke 2023-11-03 13:57:20 +05:30
parent f0ca56c779
commit 5dcca71759
1 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,4 @@
---
name: elegance name: elegance
display_name: Elegance display_name: Elegance
version: 1.0.0 version: 1.0.0
@ -14,7 +15,7 @@ meta:
available_layouts: available_layouts:
layout-full-width: layout-full-width:
name: 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: assets:
# If you're using this theme as child and you want to load # If you're using this theme as child and you want to load
@ -53,8 +54,8 @@ global_settings:
displayMainMenu: displayMainMenu:
- ps_mainmenu - ps_mainmenu
displayTop: displayTop:
- ps_shoppingcart
- ps_customersignin - ps_customersignin
- ps_shoppingcart
displayHome: displayHome:
- ps_imageslider - ps_imageslider
- ps_featuredproducts - ps_featuredproducts