Update has_separator field in civicrm_navigation
[civicrm-core.git] / xml / schema / Core / Navigation.xml
index 8a60e331656812d737daac4eb6de596e7b349d13..5de7ea9d379a7ca98191ca087f2e894adb607fa3 100644 (file)
   </field>
   <field>
     <name>has_separator</name>
-    <title>Use separator</title>
-    <type>boolean</type>
-    <comment>If separator needs to be added after this menu item</comment>
+    <title>Separator</title>
+    <type>tinyint</type>
+    <comment>Place a separator either before or after this menu item.</comment>
+    <default>0</default>
     <add>3.0</add>
+    <pseudoconstant>
+      <callback>CRM_Core_SelectValues::navigationMenuSeparator</callback>
+    </pseudoconstant>
   </field>
   <field>
     <name>weight</name>