When I’m on a panel page where it’s only allowed to have one template, the template selector choice is missing. That makes sense because I’m not allowed to use another template.
Pitfall
The downside is that I get no information on what template the page is using. I can’t select another one but I still want information of what I’m using.
Now I need to go back to the parent page, create a new one and see what template is used. Then go into the page again. Much back and forth.
Solution
Instead of removing in, keep it and make it “protected”. In this example I set opacity: 0.5
in the css. To put that into a .protected
class for example would be nice, I think.
What do you think?