Skip to content

Instantly share code, notes, and snippets.

@rommmka
Created February 12, 2024 07:43
Show Gist options
  • Save rommmka/954bc26cd5744d2775cebc05fb99c17e to your computer and use it in GitHub Desktop.
Save rommmka/954bc26cd5744d2775cebc05fb99c17e to your computer and use it in GitHub Desktop.
### In custom theme unset the TTL parameter
`app/design/frontend/Local/{CUSTOM_THEME}/Swissup_Navigationpro/layout/default.xml`
```xml
<?xml version="1.0" ?>
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body>
<referenceBlock name="navpro.topnav">
<action method="unsetData">
<argument name="key" xsi:type="string">ttl</argument>
</action>
</referenceBlock>
</body>
</page>
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment