CRM-12167: Start Implementation of Visibility per Price Option
[civicrm-core.git] / xml / schema / Core / CustomGroup.xml
index b0c4be0beee3b6f0d178e527fb799852cf5ed13d..a9bdbdba801b36f7587cf46fcc9ef33370cfca51 100644 (file)
   <field>
     <name>weight</name>
     <type>int</type>
-    <title>Custom Group Weight</title>
+    <title>Order</title>
     <required>true</required>
     <default>1</default>
     <comment>Controls display order when multiple extended property groups are setup for the same class.</comment>
     <comment>Is this a reserved Custom Group?</comment>
     <add>4.4</add>
   </field>
+  <field>
+    <name>is_public</name>
+    <type>boolean</type>
+    <title>Custom Group Is Public?</title>
+    <default>1</default>
+    <comment>Is this property public?</comment>
+    <add>4.7</add>
+  </field>
 </table>