07-30-2012 11:18 AM
<type name="moi:montype">
  <title>titre type</title>
  <parent>cm:content</parent>
  <mandatory-aspects>
    <aspect>moi:monaspect</aspect>
  </mandatory-aspects>
</type><aspect name="moi:monaspect">
  <title>titre aspect</title>
  <properties>
    <property name="moi:monchamp">
      <type>d:text</type>
      <mandatory>false</mandatory>
    </property>
    …
  </properties>
</aspect>
<config evaluator="node-type" condition="moi:montype">
  <forms>
    <form>
      <field-visibility>
        <show id="moi:monchamp"/>
        …
      </field-visibility>
      <appearance>
        <field id="moi:monchamp" label="Champ texte" />
        …
      </appearance>
    </form>
  </forms>
</config>
07-31-2012 04:35 AM
07-31-2012 05:20 AM
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.