Digizuite™ for Umbraco
For integrating assets from DAM into the umbraco instance you need to go through the next steps.
You need to get the DigizuiteAssetPicker component from GIT: https://github.com/Digizuite/embedded-ui-examples/tree/main/digizuite-for-umbraco
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 property editor
Open just created data type and configure connection to your digizuite media manager
Create new document type with template
Enter a Description and Add Group
Set Group Name and add Property
Set property Name and choose the editor
Submit changes
Save just added document type.
Allow to create the document type as root
Update template, so it will display the Asset
<div> <img src="@Model.Asset"/> </div>
Go to Content and create a page
Setup the name and click “Choose The Asset“
Choose the Asset
Click on “Use“ and choose the quality
Save and publish changes
Open Info and click on page link
Make sure that image is shown