Contribution org.nuxeo.ecm.platform.video.layouts--filters
In component org.nuxeo.ecm.platform.video.layouts
org.nuxeo.ecm.platform.video.layouts
inside nuxeo-platform-video-jsf-5.8.jar
This contribution is part of XML component Extension Point
Extension point filters of component ActionService.Contributed Items
XML Source
<extension point="filters" target="org.nuxeo.ecm.platform.actions.ActionService">
<filter id="hasVideo">
<rule grant="true">
<schema>video</schema>
</rule>
</filter>
<filter id="notHasVideo">
<rule grant="false">
<schema>video</schema>
</rule>
</filter>
</extension>