IchHabRecht / mask_export

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

[FEATURE] Allow overwriting root paths #64

Closed kevin-appelt closed 7 years ago

kevin-appelt commented 7 years ago

By adding the key 10 to layout-, partial- and templateRootPaths for the FLUIDTEMPLATE it is now possible to outsource the files to another folder e.g. a template provider. This is a functionality provided by most of the extensions in TER and should also be a functionality provided by an extension created with EXT:mask_export

IchHabRecht commented 7 years ago

As the export is not an extension but a layout-extension by its own, I don't see the necessary for using any constants here. If you need your own templates from another extension, you can simply overwrite the typoscript within that template extension.