Salome HOME
Fix for the issue #2753 : error when dump/load script
[modules/shaper.git] / src / CollectionPlugin / plugin-Collection.xml
index ecedd11c431da67e3bc0e2a26fd3440b1faf59ef..4adfdf2184c477afe35492945954b6494b048e15 100644 (file)
@@ -26,18 +26,21 @@ email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com
         title="Group"
         tooltip="Create named collection of geometry entities"
         icon="icons/Collection/shape_group.png"
-        apply_continue="true">
+        apply_continue="true"
+        helpfile="groupFeature.html">
         <source path="group_widget.xml"/>
       </feature>
 
       <feature id="Field"
         title="Field"
         tooltip="Create fields for selected shapes"
-        icon="icons/Collection/field.png">
+        icon="icons/Collection/field.png"
+        helpfile="fieldFeature.html">
         <field-panel id="selected"
           filter_points="false" >
           <validator id="GeomValidators_BodyShapes"/>
         </field-panel>
+        <validator id="CollectionPlugin_FieldValidator"/>
       </feature>
     </group>
   </workbench>