I know that it is possible to disable the output of the html, head and body tag to get "pure" html of a site by page.config.disableAllHeaderCode = 1
.
I wonder, if it is possible to do that also with different "columns" of the fluid styled content (<flux:grid.column...>
).
My TypoScript knowledge is veeery minimalistic, so I thought, there may be something like this:
page.grid.main.disable = 1
Where main
is the name of the fluid column.
Does anybody know if something like this is possible?
Background: some pages can be viewed in a lightbox and in this case I want to disable the output of e.g. the right column. I know this can be done by CSS, but this is not the way I wanna do it. ;-)