Merge pull request #17864 from colemanw/searchFix
[civicrm-core.git] / xml / schema / Core / UFGroup.xml
index 6339d9c6cfd3c88dbfae6899ed3772de8c9594cb..cafe160ac631ff8e3fd012a0b4e437ae0ebe9b32 100644 (file)
   </field>
   <field>
     <name>title</name>
+    <title>Profile Name</title>
     <type>varchar</type>
     <length>64</length>
     <localizable>true</localizable>
     <required>true</required>
+    <html>
+      <type>Text</type>
+    </html>
     <comment>Form title.</comment>
     <add>1.1</add>
   </field>
   <field>
     <name>frontend_title</name>
+    <title>Public Title</title>
     <type>varchar</type>
     <length>64</length>
     <localizable>true</localizable>
     <comment>Profile Form Public title</comment>
+    <html>
+      <type>Text</type>
+    </html>
     <add>4.7</add>
   </field>
   <field>
     <type>int</type>
     <required>true</required>
     <default>1</default>
+    <html>
+      <type>Text</type>
+    </html>
     <comment>Controls display order when multiple user framework groups are setup for concurrent display.</comment>
     <add>1.2</add>
     <drop>1.3</drop>
     <default>NULL</default>
     <localizable>true</localizable>
     <add>4.7</add>
+    <html>
+      <type>Text</type>
+    </html>
   </field>
   <field>
     <name>submit_button_text</name>
     <default>NULL</default>
     <localizable>true</localizable>
     <add>4.7</add>
+    <html>
+      <type>Text</type>
+    </html>
   </field>
   <field>
     <name>add_cancel_button</name>