CRM-15168 add some additional titles to schema
[civicrm-core.git] / xml / schema / Core / OptionValue.xml
index 77da2acd5f189be2d1400be5746772d8e6f717b2..0d54ef7a925ae4a894fa706db786338f6419b64a 100644 (file)
@@ -86,6 +86,7 @@
   </field>
   <field>
     <name>is_default</name>
+    <title>Option is Default?</title>
     <type>boolean</type>
     <default>0</default>
     <comment>Is this the default option for the group?</comment>
@@ -93,6 +94,7 @@
   </field>
   <field>
     <name>weight</name>
+    <title>Option Weight</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Controls display sort order.</comment>
   </field>
   <field>
     <name>description</name>
+    <title>Option Description</title>
     <type>text</type>
     <html>
       <type>TextArea</type>
   </field>
   <field>
     <name>is_optgroup</name>
+    <title>Option is Header?</title>
     <type>boolean</type>
     <default>0</default>
     <comment>Is this row simply a display header? Expected usage is to render these as OPTGROUP tags within a SELECT field list of options?</comment>
   </field>
   <field>
     <name>is_reserved</name>
+    <title>Option Is Reserved?</title>
     <type>boolean</type>
     <default>0</default>
     <comment>Is this a predefined system object?</comment>
   </field>
   <field>
     <name>component_id</name>
+    <title>Option Component</title>
     <type>int unsigned</type>
     <comment>Component that this option value belongs/caters to.</comment>
     <add>2.0</add>
   </foreignKey>
   <field>
     <name>domain_id</name>
+    <title>Option Domain</title>
     <type>int unsigned</type>
     <pseudoconstant>
       <table>civicrm_domain</table>
   </foreignKey>
   <field>
     <name>visibility_id</name>
+    <title>Option Visibility</title>
     <type>int unsigned</type>
     <default>NULL</default>
     <add>2.2</add>