Questions tagged [fluid-styled-content]

67 questions
0
votes
1 answer

TYPO3: Custom content element - TCA fields configuration

I followed a tutorial to implement custom content elements in TYPO3. I don't understand how to configure backend fields. Here is my override for tt_content: $GLOBALS['TCA']['tt_content']['types']['my_custom_ce'] = [ 'showitem' => ' …
user6800816
  • 503
  • 7
  • 26
0
votes
1 answer

how to exclude pages from menu generation with ext:fluid_styled_content?

If I define a menu in typoscript I can use excludeUidList to exclude some pages. With CSC if I want my sitemap CE to exclude some pages I could define it at tt_content.menu.2. With FSC the menu-genration moved into the fluid-templates with the…
Bernd Wilke πφ
  • 10,390
  • 1
  • 19
  • 38
0
votes
1 answer

Render headline of first content element in Grid Container different

Is it possible to render the headline of the first content element within a Grid Elements container different in the fluid_styled_content template or via TypoScript?
Peter Kraume
  • 3,577
  • 2
  • 21
  • 39
0
votes
1 answer

FAL file title won't show in front-end with file collection "folder from Storage"

. Hello it's hard to explain ... If you're using TYPO3 7.6 (w. fluid styled content) with the module "file links", you can upload single files, but you can also work with the "file collection" to organize your downloads in a sys-folder. There're…
user2310852
  • 1,654
  • 1
  • 25
  • 52
0
votes
2 answers

IRRE relations from tt_content to tt_content in fluid styled content

I have a fluid_styled_content element and they have IRRE elements which are also fluid_styled_content elements. How can I get the IRRE elements? At the moment I am trying to get them with a custom DataProcessor but I don't know how to actually get…
Rune Piper
  • 21
  • 5
0
votes
1 answer

TYPO3 - fluidstyledcontent wrap element

I would like to add a custom class to the wrap of the whole output of a custom plugin. fluid_styled_content generates the
tag. There I would like to add the custom class defined in the flexform of the plugin. Do I have to override the…
0
votes
1 answer

backend_layout with colPos other than 0,1,2 not working

I have setup a distribution which also provides PageTS for backend_layouts. \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPageTSConfig( ''); and this is…
FitzPatrick
  • 175
  • 10
1 2 3 4
5