- Affected version
- v2.2.6 Patch 1 and older
If you select the option next to the navigation item tab "Show this navigation only in design mode"
After re-editing, you will not see this checkbox, because debug data is received
should be in admin_navigation_edit
After re-editing, you will not see this checkbox, because debug data is received
$navigation.debug_only
HTML:
<xf:option name="development_only" selected="$navigation.debug_only">{{
phrase('display_this_navigation_in_development_mode_only') }}
</xf:option>
HTML:
<xf:option name="development_only" selected="$navigation.development_only">{{
phrase('display_this_navigation_in_development_mode_only') }}
</xf:option>