Hi all,
What I am trying to achieve is to limit the list view in the admin panel to display only certain pages in the list and those are the only pages that can be edited by the admin user. (super admin can view all pages).
I tried but didn't work:
similarly, how do I hide all custom fields in form_view except few, rather than using 'hide' or 'skip' property for each field ?
any idea how to proceed?
Thanks and appreciation!
What I am trying to achieve is to limit the list view in the admin panel to display only certain pages in the list and those are the only pages that can be edited by the admin user. (super admin can view all pages).
I tried but didn't work:
- Code: Select all
<cms:config_list_view exclude="default, <cms:pages masterpage=k_user_template page_name='NOT admin'><cms:show k_page_name/></cms:pages>" >
similarly, how do I hide all custom fields in form_view except few, rather than using 'hide' or 'skip' property for each field ?
any idea how to proceed?
Thanks and appreciation!