[TYPO3-mvc] ext_typoscript_setup override setup

Adrien Crivelli adrien.crivelli at gmail.com
Tue Feb 19 07:19:58 CET 2013


Hello,

This is not the answer you expect, but usage of ext_typoscript_setup.txt
has been deprecated<http://typo3.org/documentation/document-library/core-documentation/doc_core_api/current/view/2/1/>
(at
least 7 years ago<http://lists.typo3.org/pipermail/typo3-english/2005-July/009080.html>).
I would recommend the usage of t3lib_extMgm::addTypoScriptSetup()
and t3lib_extMgm::addTypoScriptConstants(), as seen there for instance:
https://github.com/Ecodev/newsletter/blob/master/ext_localconf.php#L6

Cheers,

Adrien


On 19 February 2013 12:43, Rayuth You <rayuth at web-essentials.asia> wrote:

> Hi list,
>
> I found that typoscript of file ext_typoscript_setup.txt override
> Configuration/TypoScript/**Setup.txt
>
> How can we force setup.txt override ext_typoscript_setup.txt?
>
> Thank you.
>
> Regards,
> Rayuth
> ______________________________**_________________
> TYPO3-project-typo3v4mvc mailing list
> TYPO3-project-typo3v4mvc@**lists.typo3.org<TYPO3-project-typo3v4mvc at lists.typo3.org>
> http://lists.typo3.org/cgi-**bin/mailman/listinfo/typo3-**
> project-typo3v4mvc<http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-typo3v4mvc>
>


More information about the TYPO3-project-typo3v4mvc mailing list