config.xml 821 B

12345678910111213141516171819202122
  1. <?xml version="1.0"?>
  2. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../Store/etc/config.xsd">
  3. <default>
  4. <sw_megamenu>
  5. <general>
  6. <enable>1</enable>
  7. <menu_type>fullwidth</menu_type>
  8. <static_width>500px</static_width>
  9. <max_level></max_level>
  10. </general>
  11. <custom_links>
  12. <staticblock_before>porto_custom_menu_before</staticblock_before>
  13. <staticblock_after>porto_custom_menu</staticblock_after>
  14. </custom_links>
  15. <cat_labels>
  16. <label1>New</label1>
  17. <label2>Hot!</label2>
  18. <label3>Sale</label3>
  19. </cat_labels>
  20. </sw_megamenu>
  21. </default>
  22. </config>