Digizuite™ for Umbraco

For integrating assets from DAM into the umbraco instance you need to go through the next steps.

  1. You need to get the DigizuiteAssetPicker component from GIT: https://github.com/Digizuite/embedded-ui-examples/tree/main/digizuite-for-umbraco

  2. Open your umbraco website root folder and open App_Plugins folder.

  3. Create folder DigizuiteAssetPicker and copy the DigizuiteAssetPicker component files inside;

  4. Open umbraco website and go to umbraco → Settings and create new Data Type

  5. Set datatype name and choose property editor

  6. Open just created data type and configure connection to your digizuite media manager

  7. Create new document type with template

  8. Enter a Description and Add Group

  9. Set Group Name and add Property

  10. Set property Name and choose the editor

  11. Submit changes

  12. Save just added document type.

  13. Allow to create the document type as root

  14. Update template, so it will display the Asset

    <div> <img src="@Model.Asset"/> </div>
  15. Go to Content and create a page

  16. Setup the name and click “Choose The Asset“

  17. Choose the Asset

  18. Click on “Use“ and choose the quality

  19. Save and publish changes

  20. Open Info and click on page link

  21. Make sure that image is shown