cancel
Showing results for 
Search instead for 
Did you mean: 

help adding a custom content type and its custom meta data.

francois12
Champ in-the-making
Champ in-the-making
Hi  Smiley Happy

For the moment, I've only one content type called 'contenu' and its meta data  (mime type, title, description, author)
[img]http://img253.imageshack.us/img253/3747/contenttypeaj0.th.png[/img]


I'd like to add new content types with their customs meta data.


I've been trying to do this through the 'Daya Dictionary Guide' but i can't manage to setup it.

Any help would be appreciated
:wink: thanks
1 REPLY 1

rivetlogic
Champ on-the-rise
Champ on-the-rise
Hi,

I think you're just missing the step where you configure the web-client to display the newly created content type in the Content Wizard's content type drop list.

This should be helpful:

http://wiki.alfresco.com/wiki/Simple_Customisations

Use something like this:

<config evaluator="string-compare" condition="Content Wizards">      <content-types>         <type name="<prefix>:<contenttype>" />      </content-types></config>‍‍‍‍‍
Replace <prefix>:<contenttype> with the type you defined.

Hope this helps,

–Aladdin