Is there a way to add aspect to the folder edit metadata?
I added this element inside share custom config xml but it doesn't work Where can i add an aspect field in folder edit metadata ? Thanks <config evaluator="node-type" condition="cm:folder"> <forms> <!– Default form configuration for the cm:folder type –> <form> <field-visibility> <show id="cm:name" /> <show id="cm:title" force="true" /> <show id="cm:description" force="true" />
Yes, you can add aspect-based properties to any form using share-config-custom.xml. I may have missed it, but in the example you showed, did you put your aspect in there already? It looked like it was out-of-the-box.
To add your custom properties, add both a "show" element and a "field" element to the appropriate form config.