![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) With the Plugin "Asset Metadata Copy" you can copy the information field values from one asset to one or multiple target assets. [MINITOC] ## Properties To be configured in {home}/appserver/conf/custom.properties ##### assetMetadataCopy.license > type: String, **required: yes**, default: - The license key for the plugin (product: assetMetadataCopy), provided by brix. ##### assetMetadataCopy.visibleForGroups > type: list of long (comma separated), required: no, default: - Restrict the use of the plugin to this user group's IDs (superadmins always see it in any case). If not set, all users can see the menu items. ##### assetMetadataCopy.protectedInfofields > type: list of long (comma separated), required: no, default: - Values of protected information fields are not overwritten. >>>> When protecting a checkbox that is set as enabledIfSelected in a fieldset, the associated infofields must also be protected. ##### assetMetadataCopy.copyAssetTypeWhenEmpty type: boolean, required: no, default: true, since: 1.1 When a target asset does not have an asset type yet, set it to the asset type of the source asset. ## Compatibility Matrix | Asset Metadata Copy | CELUM (min. version) | |-----------------|-------------------------| | 1.0.0 | 6.4 (tested with 6.11) | | 1.0.2 | 6.4 (tested with 6.11) | | Nova Plugin | CELUM (min. version) | Backend Plugin (min. version) | |--------------| --------------------- | --------------------- | | 1.1.0-6.11.0 | 6.11.0 | 1.0.2 | 1.0.0-6.12.0 | 6.12.0 | 1.0.2 ## Release Notes #### 1.0 > Release: 2022-05-10 Initial Version #### 1.1 > Release: 2022-11-11 added *copyAssetTypeWhenEmpty*