Merge pull request #23052 from konadave/r25088
[civicrm-core.git] / xml / schema / Core / Setting.xml
index 0a5263fab71c3b0da36a90ab03491c1c367c7da3..b7a61b0acfee21b4bfc0faa678d359a64b001e86 100644 (file)
@@ -11,6 +11,9 @@
     <title>Setting ID</title>
     <type>int unsigned</type>
     <required>true</required>
+    <html>
+      <type>Number</type>
+    </html>
     <add>4.1</add>
   </field>
   <primaryKey>
     <type>text</type>
     <comment>data associated with this group / name combo</comment>
     <serialize>PHP</serialize>
+    <html>
+      <label>Value</label>
+    </html>
     <add>4.1</add>
   </field>
   <field>
     <name>domain_id</name>
-    <title>Setting Domain</title>
+    <title>Domain ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <pseudoconstant>
@@ -60,6 +66,9 @@
       <labelColumn>name</labelColumn>
     </pseudoconstant>
     <comment>Which Domain is this menu item for</comment>
+    <html>
+      <label>Domain</label>
+    </html>
     <add>4.1</add>
   </field>
   <foreignKey>
   </foreignKey>
   <field>
     <name>contact_id</name>
-    <title>Setting Contact</title>
+    <title>Contact ID</title>
     <type>int unsigned</type>
     <comment>FK to Contact ID if the setting is localized to a contact</comment>
+    <html>
+      <label>Contact</label>
+    </html>
     <add>4.1</add>
   </field>
   <foreignKey>
   </field>
   <field>
     <name>component_id</name>
-    <title>Setting Component</title>
+    <title>Component ID</title>
     <type>int unsigned</type>
     <comment>Component that this menu item belongs to</comment>
     <add>4.1</add>
     </pseudoconstant>
     <html>
       <type>Select</type>
+      <label>Component</label>
     </html>
   </field>
   <foreignKey>
   </field>
   <field>
     <name>created_id</name>
-    <title>Setting Created By</title>
+    <title>Created By Contact ID</title>
     <type>int unsigned</type>
     <comment>FK to civicrm_contact, who created this setting</comment>
+    <html>
+      <label>Created By</label>
+    </html>
     <add>4.1</add>
   </field>
   <foreignKey>