Contribution org.nuxeo.ecm.platform.picture.jsf.layouts--widgets
In component org.nuxeo.ecm.platform.picture.jsf.layouts
org.nuxeo.ecm.platform.picture.jsf.layouts
inside nuxeo-platform-imaging-jsf-6.0.jar
This contribution is part of XML component Extension Point
Extension point widgets of component WebLayoutManager.Contributed Items
XML Source
<extension point="widgets" target="org.nuxeo.ecm.platform.forms.layout.WebLayoutManager">
<widget name="imageFile" type="image">
<labels>
<label mode="any">label.file.content</label>
</labels>
<translated>true</translated>
<fields>
<field>file:content</field>
<field>file:filename</field>
</fields>
<properties widgetMode="any">
<property name="required">true</property>
</properties>
</widget>
<widget name="summary_picture_view" type="picture_view"/>
<widget name="infoViewPictureView" type="container">
<handlingLabels>false</handlingLabels>
<properties widgetMode="any">
<property name="hideSubLabels">true</property>
<property name="styleClass">infoViewDocContainer</property>
<property name="display">block_top</property>
</properties>
<subWidgets>
<widget name="pictureView" type="picture_view"/>
</subWidgets>
</widget>
</extension>