0

I have a TYPO3 4.7 environment which holds 3 websites. All theses website use TemplaVoilà template engine.

We are now redesigning one of these site and I wonder if I can use Fluid and Backend Layout instead of TemplaVoilà.

enter image description here

It seems that I have to desactivate TemplaVoilà in the extension manager to be able to use be layout.

enter image description here

lorenz
  • 4,538
  • 1
  • 27
  • 45
alienlebarge
  • 3,008
  • 5
  • 24
  • 26

1 Answers1

1

Dislaimer: I'm not using TemplaVoilà myself.

The TCA Overrides of EXT:templavoila replace the backend layout fields with the respecting fields of TemplaVoilà, see here.

By reading this code, it should be possible to have both the TemplaVoilà fields and the Backend Layout fields if

  • "Enable data structure selection" is inactive and
  • "Enable the classic Page module" is active

in the extension configuration in the Extension Manager.

lorenz
  • 4,538
  • 1
  • 27
  • 45
  • Thanks for that. This gave me the possibility to enable the Fluid BE-Layout for one Tree. But in the Backend it sill shows the TV-View - not my Fluid Layout. Do you have for any chance a idea why? – lufi Mar 09 '15 at 15:39