-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 2.11
-
Fix Version/s: 2.12
-
Component/s: None
In order to see the new document type in the "Asset type" drop-down list on the new Asset creation page, the following contribution must be added:
<extension target="org.nuxeo.dam.DamService" point="allowedAssetTypes"> <allowedAssetType name="CustomAssetDocType" /> </extension>