CRM-15735 fix - Update payment status for pay-later membership renewal ignores Receiv...
[civicrm-core.git] / xml / schema / Core / OptionGroup.xml
index 2a998c97cc21a4375827e2d0edb9b79e4b6b89f8..1da22f5b5cfa73b065c6a1c934bf2c3f209500fd 100644 (file)
@@ -7,59 +7,65 @@
   <add>1.5</add>
   <log>true</log>
   <field>
-      <name>id</name>
-      <type>int unsigned</type>
-      <required>true</required>
-      <comment>Option Group ID</comment>
-       <add>1.5</add>
+    <name>id</name>
+    <title>Option Group ID</title>
+    <type>int unsigned</type>
+    <required>true</required>
+    <comment>Option Group ID</comment>
+    <add>1.5</add>
   </field>
   <primaryKey>
-       <name>id</name>
-       <autoincrement>true</autoincrement>
+    <name>id</name>
+    <autoincrement>true</autoincrement>
   </primaryKey>
   <field>
-       <name>name</name>
-       <title>Option Group Name</title>
-       <type>varchar</type>
-       <length>64</length>
-       <required>true</required>
-       <comment>Option group name. Used as selection key by class properties which lookup options in civicrm_option_value.</comment>
-       <add>1.5</add>
+    <name>name</name>
+    <title>Option Group Name</title>
+    <type>varchar</type>
+    <length>64</length>
+    <required>true</required>
+    <comment>Option group name. Used as selection key by class properties which lookup options in civicrm_option_value.</comment>
+    <add>1.5</add>
   </field>
   <field>
-       <name>title</name>
-       <type>varchar</type>
-       <length>255</length>
-       <localizable>true</localizable>
-       <comment>Option Group title.</comment>
-       <add>1.5</add>
+    <name>title</name>
+    <title>Option Group title</title>
+    <type>varchar</type>
+    <length>255</length>
+    <localizable>true</localizable>
+    <comment>Option Group title.</comment>
+    <add>1.5</add>
   </field>
   <field>
-       <name>description</name>
-       <type>varchar</type>
-       <length>255</length>
-       <localizable>true</localizable>
-       <comment>Option group description.</comment>
-       <add>1.5</add>
+    <name>description</name>
+    <title>Option Group Description</title>
+    <type>varchar</type>
+    <length>255</length>
+    <localizable>true</localizable>
+    <comment>Option group description.</comment>
+    <add>1.5</add>
   </field>
   <field>
-       <name>is_reserved</name>
-       <type>boolean</type>
-       <default>1</default>
-       <comment>Is this a predefined system option group (i.e. it can not be deleted)?</comment>
-       <add>1.5</add>
+    <name>is_reserved</name>
+    <title>Option Group Is Reserved?</title>
+    <type>boolean</type>
+    <default>1</default>
+    <comment>Is this a predefined system option group (i.e. it can not be deleted)?</comment>
+    <add>1.5</add>
   </field>
   <field>
-       <name>is_active</name>
-       <type>boolean</type>
-       <comment>Is this option group active?</comment>
-       <add>1.5</add>
+    <name>is_active</name>
+    <title>Option Group Is Active?</title>
+    <type>boolean</type>
+    <comment>Is this option group active?</comment>
+    <add>1.5</add>
   </field>
   <field>
-       <name>is_locked</name>
-       <type>boolean</type>
-       <comment>A lock to remove the ability to add new options via the UI.</comment>
-       <add>4.5</add>
+    <name>is_locked</name>
+    <title>Option Group Is Locked</title>
+    <type>boolean</type>
+    <comment>A lock to remove the ability to add new options via the UI.</comment>
+    <add>4.5</add>
   </field>
   <index>
     <name>UI_name</name>