Salome HOME
Fix for the issue #2753 : error when dump/load script
[modules/shaper.git] / src / CollectionPlugin / plugin-Collection.xml
index 215a6b60c80fed94227f2cabb2689fe866630b07..4adfdf2184c477afe35492945954b6494b048e15 100644 (file)
@@ -25,17 +25,22 @@ email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com
       <feature id="Group"
         title="Group"
         tooltip="Create named collection of geometry entities"
-        icon="icons/Collection/shape_group.png">
+        icon="icons/Collection/shape_group.png"
+        apply_continue="true"
+        helpfile="groupFeature.html">
         <source path="group_widget.xml"/>
       </feature>
 
       <feature id="Field"
         title="Field"
-        tooltip="Create create fields for selected shapes"
-        icon="icons/Collection/field.png">
-        <field-panel id="selected">
+        tooltip="Create fields for selected shapes"
+        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>