Close

Embed AEV in ADF

You can integrate Enterprise Viewer (AEV) into the Alfresco Application Development Framework (ADF) application by replacing or overriding the default ADF Viewer component behavior.

Sample ADF AEV application configuration

Include the following block in your application’s app.config.json file and change as needed for your local environment:

"alfresco-enterprise-viewer": { "$version": "1.0.0", "enabled" : true, "properties": { "endpoints": { "aev": "/OpenAnnotate", "aevVideo": "/OpenAnnotateVideo" }, "supportedMimetypes": { "videos": [ "video/mp4" ] }, "aevVideoSeperate" : false, "alfrescoDocumentStorePrefix": "workspace://SpacesStore/", "extraAEVUrlParams" : {} } }

Edit this page

Suggest an edit on GitHub
By clicking "Accept Cookies", you agree to the storing of cookies on your device to enhance site navigation, analyze site usage, and assist in our marketing efforts. View Cookie Policy.