Contribution org.nuxeo.ecm.user.center.dashboard.jsf.layouts.listing--widgettypes
org.nuxeo.ecm.user.center.dashboard.jsf.layouts.listing
inside nuxeo-user-dashboard-jsf-9.10.jar /OSGI-INF/layouts-listing-contrib.xml
This contribution is part of XML component Extension Point
Extension point widgettypes of component WebLayoutManager.Contributed Items
XML Source
<extension point="widgettypes" target="org.nuxeo.ecm.platform.forms.layout.WebLayoutManager">
<widgetType name="listing_task_name">
<configuration>
<categories>
<category>configuration_not_ready</category>
</categories>
</configuration>
<handler-class>
org.nuxeo.ecm.platform.forms.layout.facelets.plugins.TemplateWidgetTypeHandler
</handler-class>
<property name="template">
/widgets/listing/listing_task_name_widget_template.xhtml
</property>
</widgetType>
<widgetType name="listing_process_name">
<configuration>
<categories>
<category>configuration_not_ready</category>
</categories>
</configuration>
<handler-class>
org.nuxeo.ecm.platform.forms.layout.facelets.plugins.TemplateWidgetTypeHandler
</handler-class>
<property name="template">
/widgets/listing/listing_process_name_widget_template.xhtml
</property>
</widgetType>
</extension>