Merge pull request #14103 from jitendrapurohit/core-889
[civicrm-core.git] / settings / Campaign.setting.php
index a17b25007c25a38420e312e87df643cd7e3f2b58..7f6aaf2c470d84c16a70c927d4ce96a087468605 100644 (file)
@@ -49,6 +49,7 @@ return [
     'is_contact' => 0,
     'description' => ts('If set, new contacts that are created when signing a petition are assigned a tag of this name.'),
     'help_text' => '',
+    'settings_pages' => ['campaign' => ['weight' => 10]],
   ],
   'petition_contacts' => [
     'group_name' => 'Campaign Preferences',
@@ -63,6 +64,7 @@ return [
     'is_contact' => 0,
     'description' => ts('All contacts that have signed a CiviCampaign petition will be added to this group. The group will be created if it does not exist (it is required for email verification).'),
     'help_text' => '',
+    'settings_pages' => ['campaign' => ['weight' => 20]],
   ],
 
 ];