Project

General

Profile

Actions

Bug #95965

closed

Content rendering using flux is not working in typo3 11

Added by Kasim Sabah M S over 2 years ago. Updated over 2 years ago.

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

Also available in: Atom PDF