![Advanced-UI](https://img.shields.io/static/v1?label=UI&message=Advanced&color=lightgrey) ![NOVA-UI](https://img.shields.io/static/v1?label=UI&message=NOVA&color=blue) The Campaign Manager plugin provides node context menu items to start and stop campaigns. Authorised users can automatically release assets in a selected node. The selected assets are automatically added to a configurable target node and set to available. At the end of a campaign, authorised users can stop the release. The assets are automatically removed from the target node and set to not available. [MINITOC] ## Properties To be configured in {home}/appserver/conf/custom.properties ##### campaignManagement.license > type: String, **required: yes**, default: - The license key for the plugin (product: campaignManagement), provided by brix. ##### campaignManagement.allowedForNodeTypes > type: list of long (comma separated), required: no, default: - Restrict the use of the plugin to this nodetype IDs. If not set, the menu items is visible on all nodetypes. ##### campaignManagement.visibleForGroupsStart > type: list of long (comma separated), required: no, default: - Restrict the use of the start plugin to this user group's IDs (superadmins always see it in any case). If not set, all users can see the menu items. ##### campaignManagement.visibleForGroupsStop > type: list of long (comma separated), required: no, default: - Restrict the use of the stop plugin to this user group's IDs (superadmins always see it in any case). If not set, all users can see the menu items. ##### campaignManagement.nodeIdTarget > type: long, required: **required: yes**, default: - ID of the target node. ##### campaignManagement.recursive > type: boolean, required: no, default: false Defines if subnodes are recursively included. ## Compatibility Matrix | Campaign Management | CELUM (min. version) | |---------------------|-------------------------| | 1.0.0 - 1.0.4 | 6.4 (tested with 6.8) | | 1.0.5 | 6.4 (tested with 6.11) | | Nova Plugin | CELUM (min. version) | Backend Plugin (min. version) | |-------------| --------------------- | --------------------- | | 1.0.0 | 6.11.0 | 1.0.5 ## Release Notes #### 1.0.0 > Release: 2021-08-02 Initial Version #### 1.0.5 > Release: 2022-04-25 Nova Backend added