<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.forms.layout.MainContribution.override">

  <require>org.nuxeo.ecm.platform.forms.layout.MainContribution</require>

  <documentation>

    Component that provides main contributions to the web layout
    manager widget
    types.

    @version 1.0 @author Anahide Tchertchian (at@nuxeo.com)
  

  </documentation>
  <extension point="disabledPropertyRefs" target="org.nuxeo.ecm.platform.forms.layout.WebLayoutManager">
    <documentation>
      Configuration of properties disabled by default for reference
      in EL expressions.
    </documentation>

    <disabledPropertyRef name="converter" widgetTypeCategory="jsf"/>
    <disabledPropertyRef name="validator" widgetTypeCategory="jsf"/>

    <!-- avoid bad interactions with JBoss-el size EL resolver... -->
    <disabledPropertyRef name="size" widgetTypeCategory="jsf"/>

    <!-- rich:calendar does not resolve some attributes as EL expressions -->
    <disabledPropertyRef name="showApplyButton" widgetType="datetime" widgetTypeCategory="jsf"/>
    <disabledPropertyRef name="defaultTime" widgetType="datetime" widgetTypeCategory="jsf"/>
    <disabledPropertyRef name="pattern" widgetType="datetime" widgetTypeCategory="jsf"/>

  </extension>

</component>
