Merge pull request #3341 from systopia/CRM-14740
[civicrm-core.git] / api / v3 / examples / Setting / GetFields.php
index 63c158a0dcc5890f6281a1d3f5e90b0a88dc7f59..dc5329d0821e55e85926a109016a76654f119e08 100644 (file)
@@ -814,6 +814,20 @@ When enabled, statistics about your CiviCRM installation are reported anonymousl
           'description' => 'Prevent the stylesheet \"civicrm.css\" from being loaded.',
           'help_text' => '',
         ),
+      'empoweredBy' => array(
+          'group_name' => 'CiviCRM Preferences',
+          'group' => 'core',
+          'name' => 'empoweredBy',
+          'type' => 'Boolean',
+          'quick_form_type' => 'YesNo',
+          'default' => 1,
+          'add' => '4.5',
+          'title' => 'Display "empowered by CiviCRM"',
+          'is_domain' => 1,
+          'is_contact' => 0,
+          'description' => 'When enabled, "empowered by CiviCRM" is displayed at the bottom of public forms.',
+          'help_text' => '',
+        ),
       'debug_enabled' => array(
           'group_name' => 'Developer Preferences',
           'group' => 'developer',