cancel
Showing results for 
Search instead for 
Did you mean: 

bonjour ;j'ai besoin d'aide !!j'ai lu la doc http://ecmarchitect.com/images/articles/alfresco-conten...

user_alfresco
Champ in-the-making
Champ in-the-making
bonjour ;

j'ai besoin d'aide !!

j'ai lu la doc http://ecmarchitect.com/images/articles/alfresco-content/content-article.pdf  qui nous explique comment creer de nouveau model avec leurs propre  aspects et leurs proprietés .

mais je ne comprends pas comment faire pour  qu'au moment ou on cré un nouveau document on puisse avoir un nouveau  mimetype en plus de text,html et xml  exp word (avec l'editeur de alfresco biensur)


merci
3 REPLIES 3

rivarola
Champ on-the-rise
Champ on-the-rise
Bonjour,

Si c'est pour ajouter un type texte lors de la création de contenu, j'imagine qu'on peut modifier cette config :

   <config evaluator="string-compare" condition="Content Wizards">
      <!– The list of custom content types to show in the content wizards –>
      <content-types>
      </content-types>
     
      <!– The list of mime types that can be created inline –>
      <create-mime-types>
         <mime-type name="text/html" />
         <mime-type name="text/plain" />
         <mime-type name="text/xml" />
      </create-mime-types>
     
      <!– Controls the message regarding property editing after the content is created –>
      <other-properties user-choice-visible="true" user-choice-default="true" />
   </config>
(c'est dans web-client-config.xml donc j'imagine qu'on peut le surcharger dans web-client-config-custom.xml mais je n'ai jamais essayé).

S'il s'agit d'ajouter un type MIME à la liste de ceux disponibles en ajoutant un contenu, il y a cette doc : http://wiki.alfresco.com/wiki/Adding_a_Mime_Type

user_alfresco
Champ in-the-making
Champ in-the-making
merci beaucoup pour ta  reponse

effectivement sa marche il faut biensur que le mimetype ,qu'on veut rajoouter existe bien dans dans le fichier web-client-config-proprities.xml



merci

user_alfresco
Champ in-the-making
Champ in-the-making
exusez moi le   fichier ou le mimetype dois exister c'est pas  web-clien-config-proprieties.xml   mais   mimetype-map.xml    exusez moi pour l'erreur

merci
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.