<?xml version="1.0"?>
<component name="org.nuxeo.ecm.virtualnavigation.tagsContrib.override">

  <require>org.nuxeo.ecm.virtualnavigation.tagsContrib</require>

  <extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService">
    <action icon="/img/TAG_CLOUD.png" id="navtree_TAG_CLOUD" label="label.byTagNavigation" order="100" type="rest_document_link">
      <category>TREE_EXPLORER</category>
      <properties>
        <property name="ajaxSupport">true</property>
        <property name="link">/incl/tag_cloud.xhtml</property>
      </properties>
      <filter id="browseByTagsFilter">
        <rule grant="true">
          <condition>#{tagActions.canBrowseByTags()}</condition>
        </rule>
      </filter>
    </action>
  </extension>

</component>
