Add in frontend_title field for Contribution Pages to allow site managers to specify...
[civicrm-core.git] / xml / schema / Contribute / ContributionPage.xml
index 351eef9129f2837329f58afaabe2b6254cedea46..9c08b4738bce0bd87e43ba515ec21c6f1bfa79f0 100644 (file)
     <comment>if true - billing block is required for online contribution page</comment>
     <add>4.6</add>
   </field>
+  <field>
+    <name>frontend_title</name>
+    <title>Public Title</title>
+    <type>varchar</type>
+    <length>255</length>
+    <localizable>true</localizable>
+    <default>NULL</default>
+    <comment>Contribution Page Public title</comment>
+    <html>
+      <type>Text</type>
+    </html>
+    <add>5.20</add>
+    <uniqueName>contribution_page_frontend_title</uniqueName>
+  </field>
 </table>