Gernott / mask

TYPO3 Extension Mask
https://www.facebook.com/typo3mask
GNU General Public License v2.0
130 stars 86 forks source link

Installation Setup -> Configuration outsourcing from Extension Settings #638

Open heyse-dc opened 3 months ago

heyse-dc commented 3 months ago

Is there a documentation how to outsource the path of the

That would make working with your own distribution much easier.

nhovratov commented 3 months ago

Unfortunately this is not possible right now. If you want to work on this feature you are welcome to approach me and we can talk about what needs to be done.

heyse-dc commented 3 months ago

Thanks for your quick reply. What would be your first approach to realize this? Because from a development point of view it would be much bettter to have this configuration inside version control & co. Better to implement mask as a core extension for Typo3 ;-)))

nhovratov commented 3 months ago

Better to implement mask as a core extension for Typo3 ;-)))

@heyse-dc Have you heard of Content Blocks? :D https://github.com/nhovratov/content-blocks

I would make it like I did in Content Blocks and load it automatically, if it is within a certain Folder Structure. Then it could even be configuration-less. The remaining config could be loaded from a PHP file in the site-package by using a ServiceProvider factory.

For my part, I do no work on new features for Mask anymore and concentrate on Content Blocks. Mask will only be maintained for new versions of TYPO3 and as long people are using it. But if you still want to contribute, I would never say no.