Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
You could try using an IMetaDataExtender, specifically setting the ShowForEdit property of the properies you want to hide, when all properties on a tab are removed I _think_ the tab dissappears. Some examples of using IMetaDataExtender here:
https://www.david-tec.com/2017/07/hiding-required-properties-on-the-create-new-page-in-episerver/
https://gregwiechec.com/2015/11/show-additional-properties-on-content-creation/
Maybe you can adapt https://gregwiechec.com/2018/03/hide-tabs-and-properties-in-edit-mode/ for your scenario
Hi,
is there a way to hide whole Tab at once, but only for the specific page type, instead if adding [Ignore] to each property of the page?
Thanks!