Hi, I've attempting to create a module for Magnolia. I use Maven to build the project. Everything works fine.
What I aim to do with this module, is implement my own templates but use the configuration mechanisms of the standard templating kit. Effectively, all I want to do is replace all the configuration ( templates, dialogs, the lot... ), the freemarker, css and js. I'm stumped. I manage to use the Freemarker, CSS, JS ( and so forth ) from my own module. However, I've had to completely rewire the configuration of the STK ( i.e. config/standard-templating-kit ). When I move the configuration to my own module, I get no joy ( i.e. config/my-own-templating-kit ). What do I need to do to get things to work? I've thought about extending the STKModule with MyOwnModule... but the STKModule is final. I'm pretty sure I'm getting something wrong in my understanding of how modules work... But I have no clue what it is. Any clues are welcome... Olivier -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=0fa48619-9e8c-4e0f-b847-48c6b0175c61 ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
