I have a module.xml that I would like to use to offer a datatype. My packages are split into composer repositories with a *.module.xml file stored in that repository containing the entities for that module.
What I wish to do, is use that to offer a *.skipper.cfg.xml along side it.
I can see 2 possible solutions:
- Load skipper configuration files stored in the same directory as skipper module files
- Allow the skipper module files to store configuration that can be shared (specifically data types)
Are either of the above solutions possible now?
Kind Regards,
Gary Lockett