Salome HOME
Update copyrights
[modules/shaper.git] / src / CollectionPlugin / plugin-Collection.xml
index 6ebd05466c8ab6af5b0c6513743e0c575c975420..27057f56f81d62468e1d79f1235410329fe56840 100644 (file)
@@ -1,23 +1,26 @@
-<!-- Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
-
 <plugin>
   <workbench id="Features" document="Part">
     <group id="Collections">
       <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>
-      </feature>      
+        <validator id="CollectionPlugin_FieldValidator"/>
+      </feature>
     </group>
   </workbench>
 </plugin>