Hi all,

I am not able to input a custom property of a custom document type in the 
'Modify' tab.
In my schema I have an element like this :
  <xs:complexType name="stringList">
    <xs:sequence>
      <xs:element name="stringItem" type="xs:string" default=""/>
    </xs:sequence>
  </xs:complexType>
  
  <xs:element name="keywords" type="nxs:stringList" />

I define a widget in my layout contrib like this :
      <widget name="keywords" type="list">
        <labels>
          <label mode="any">keywords</label>
        </labels>
        <translated>true</translated>
        <fields>
          <field>kmd:keywords</field>
        </fields>
                <subWidgets>
              <widget name="keyword" type="text">
                <fields>
                  <field>stringItem</field>
                </fields>
              </widget>
                </subWidgets>
      </widget>

What am I doing wrong ?

Kr.
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to