08-02-2012 10:34 AM
08-03-2012 02:49 AM
<?xml version='1.0' encoding='UTF-8'?>
<view:view xmlns:view="http://www.alfresco.org/view/repository/1.0" xmlns:sys="http://www.alfresco.org/model/system/1.0" xmlns:cm="http://www.alfresco.org/model/content/1.0" xmlns:custom="http://www.example.com/model/custom/0.1">
<view:reference view:pathref="app:company_home/cm:yourExistingSpace">
<view:aspects>
<custom:myAspect />
</view:aspects>
</view:reference>
</view:view>
08-03-2012 02:34 PM
<?xml version='1.0' encoding='UTF-8'?>
<view:view xmlns:view="http://www.alfresco.org/view/repository/1.0"
xmlns:sys="http://www.alfresco.org/model/system/1.0" xmlns:cm="http://www.alfresco.org/model/content/1.0"
xmlns:custom="http://www.example.com/model/custom/0.1">
<view:reference view:pathref="/app:company_home/st:sites">
<view:aspects>
<sys:hidden />
</view:aspects>
</view:reference>
</view:view>
<props>
<prop key="uuidBinding">UPDATE_EXISTING</prop>
<prop key="path">/${spaces.company_home.childname}</prop>
<prop key="location">alfresco/module/${artifactId}/bootstrap/hideSpaces.xml</prop>
</props>
08-03-2012 04:09 PM
08-04-2012 09:27 AM
08-04-2012 06:29 PM
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.