cancel
Showing results for 
Search instead for 
Did you mean: 

Change content type and parameters

messner
Champ in-the-making
Champ in-the-making
Hello everyone,

I want to create custom content type with custom properties in Alfresco Share.

I have followed the procedure described in this book:

http://www.amazon.com/Alfresco-3-Cookbook-Snig-Bhaumik/dp/184951108X

I have changed some files in tomcat/shared/classes/alfresco/extension:

- web-client-config-custom.xml
- myCustomModel.xml
- custom-model-context.xml

I can create new type in alfesco browser (localhost:8080/alfresco) now.

But I want to create or change new type in Share (localhost:8080/share) and also edit newly defined properties in Share GUI.

What is the right way to do this ?
——————————————————–
OS: Centos
Alfresco: community 4.0.d
2 REPLIES 2

jpotts
World-Class Innovator
World-Class Innovator
The web-client-config-custom.xml file is only for the Alfresco Explorer user interface. Take a look at this tutorial for instructions on custom content types and Share configuration:
http://ecmarchitect.com/archives/2012/01/09/1509

Jeff

messner
Champ in-the-making
Champ in-the-making
Thank you very much … I have succesfully created custom model, share customisation and custom advances search.

Excelent tutorial.