IchHabRecht / mask_export

Export your mask elements as extension
GNU General Public License v2.0
45 stars 27 forks source link

Use typoscript file extension #160

Closed simonschaufi closed 4 years ago

simonschaufi commented 4 years ago

Use typoscript file extension as ts is the extension for typescript

IchHabRecht commented 4 years ago

Hi @simonschaufi,

Thank you for your pull request. As I consider this change as breaking (e.g. needs some adjustments in sitepackage configuration, not all supported TYPO3 versions do support typoscript as an extension), I would move this change to some upcoming major version. There are still some other adjustments need to be done as well (concerning files and folders).

simonschaufi commented 4 years ago

Ah right, the typoscript file extension was introduced in TYPO3 8.7: https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/8.7.x/Feature-78161-IntroduceTypoScriptFileExtension.html Then merge it when you don't support TYPO3 7.x any more.

IchHabRecht commented 4 years ago

Hi @simonschaufi,

Thank you for your contribution. This fix was introduced with #164 and will be included in the next 3.0 release.