This project is based on the Digizuite Unified DAM Connector.
- Download the DigizuiteAssetPicker component files.
- Open your umbraco website root folder and open App_Plugins folder.
- Create folder DigizuiteAssetPicker and copy the DigizuiteAssetPicker component files inside;
- Open umbraco website and go to umbraco → Settings and create new Data Type
- Set datatype name and choose "Digizuite - Asset Picker" as property editor
- Open just created data type and configure connection to your digizuite media manager, fill DAM name and URL
- Create new document type with template
- Add an "Asset" property to the document and set "Digizuite - Asset Picker" as an editor
- Update the template, so it will show the "Asset" property
<div>
<img src="@Model.Asset"/>
</div>
- Go to Content and create page witth just created document type
- Setup the name and click “Choose The Asset“
- The list of assets should be shown, please choose any asset
- And click on “Use“ for choosing the quality
- Save and publush the changes
- Open the pagr and make sure you can see the selected asset.
If you still have any questions please visit Umbraco Digizuite integration.