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 #1

Updated by Oliver Hader over 2 years ago

  • Assignee deleted (Benjamin Kott)
Actions #2

Updated by Oliver Hader over 2 years ago

  • Description updated (diff)
Actions #3

Updated by Oliver Hader over 2 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

Also available in: Atom PDF