07-04-2013 03:32 PM
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans>
<bean id="customSpacesBootstrap" parent="spacesStoreImporter"
singleton="true">
<property name="useExistingStore">
<value>false</value>
</property>
<property name="bootstrapViews">
<list>
<props>
<prop key="path">/${spaces.company_home.childname}</prop>
<prop key="location">alfresco/module/myModule/bootstrap.xml</prop>
</props>
</list>
</property>
</bean>
</beans>
<view:view xmlns:view="http://www.alfresco.org/view/repository/1.0"
xmlns:cm="http://www.alfresco.org/model/content/1.0" xmlns:app="http://www.alfresco.org/model/application/1.0"
xmlns:emailserver="http://www.alfresco.org/model/emailserver/1.0"
xmlns:sys="http://www.alfresco.org/model/system/1.0">
<cm:folder view:childName="cm:MyFolder">
<app:uifacets />
<cm:name>MyFolder</cm:name>
<app:icon>space-icon-default</app:icon>
<cm:title>MyFolder</cm:title>
<cm:description>MyFolder</cm:description>
</cm:folder>
</view:view>
07-08-2013 04:21 AM
07-09-2013 09:13 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.