Extension point allowedAssetTypes
In component org.nuxeo.dam.DamService
Documentation
Used to configure the allowed asset types to be created in DAM.
<allowedAssetType name="Picture"/>
@since 5.7
Contribution Descriptors
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="allowedAssetTypes" target="org.nuxeo.dam.DamService"> <allowedAssetType name="Picture"/> <allowedAssetType name="Video"/> <allowedAssetType name="Audio"/> <allowedAssetType name="File"/> </extension>