Hi all
I'm pretty new to EPiServer
I need to implement something similar to Simple adapter for showing hidden EPiServer properties in edit mode for administrators
Unfortunately I didn't find EditPageControl in EPiServer 9.
So I need some properties to be editable via CMS only by administrators. It seems that I also cannot use [Editable(false)] attribute as it disables a property for all users.
How is it possible to solve that?
Thanks