Page tree

Versions Compared

Key

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

...

The provided list of tokens is checked for any restricted tokens.
If at least one of them is restricted, the tab will be hidden.

Example:

Code Block
languagejs
restrict:token:Token1,Token2


Will be displayed only if Token1 and Token2 are not restricted for the current user.

...