how to get view link in Admin UI for plugin? #5212
Replies: 2 comments
-
'readParms' => array('link' => true, 'target' => 'blank', 'url' => 'race'), |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Jimmi08
-
just example how this is done for news view with method version:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to add a view link in Admin UI. Without using custom method.
It is done with
'readParms' => 'link=race_sef&target=blank'
where race_sef is field (it is done similar way for core plugins but they use core URL functionality)
My config in e_url is
Thanks
Beta Was this translation helpful? Give feedback.
All reactions