how will i use admin side bars/menus in custom page.

Punit Samtani January 29, 2018

Hello 

I have created one configuration page which help me add configuration about my app now this page comes under admin section ,i got method to add sub menu but now when i click my page it is not showing admin side bars/menus , is there any way to add side bar in my code so user can see admin side bars/menus with the page.

 

Thanks,

MK

1 answer

0 votes
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 29, 2018

You need to add the following lines to the head tag of your vm template

<meta name="decorator" content="atl.admin">
<meta name="admin.active.section" content="admin_plugins_menu/sint_admin_section/YOUR_WEB_ITEM_LINK"/>

Suggest an answer

Log in or Sign up to answer