buepro / typo3-container_elements

Structure elements powered by extension container
GNU General Public License v2.0
7 stars 5 forks source link

Columns without content are nor rendered #20

Closed nannione closed 2 months ago

nannione commented 7 months ago

Hello, i noticed that if i do not place any content element in a column, the column will not be rendered in the frontend. Is this intentional or do i miss something here? I often use empty columns to create horizontal space in layouts.

buepro commented 7 months ago

The empty column isn't rendered since columns can have an offset (see Bootstrap-OffsettingColumns). Would you still need the feature to get empty columns rendered?

nannione commented 7 months ago

I think yes, otherwise i need to expect that the editors know the offset class name, which is usually not the case. I can imagine adding a selector with offset classes next to column class fields and/or a global setting which sets the render type for empty columns.

buepro commented 7 months ago

Good point! I'll add the feature on the next occasion.