Merge in 5.31
[civicrm-core.git] / xml / schema / Contact / Group.xml
index 509f20debcc3751cae8216a4dc326594292fe068..41948bbb39bd88ee3bcf1f749ffd505672c41b38 100644 (file)
@@ -8,6 +8,9 @@
   <add>1.1</add>
   <log>true</log>
   <icon>fa-users</icon>
+  <paths>
+    <add>civicrm/group/add?reset=1</add>
+  </paths>
   <field>
     <name>id</name>
     <type>int unsigned</type>
@@ -32,7 +35,7 @@
     <name>title</name>
     <type>varchar</type>
     <title>Group Title</title>
-    <length>64</length>
+    <length>255</length>
     <localizable>true</localizable>
     <comment>Name of Group.</comment>
     <add>1.1</add>
     <add>4.5</add>
     <onDelete>SET NULL</onDelete>
   </foreignKey>
+  <field>
+    <name>frontend_title</name>
+    <type>varchar</type>
+    <title>Public Group Title</title>
+    <length>255</length>
+    <localizable>true</localizable>
+    <comment>Alternative public title for this Group.</comment>
+    <default>NULL</default>
+    <add>5.31</add>
+    <html>
+      <type>Text</type>
+    </html>
+  </field>
+  <field>
+    <name>frontend_description</name>
+    <type>text</type>
+    <title>Public Group Description</title>
+    <html>
+      <type>TextArea</type>
+      <rows>2</rows>
+      <cols>60</cols>
+    </html>
+    <comment>Alternative public description of the group.</comment>
+    <localizable>true</localizable>
+    <default>NULL</default>
+    <add>5.31</add>
+  </field>
 </table>