[RSS Feed/News] Admin navigation element

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
If you select the option next to the navigation item tab "Show this navigation only in design mode"
1626524308748.png

After re-editing, you will not see this checkbox, because debug data is received $navigation.debug_only
HTML:

Code:
<xf:option name="development_only" selected="$navigation.debug_only">{{
    phrase('display_this_navigation_in_development_mode_only') }}
</xf:option>
should be in admin_navigation_edit
HTML:

<xf:option name="development_only"...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom