Hi,
I have developed a repository manager and packaged into a par. When I deploy it, I want to enablee some services like <i>subscription, presentation</i> automatically. That's, when user creates a new instance of this repository manager, these services are already enabled.
I added in my co.xml
<property name="services" value="subscription,properties,presentation"/>
and in cc.xml:
<attribute name="services" type="string" default=""subscription,properties,presentation"/>
But that doesn't work. Am I missing something?
Thanks,
Ray