Skip to content

Instantly share code, notes, and snippets.

@magicable
Created January 21, 2014 13:56
Alf-Liferay-PortletDef
<portlet>
<description>Alfresco Share: My Document Libraries</description>
<portlet-name>ShareMyDocLibs</portlet-name>
<portlet-class>org.alfresco.web.portlet.ProxyPortlet</portlet-class>
<init-param>
<name>viewScriptUrl</name>
<value>/page/my-documentlibraries</value>
</init-param>
<supports>
<mime-type>text/html</mime-type>
<portlet-mode>VIEW</portlet-mode>
</supports>
<portlet-info>
<title>Share: My Document Libraries</title>
<short-title>My Document Libraries</short-title>
</portlet-info>
<security-role-ref>
<role-name>administrator</role-name>
</security-role-ref>
<security-role-ref>
<role-name>guest</role-name>
</security-role-ref>
<security-role-ref>
<role-name>power-user</role-name>
</security-role-ref>
<security-role-ref>
<role-name>user</role-name>
</security-role-ref>
</portlet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment