Hi, I have written an extension for roller. My extensions require creating new models and adding them to the rendering.pageModels property
Currently I override rendering.pageModels in roller-custom.properties, I was wondering if there is a way to define new page models without having to do the cut and paste? In version 4.0 roller.propreties seems to have moved into roller-web.jar so I don't want to have to tell potential users of the plugins that they have to go open the roller.properties to do the cut and paste the rendering.PageModels so that they can add a custom model to it. One way that roller can support extension developers is buy allowing the plugin developer to put a plugin.properties file in their distributed .jar file and have roller read it and add any page models defined in the plugin.jar to the page models that are part of roller? Any chance that something like this could be added to roller 4.0 or 4.1? Cheers Adib
