Merge pull request #21905 from braders/feature/add-to-group-translatable-errors
[civicrm-core.git] / xml / schema / PCP / PCPBlock.xml
index d25b6eb7c221e986b066158e08dd1635306e25a8..d067ec4b31557893fb4fb897c9710a1d085832d8 100644 (file)
@@ -7,13 +7,17 @@
   <comment>A Personal Campaign Page Block stores admin configurable status options and rules</comment>
   <add>2.2</add>
   <log>true</log>
+  <component>CiviContribute</component>
   <field>
     <name>id</name>
     <title>PCP Block ID</title>
     <type>int unsigned</type>
     <required>true</required>
-    <comment>PCP block Id</comment>
+    <comment>PCP block ID</comment>
     <add>2.2</add>
+    <html>
+      <type>Number</type>
+    </html>
   </field>
   <primaryKey>
     <name>id</name>
   </dynamicForeignKey>
   <field>
     <name>supporter_profile_id</name>
-    <title>Supporter Profile</title>
+    <title>Supporter Profile ID</title>
     <type>int unsigned</type>
     <comment>FK to civicrm_uf_group.id. Does Personal Campaign Page require manual activation by administrator? (is inactive by default after setup)?</comment>
     <default>NULL</default>
+    <html>
+      <label>Supporter Profile</label>
+    </html>
     <add>2.2</add>
   </field>
   <foreignKey>