Coding menu item names

I know that menu item names can have variables dynamically inserted in them by using {var-name}. Can more extensive coding be done in them, such as if statements? I'm talking about using the navigation option in the studio menu.

  • 1581
  • More
Replies (1)
    • Menu supports only replacement markers without any conditions. If you need conditions then it have to be done on the server side in the code.

      Login or Join to comment.