cancel
Showing results for 
Search instead for 
Did you mean: 

How to add properties into my custom category?

huyajiecn
Champ in-the-making
Champ in-the-making
hi all,

I want define a category in custom metadata to describe a content's type. I don't know how to define the category in a .xml file. Now, some system default properties are displayed in the category such as language,region and so on. Need I add any tag in the .xml file?


<types>
   <type name="mfile:doc">
      <title>mfile info</title>
      <parent>cm:content</parent>
      <properties>
         <property name="mfile:Genre">
            <type>d:category</type>
         </property>
      </properties>
   </type>
</types>

thanks a lot!
2 REPLIES 2

ribz33
Champ on-the-rise
Champ on-the-rise
Categories are managed from administration console

huyajiecn
Champ in-the-making
Champ in-the-making
ribz33:

oh,thank you!