cancel
Showing results for 
Search instead for 
Did you mean: 

i18n Metadata new custom type

cmarguello
Champ in-the-making
Champ in-the-making
I add a custom type,
I can see the properties in detail of the document, but it apperas off i18n
I can add i18n in advanced search form editing share-config-custom.xml

<config evaluator="model-type" condition="amw:mytype">
      <forms>
         <form>
            <field-visibility>
               <show id="cm:name" />
               <show id="amw:attr1" />
               ….
            </field-visibility>
            <appearance>
               <field id="amw:attr1" label-id="gtk.amw.emp.attr1">
                  <control template="/org/alfresco/components/form/controls/number.ftl" />
               </field>
              …

But i dont know how to  add the i18n in the metadata of the document library detail.
What i have to add to the conf file?

Thanks
Cristian
1 REPLY 1

cmarguello
Champ in-the-making
Champ in-the-making
I found the solution…

For Advanced Search Form:

   <config evaluator="model-type"

For Document Detail Metadata:

   <config evaluator="node-type"

Thanks
Cristian