CRM-15168 more metadata titles (& whitespace
[civicrm-core.git] / xml / schema / Core / OptionValue.xml
index f18a8022d072e72428b6d6fbfb44d1b08abafc11..707132c8b86078addbbb6b3c823ccf34ba2668e8 100644 (file)
@@ -8,6 +8,7 @@
   <log>true</log>
   <field>
       <name>id</name>
+    <title>Option Value ID</title>
       <type>int unsigned</type>
       <required>true</required>
       <comment>Option ID</comment>
@@ -19,6 +20,7 @@
   </primaryKey>
   <field>
       <name>option_group_id</name>
+    <title>Option Group ID</title>
       <type>int unsigned</type>
       <required>true</required>
       <comment>Group which this option belongs to.</comment>
   </field>
   <field>
        <name>is_active</name>
+    <title>Option Is Active</title>
        <type>boolean</type>
        <default>1</default>
        <comment>Is this option active?</comment>