Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Inside Content tab, there is an additional input that allows uploading an image.

...

Backend

Note

TODO - BE documentation and review of documentation is needed

Frontend

In order to show icons in the main desktop navigation set options in theme-creativeshop/src/MageSuite_Navigation/layout/default.xml

...

Code Block
<referenceBlock name="navigation.offcanvas">
  <arguments>
    <argument name="show_category_icon_subcats" xsi:type="boolean">true</argument>
  </argument>
</referenceBlock>

...

NoteTODO - BE documentation and review of documentation is needed