Replies: 1 comment 1 reply
-
Not directly, its always passed to the path function. You could create a dummy action which only does the redirect to your page and link to this action. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Kevin
I want to add an external link to the users details menu, is this possible?
Following is giving me a 500 error.
$event->addLink(new MenuItemModel('my_menu_id', 'my_menu_label', 'https://www.domainname.com/', [], 'fas fa-company-icon'));
regards
Eliot
Beta Was this translation helpful? Give feedback.
All reactions