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

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2007 05:51 AM
Hi
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

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
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2007 10:18 AM
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:
Hope this helps,
–Aladdin
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
