Merge pull request #17170 from colemanw/optionValueDefault
[civicrm-core.git] / xml / schema / Core / ActionMapping.xml
index e889c3bc3dfd545bd8e5bf1f538958e8e31656d3..5ce84e661146581b17b8512234cf2daf01297821 100644 (file)
@@ -8,6 +8,7 @@
   <add>3.4</add>
   <field>
     <name>id</name>
+    <title>Action Mapping ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <add>3.4</add>
@@ -18,6 +19,7 @@
   </primaryKey>
   <field>
     <name>entity</name>
+    <title>Action Mapping Entity</title>
     <type>varchar</type>
     <length>64</length>
     <comment>Entity for which the reminder is created</comment>
@@ -25,6 +27,7 @@
   </field>
   <field>
     <name>entity_value</name>
+    <title>Action Mapping Entity Value</title>
     <type>varchar</type>
     <length>64</length>
     <comment>Entity value</comment>
@@ -32,6 +35,7 @@
   </field>
   <field>
     <name>entity_value_label</name>
+    <title>Value Label</title>
     <type>varchar</type>
     <length>64</length>
     <comment>Entity value label</comment>
@@ -39,6 +43,7 @@
   </field>
   <field>
     <name>entity_status</name>
+    <title>Status</title>
     <type>varchar</type>
     <length>64</length>
     <comment>Entity status</comment>
@@ -46,6 +51,7 @@
   </field>
   <field>
     <name>entity_status_label</name>
+    <title>Status Label</title>
     <type>varchar</type>
     <length>64</length>
     <comment>Entity status label</comment>
   </field>
   <field>
     <name>entity_date_start</name>
-    <type>varchar</type>
+      <title>Entity Start Date</title>
+      <type>varchar</type>
     <length>64</length>
     <comment>Entity date</comment>
     <add>3.4</add>
   </field>
   <field>
     <name>entity_date_end</name>
+    <title>Entity End Date</title>
     <type>varchar</type>
     <length>64</length>
     <comment>Entity date</comment>
@@ -67,6 +75,7 @@
   </field>
   <field>
     <name>entity_recipient</name>
+    <title>Entity Recipient</title>
     <type>varchar</type>
     <length>64</length>
     <comment>Entity recipient</comment>