The "Asset Validation" plugin allows to validate assets and marks them if they do not pass the validation.
To be configured in {home}/appserver/conf/custom.properties
type: String, required: yes, default: -
License key (delivered by brix Solutions AG)
type: List of String (comma-separated), required: yes, default: -
This property takes a list of all validators that are enabled.
Every validator has its own properties. For every validator, the following properties are the same. Replace {validatorName} with the name of the validator specified in the section for the validator further down.
type: long, required: no, default: -
If this property is set, the valid assets are collected in the configured node. This can help to find the valid assets and get an overview. Initially, all the assets can be validated and added to the node by running the "Revalidate Assets"-Task in "General"-Tab in System Tasks.
type: long, required: no, default: -
If this property is set, the invalid assets are collected in the configured node. This can help to find the valid assets and get an overview. Initially, all the assets can be validated and added to the node by running the "Revalidate Assets"-Task in "General"-Tab in System Tasks.
type: String, required: no, default: -
This property takes a 16x16 px image which is shown on invalid assets.
NOTE: to show the bullet, the validatorName needs to be added to the list of bullets in the property "guiPlugin.bullets.asset=". This property is global and may be also used by other plugins. If not, the celum bullets need to be added to the list, e.g. guiPlugin.bullets.asset=noAssetType,invalidInformationFields,unlinked,unreleased,availability,locked,duplicate,conversionStatus,fileTypeWhitelistValdiator
type: String, required: yes, default: -
This property sets the ID of the bullet shown on invalid assets. The ID must also be added to the guiPlugin.bullets.asset property.
type: String, required: yes, default: -
This property sets the mouseover-title on the bullet. For multilanguage-support, add your messages to appserver/lang/customMessages_xy.properties and use the key here.
type: InformationFieldId, required: no, default: -
Sets the checkbox to true if the validation is invalid and to false if the validation is valid.
type: List of Long (comma-separated), required: no, default: -
If this property is set, the validator is only applied to assets of the configured asset type IDs.
type: List of String (comma-separated), required: no, default: -
If this property is set, the validator is only applied to assets with the configured file extensions.
This validator takes a list of allowed file extensions.
type: List of String (comma-separated), required: yes, default: -
All file extensions set in this property are allowed. Assets with one of these extensions are valid.
type: InformationFieldId, required: no, default: -
Sets the checkbox to true if the validation is true.
This validator takes a minimum width multiplied by height in pixels an image must have.
type: long, required: yes, default: 0
This property takes the minimum required product of the image width and height in pixels.
type: InformationFieldId, required: no, default: -
Sets the checkbox to true if the validation is true.
This validator takes a minWidth and / or minHeight in pixels a video must have.
type: String, required: no, default: AND
This property can be set to 'OR' or 'AND'. 'OR': The video needs to have either minWidth or minHeight to be valid. 'AND': A video needs to have minWidth and minHeight to be valid.
type: long, required: no, default: 0
This property takes the minWidth a video must have.
type: long, required: no, default: 0
This property takes the minHeight a video must have.
type: InformationFieldId, required: no, default: -
Sets the checkbox to true if the validation is true.
This validator takes a list of allowed colorspaces for digital images.
type: List of String (comma-separated), required: yes, default: -
All colorspaces set in this property are allowed. Digital images with one of these colorspaces are valid.
type: InformationFieldId, required: no, default: -
Sets the checkbox to true if the validation is true.
This validator takes a list of allowed colorspaces for print images.
type: List of String (comma-separated), required: yes, default: -
All colorspaces set in this property are allowed. Print images with one of these colorspaces are valid.
type: InformationFieldId, required: no, default: -
Sets the checkbox to true if the validation is true.
This validator takes a list of allowed color depths for images.
type: List of String (comma-separated), required: yes, default: -
All color depths set in this property are allowed. Images with one of these color depths are valid.
type: InformationFieldId, required: no, default: -
Sets the checkbox to true if the validation is true.
This validator takes a list of allowed color depths for videos.
type: List of String (comma-separated), required: yes, default: -
All color depths set in this property are allowed. Videos with one of these color depths are valid.
type: InformationFieldId, required: no, default: -
Sets the checkbox to true if the validation is true.
This validator takes a list of allowed video codecs.
type: List of String (comma-separated), required: yes, default: -
All video codecs set in this property are allowed. Videos with one of these codecs are valid.
type: InformationFieldId, required: no, default: -
Sets the checkbox to true if the validation is true.
This validator takes a list of forbidden file extensions.
type: List of String (comma-separated), required: yes, default: -
All file extensions set in this property are prohibited. Assets with one of these extensions are invalid.
type: InformationFieldId, required: no, default: -
Sets the checkbox to true if the validation is true.
This validator combines multiple validators. An asset is valid only if all configured validators are valid.
type: List of String (comma-separated), required: yes, default: -
This property takes the bullet names of the validators to combine.
type: InformationFieldId, required: no, default: -
Sets the checkbox to true if the validation is true.
This validator takes a minimum size in pixels. The larger image dimension must reach this value.
type: long, required: yes, default: 0
This property takes the minimum required size of the larger image dimension in pixels.
type: InformationFieldId, required: no, default: -
Sets the checkbox to true if the validation is true.
This validator marks duplicate assets.
type: InformationFieldId, required: no, default: -
Sets the checkbox to true if the validation is true.
This validator takes a minimum density for assets to be valid.
type: Boolean, required: yes, default: false
If this property is set to true, the asset has a valid density if there is no density given on the asset.
type: Long, required: yes, default: -
This property takes the minimum required density for an asset to be valid.
type: InformationFieldId, required: no, default: -
Sets the checkbox to true if the validation is true.
This valdiator takes a minWidth and / or minHeight in pixels an image must have.
type: String, required: no, default: OR
This property can be set to 'OR' or 'AND'. 'OR': The image needs to have either minWidht or minHeight to be valid. 'AND': An image needs to have minWidth and minHeight to be valid.
type: long, required: no, default: 0
This property takes the minWidth an image must have. Note: If the imageResolution.mode is set to OR a valid image may not have the set minWidth since the minHeigt may be reached.
type: long, required: no, default: 0
This property takes the minHeight an image must have. Note: If the imageResolution.mode is set to OR a valid image may not have the set minHeight since the minWidth may be reached.
type: InformationFieldId, required: no, default: -
Sets the checkbox to true if the validation is true.
This Validator takes a list of forbidden strings that are not allowed in the asset name.
type: List of String (comma-separated), required: yes, default: -
This property takes a list of strings that are not allowed in the asset name.
type: InformationFieldId, required: no, default: -
Sets the checkbox to true if the validation is true.
Using two validators, one for density and one for resolution:
guiPlugin.bullets.asset=noAssetType,invalidInformationFields,validMetadata,unlinked,unreleased,availability,locked,duplicate,conversionStatus,densityValidator,imageResolutionValidator
assetValidation.license=***
assetValidation.validators=densityValidator,imageResolutionValidator
assetValidation.density.bulletId=densityValidator
assetValidation.density.bulletTitle=assetValidation.invalidDensity
assetValidation.density.noDensityValid=false
assetValidation.density.nodeIdInvalid=26530
assetValidation.density.minDensity=300
assetValidation.density.forFileTypes=png,jpg
assetValidation.imageResolution.bulletId=imageResolutionValidator
assetValidation.imageResolution.bulletTitle=assetValidation.invalidResolution
assetValidation.imageResolution.nodeIdInvalid=26531
assetValidation.imageResolution.minWidth=1000
assetValidation.imageResolution.minHeight=1000
assetValidation.imageResolution.mode=AND
assetValidation.imageResolution.forFileTypes=png,jpg
| Asset Validator | CELUM (min. version) |
|---|---|
| 1.0-1.3 | 5.13.4 |
| 1.4.0 | 6.20 |
| 1.4.2 | 7.1 |
Released 2018-06-15
Initial Version
Released 2018-06-20
Added Blacklist Filetype Validator
Released 2021-01-20
Released 2022-05-04
Released 2025-02-13
Released 2026-07-21
© brix Solutions AG