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 a3c61dc439..cff3366a41 100644 --- a/WebContent/WEB-INF/liferay-portlet.xml +++ b/WebContent/WEB-INF/liferay-portlet.xml @@ -82,6 +82,11 @@ <instanceable>true</instanceable> <ajaxable>false</ajaxable> </portlet> + <portlet> + <portlet-name>Portlet HTML Mode Example</portlet-name> + <instanceable>true</instanceable> + <ajaxable>false</ajaxable> + </portlet> <role-mapper> <role-name>administrator</role-name> |