lochmueller / focuspoint

🌅 Smartest TYPO3 Crop Tool ever 🌅
http://typo3.org/extensions/repository/view/focuspoint
22 stars 23 forks source link

use .typoscript file-extensions #87

Closed xerc closed 2 years ago

xerc commented 2 years ago

https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/8.7.x/Feature-78161-IntroduceTypoScriptFileExtension.html

lochmueller commented 2 years ago

Hey @xerc thanks for the cleanup. We have to keep in mind, that this is a breaking change, because the integrator have to reselect the static template in the TS template (or adapt the path). Regards, Tim

xerc commented 2 years ago

just testet what will happen to the entry @ [include_static_file] after the update ; works fine on 10.4

lochmueller commented 2 years ago

You are right... only the folder name is registered and not the file itself: https://github.com/lochmueller/autoloader/blob/master/Classes/Loader/StaticTyposcript.php#L37 So this is no BC. Thanks.