-->

Typo3 8 How to properly customize felogin extensio

2020-05-01 08:59发布

问题:

I would like to customize felogin (frontend lofin) extension template. I would like to copy the template file inside of my template extension folder, but I don´t know how to change the path with TypoScript, so Typo3 can look first into the template file which is located inside of my extension template folder.

Thanks in advance! Denis

回答1:

The configuration is done like with every other extension:

plugin.tx_felogin_pi1 {
  templateFile = EXT:your_extension/Resources/Private/Templates/Felogin.html
}

Notice that felogin does not use Fluid, you might want to look at alternatives like Hairu if you need this.