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?
Updated by Oliver Hader about 3 years ago
- Status changed from New to Closed
Seems like this has been reported at https://github.com/FluidTYPO3/flux/issues/1908 already. Please continue in the GitHub repo of ext:flux
, since flux is a 3rd party component not part of the TYPO3 core. Thx!
Actions