cancel
Showing results for 
Search instead for 
Did you mean: 

editing custom aspect

naveenkumar
Champ in-the-making
Champ in-the-making
I've created a custom aspect in my custom content model. I've edited the web-client-config-properties.xml file to show the properties in it. The properties are shown when I create the content, but I'm unable to edit it. Can anyone suggest a solution?
2 REPLIES 2

kevinr
Star Contributor
Star Contributor
I assume you have followed the instructions from here:
http://wiki.alfresco.com/wiki/Displaying_Custom_Metadata#Viewing_Aspect_Properties_in_the_Web_Client...

Can you post your web-client-config-properties.xml file?

Thanks,

Kevin

naveenkumar
Champ in-the-making
Champ in-the-making
Yes, I followed the wiki link you had mentioned.
The following are the lines of code I included in the already existing web-client-config-properties.xml file after the similar config element for aspect auditable.

   <config evaluator="aspect-name" condition="xyz:categorizable">
      <property-sheet>
         <show-property name="xyz:Subject"/>
         <show-property name="xyz:SubjectMatter"/>
         <show-property name="xyz:SubjectDetail"/>
      </property-sheet>
   </config>