Merge pull request #12899 from eileenmcnaughton/recur_tpl
[civicrm-core.git] / xml / schema / Core / UFGroup.xml
index e8da1e09dcc628a1103734925f8fe91f808e886c..6339d9c6cfd3c88dbfae6899ed3772de8c9594cb 100644 (file)
     <comment>Form title.</comment>
     <add>1.1</add>
   </field>
+  <field>
+    <name>frontend_title</name>
+    <type>varchar</type>
+    <length>64</length>
+    <localizable>true</localizable>
+    <comment>Profile Form Public title</comment>
+    <add>4.7</add>
+  </field>
   <field>
     <name>description</name>
     <type>text</type>
     <localizable>true</localizable>
     <add>4.7</add>
   </field>
+  <field>
+    <name>add_cancel_button</name>
+    <title>Include Cancel Button</title>
+    <type>boolean</type>
+    <default>1</default>
+    <comment>Should a Cancel button be included in this Profile form.</comment>
+    <add>5.0</add>
+  </field>
 </table>