Typo3 8 How to properly customize felogin extension

孤人 提交于 2019-12-20 06:57:15

问题


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.



来源:https://stackoverflow.com/questions/45137879/typo3-8-how-to-properly-customize-felogin-extension

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!