Extension point format-filters
In component org.nuxeo.theme.services.ThemeService
Documentation
Extension Point for registering Format filters. This is for internal use mainly, new types of filters are not supposed to be registered by third-party applications.
Contribution Descriptors
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="format-filters" target="org.nuxeo.theme.services.ThemeService"> <format-filter name="add widget"> <format-type>widget</format-type> </format-filter> <format-filter name="set style"> <format-type>style</format-type> </format-filter> <format-filter name="set layout"> <format-type>layout</format-type> </format-filter> </extension>