join-vre/src/main/webapp/WEB-INF/liferay-portlet.xml

20 lines
688 B
XML

<?xml version="1.0"?>
<!DOCTYPE liferay-portlet-app PUBLIC "-//Liferay//DTD Portlet Application 6.2.0//EN" "http://www.liferay.com/dtd/liferay-portlet-app_6_2_0.dtd">
<liferay-portlet-app>
<portlet>
<portlet-name>joinvre</portlet-name>
<!--
<configuration-action-class>
org.gcube.portlets.user.joinvre.server.portlet.JoinVREConfigurationActionImpl
</configuration-action-class>
-->
<layout-cacheable>false</layout-cacheable>
<instanceable>false</instanceable>
<ajaxable>false</ajaxable>
<!-- LOCATION CSS HERE -->
<header-portlet-css>/explore.css</header-portlet-css>
<css-class-wrapper>join-vre-wrapper</css-class-wrapper>
</portlet>
</liferay-portlet-app>