diff options
Diffstat (limited to 'WebContent/WEB-INF/liferay-portlet.xml')
-rw-r--r-- | WebContent/WEB-INF/liferay-portlet.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/WebContent/WEB-INF/liferay-portlet.xml b/WebContent/WEB-INF/liferay-portlet.xml index 559592a48a..1cfb3d05f2 100644 --- a/WebContent/WEB-INF/liferay-portlet.xml +++ b/WebContent/WEB-INF/liferay-portlet.xml @@ -32,6 +32,11 @@ <instanceable>true</instanceable> <ajaxable>false</ajaxable> </portlet> + <portlet> + <portlet-name>Vaadin Liferay Theme Portlet</portlet-name> + <instanceable>true</instanceable> + <ajaxable>false</ajaxable> + </portlet> <role-mapper> <role-name>administrator</role-name> |