Actions
Bug #95965
closedContent rendering using flux is not working in typo3 11
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Fluid Styled Content
Target version:
-
Start date:
2021-11-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
7.4
Tags:
Complexity:
hard
Is Regression:
Sprint Focus:
Description
I tried to render content elements using flux in typo3 11 like below code :
<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>
But not rendering in Front end. How can i render correctly?Can anybody help me?
Actions