Possible to only disable controls when editing page types?
Permalink 1 user found helpful
Is it possibly to do something like:
$a = new Area('header nav');
$a->disableControls($c);
$a->display($c);
But only enable the controls if editing the general page type, and not just a page using the page type?
$a = new Area('header nav');
$a->disableControls($c);
$a->display($c);
But only enable the controls if editing the general page type, and not just a page using the page type?