Container Classes

Hi, is there a way to define classes for containers in page_theme.php so they show up in all containers Custom Class drop down list?

Thanks

try

Hmm, that’s not the behavior I would have expected from getThemeBlockClasses(), it’s a fix but would be nice if we could assign classes just to containers. Thanks for the info, that helps a lot.

Containers (and layouts) are behind the scenes a special kind of block. If you look at /concrete/blocks you can see them. Hence they can be worked with and styled very much like you would work with any other block type.

Container Magic makes use of that block-like behaviour.