On 21 Mar 2014, at 14:32, Sergi Reyner <[email protected]> wrote:
> I am creating a web interface for chromia using Seaside. I would like to have > it as a separate package, so chromia can be loaded without pulling Seaside in. > > Would I have ConfigurationOfChromia and ConfigurationOfChromiaWeb, the latter > depending on the former? Yes, that is one way to do it, a bit more work for you, less for your users. Another solution is to work with groups in one configuration. > Cheers, > Sergi
