Weblet manager is now instanciable

master
Massimiliano Assante 2 years ago
parent d7621ccf83
commit b66763694b

@ -4,6 +4,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v1.2.1-SNAPSHOT] - 2022-07-13
- Weblet manager is now instanciable (can appear more than once on a page)
## [v1.2.0] - 2022-02-18
- Added Weblet support

@ -14,7 +14,7 @@
<artifactId>VREApp-Integration-portlet</artifactId>
<packaging>war</packaging>
<name>VREApp-Integration-portlet Portlet</name>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
<properties>
<distroDirectory>${project.basedir}/distro</distroDirectory>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

@ -55,6 +55,7 @@
<portlet-name>weblet-manager</portlet-name>
<icon>/icon.png</icon>
<configuration-action-class>org.gcube.portlets.user.weblet.WebletConfigurationAction</configuration-action-class>
<instanceable>true</instanceable>
<requires-namespaced-parameters>false</requires-namespaced-parameters>
<header-portlet-css>/css/main.css</header-portlet-css>
<footer-portlet-javascript>

Loading…
Cancel
Save