bihor / fp_newsletter

TYPO3 plugin for newsletter subscription and unsubscription. Used table: tt_address. A log is written.

Home Page:https://extensions.typo3.org/extension/fp_newsletter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Import of TypoScript files with .ts no longer works

michael-binder opened this issue · comments

We use the import function of TypoScript with
@import 'EXT:fp_newsletter/configuration/TypoScript/*.ts'
Since TYPO3 12, this solution no longer works because of the '.ts' extension.

By changing the file extension to '.typoscript' the import works again.
This is also the recommended way, see
https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/12.0/Breaking-97816-TypoScriptSyntaxChanges.html#import-is-more-restrictive-with-wildcards

Tested with
TYPO3 12
PHP 8.1

OK, this is now in version 7.0.0.