Bug #95965
Updated by Oliver Hader about 3 years ago
I tried to render content elements using flux in typo3 11 like below code : <pre> <f:section name="Configuration"> <flux:grid> <flux:grid.row> <flux:grid.column name="main"/> </flux:grid.row> </flux:grid> </f:section> <f:section name="Main"> <div style="border: 1px solid red"> <flux:content.render area="main"/> </div> </f:section> </pre> But not rendering in Front end. How can i render correctly?Can anybody help me?