08-24-2017 12:48 PM
Please bare with me as this is my first question to Alfresco forum.
I would like to add couple of new aspects to a document. Would it be possible to edit it direct to Alfresco community source code?
Thanks in advance. Any help would be appreciable.
08-25-2017 03:21 AM
Hi Sandip,
Please don't edit source code directly you can create your own scripts or you can override them as well.
Web scripts | Alfresco Documentation
For adding aspect from share please refer this documenation
For adding custom aspect using javascript
var props = new Array(1);
props['cust:prop'] = "prop_values";
document.addAspect('custom:aspectType', props);
08-25-2017 03:51 AM
Thank you Kalpesh. I will look into it.
Explore our Alfresco products with the links below. Use labels to filter content by product module.