i'm adding this as a feature request as i dont think this is currently possible but correct me if im wrong!

Can we have CSS IDs on panel regions? This would work in exactly the same way as panel panes. You click the cog, choose CSS properties for the region and enter an ID.

Comments

merlinofchaos’s picture

If you're using the flexible layout, you can choose classes, though not IDs. If you're using fixed layouts, you're stuck with what you're given.

Clicking the cog that contains the 'add content' won't ever be able to do that without some serious rework of the system. Though this could probably be done through the style system. A custom style could easily do it.

I'll think about whether or not the default style should include classes and/or IDs for regions. I think I remember pondering this and there was a reason not to but I don't remember what it was now.

merlinofchaos’s picture

Status: Active » Closed (won't fix)

I don't think I'm going to go with IDs on regions, just because you can't really guarantee a layout will only be used once on a page. Classes will have to be enough.