/*
* Settings metadata file
*/
-return array (
+return array(
'address_standardization_provider' => array(
'group_name' => 'Address Preferences',
'group' => 'address',
'name' => 'address_standardization_provider',
'type' => 'String',
'html_type' => 'Select',
- 'default' => null,
+ 'default' => NULL,
'add' => '4.1',
'title' => 'Address Standardization Provider.',
'is_domain' => 1,
'is_contact' => 0,
- 'description' => null,
+ 'description' => NULL,
'help_text' => 'CiviCRM includes an optional plugin for interfacing with the United States Postal Services (USPS) Address Standardization web service. You must register to use the USPS service at https://www.usps.com/business/web-tools-apis/address-information.htm. If you are approved, they will provide you with a User ID and the URL for the service. Plugins for other address standardization services may be available from 3rd party developers. If installed, they will be included in the drop-down below. ',
),
'address_standardization_userid' => array(
'name' => 'address_standardization_userid',
'type' => 'String',
'html_type' => 'Text',
- 'default' => null,
+ 'default' => NULL,
'add' => '4.1',
'title' => 'Web service user ID',
'is_domain' => 1,
'is_contact' => 0,
- 'description' => null,
- 'help_text' => null,
+ 'description' => NULL,
+ 'help_text' => NULL,
),
'address_standardization_url' => array(
'group_name' => 'Address Preferences',
'name' => 'address_standardization_url',
'type' => 'Text',
'html_type' => 'Text',
- 'default' => null,
+ 'default' => NULL,
'add' => '4.1',
'title' => 'Web Service URL',
'is_domain' => 1,
'is_contact' => 0,
- 'description' => null,
+ 'description' => NULL,
'help_text' => 'Web Service URL',
'validate_callback' => 'CRM_Utils_Rule::url',
),
'title' => 'Tag for Unconfirmed Petition Signers',
'is_domain' => 1,
'is_contact' => 0,
- 'description' => null,
+ 'description' => NULL,
'help_text' => 'If set, new contacts that are created when signing a petition are assigned a tag of this name.',
),
'petition_contacts' => array(
'title' => 'Petition Signers Group',
'is_domain' => 1,
'is_contact' => 0,
- 'description' => null,
+ 'description' => NULL,
'help_text' => 'If set, new contacts that are created when signing a petition are assigned a tag of this name.',
),
/*
* Settings metadata file
*/
-return array (
+return array(
'contact_view_options' => array(
'group_name' => 'CiviCRM Preferences',
'group' => 'core',
'title' => 'Viewing Contacts',
'is_domain' => '1',
'is_contact' => 0,
- 'description' => null,
- 'help_text' => null,
+ 'description' => NULL,
+ 'help_text' => NULL,
),
'contact_edit_options' => array(
'title' => 'Editing Contacts',
'is_domain' => 1,
'is_contact' => 0,
- 'description' => null,
- 'help_text' => null,
+ 'description' => NULL,
+ 'help_text' => NULL,
),
'advanced_search_options' => array(
'group_name' => 'CiviCRM Preferences',
'title' => 'Contact Search',
'is_domain' => 1,
'is_contact' => 0,
- 'description' => null,
- 'help_text' => null,
+ 'description' => NULL,
+ 'help_text' => NULL,
),
'user_dashboard_options' => array(
'group_name' => 'CiviCRM Preferences',
'title' => 'Contact Dashboard',
'is_domain' => 1,
'is_contact' => 0,
- 'description' => null,
- 'help_text' => null,
+ 'description' => NULL,
+ 'help_text' => NULL,
),
'address_options' => array(
'group_name' => 'CiviCRM Preferences',
'title' => 'Addressing Options',
'is_domain' => 1,
'is_contact' => 0,
- 'description' => null,
- 'help_text' => null,
+ 'description' => NULL,
+ 'help_text' => NULL,
),
'address_format' => array(
'group_name' => 'CiviCRM Preferences',
'title' => 'Address Format',
'is_domain' => 1,
'is_contact' => 0,
- 'description' => null,
- 'help_text' => null,
+ 'description' => NULL,
+ 'help_text' => NULL,
),
'mailing_format' => array(
'group_name' => 'CiviCRM Preferences',
'title' => 'Mailing Format',
'is_domain' => 1,
'is_contact' => 0,
- 'description' => null,
- 'help_text' => null,
+ 'description' => NULL,
+ 'help_text' => NULL,
),
'display_name_format' => array(
'group_name' => 'CiviCRM Preferences',
'title' => 'Display Name Format',
'is_domain' => 1,
'is_contact' => 0,
- 'description' => null,
- 'help_text' => null,
+ 'description' => NULL,
+ 'help_text' => NULL,
),
'sort_name_format' => array(
'group_name' => 'CiviCRM Preferences',
'title' => 'Sort Name Format',
'is_domain' => 1,
'is_contact' => 0,
- 'description' => null,
- 'help_text' => null,
+ 'description' => NULL,
+ 'help_text' => NULL,
),
'editor_id' => array(
'group_name' => 'CiviCRM Preferences',
'name' => 'editor_id',
'type' => 'String',
'html_type' => 'Text',
- 'default' => null,
+ 'default' => NULL,
'add' => '4.1',
'title' => 'Wysiwig Editor',
'is_domain' => 1,
'is_contact' => 0,
- 'description' => null,
- 'help_text' => null,
+ 'description' => NULL,
+ 'help_text' => NULL,
),
'contact_ajax_check_similar' => array(
'group_name' => 'CiviCRM Preferences',
'name' => 'contact_ajax_check_similar',
'type' => 'String',
'html_type' => 'Text',
- 'default' => null,
+ 'default' => NULL,
'add' => '4.1',
'title' => 'Ajax Check Similar',
'is_domain' => 1,
'is_contact' => 0,
- 'description' => null,
- 'help_text' => null,
+ 'description' => NULL,
+ 'help_text' => NULL,
),
'ajaxPopupsEnabled' => array(
'group_name' => 'CiviCRM Preferences',
'title' => 'Ajax Popups Enabled',
'is_domain' => 1,
'is_contact' => 0,
- 'description' => null,
- 'help_text' => null,
+ 'description' => NULL,
+ 'help_text' => NULL,
),
'activity_assignee_notification' => array(
'group_name' => 'CiviCRM Preferences',
'name' => 'activity_assignee_notification',
'type' => 'String',
'html_type' => 'Text',
- 'default' => null,
+ 'default' => NULL,
'add' => '4.1',
'title' => 'Notify Activity Assignees',
'is_domain' => 1,
'is_contact' => 0,
- 'description' => null,
- 'help_text' => null,
+ 'description' => NULL,
+ 'help_text' => NULL,
),
'activity_assignee_notification_ics' => array(
'group_name' => 'CiviCRM Preferences',
'name' => 'activity_assignee_notification_ics',
'type' => 'String',
'html_type' => 'Text',
- 'default' => null,
+ 'default' => NULL,
'add' => '4.3',
'title' => 'Include ICal Invite to Activity Assignees',
'is_domain' => 1,
'is_contact' => 0,
- 'description' => null,
- 'help_text' => null,
+ 'description' => NULL,
+ 'help_text' => NULL,
),
'contact_autocomplete_options' => array(
'group_name' => 'CiviCRM Preferences',
'title' => 'Contact Reference Autocomplete Options',
'is_domain' => 1,
'is_contact' => 0,
- 'description' => null,
- 'help_text' => null,
+ 'description' => NULL,
+ 'help_text' => NULL,
),
'contact_reference_options' => array(
'group_name' => 'CiviCRM Preferences',
'title' => 'Contact Reference Options',
'is_domain' => 1,
'is_contact' => 0,
- 'description' => null,
- 'help_text' => null,
+ 'description' => NULL,
+ 'help_text' => NULL,
),
'max_attachments' => array(
'group_name' => 'CiviCRM Preferences',
'is_domain' => 1,
'is_contact' => 0,
'description' => 'Maximum number of files (documents, images, etc.) which can attached to emails or activities.',
- 'help_text' => null,
+ 'help_text' => NULL,
),
'maxFileSize' => array(
'group_name' => 'CiviCRM Preferences',
'is_domain' => 1,
'is_contact' => 0,
'description' => 'Maximum Size of file (documents, images, etc.) which can attached to emails or activities.<br />Note: php.ini should support this file size.',
- 'help_text' => null,
+ 'help_text' => NULL,
),
'contact_undelete' => array(
'group_name' => 'CiviCRM Preferences',
'is_domain' => 1,
'is_contact' => 0,
'description' => 'If enabled, deleted contacts will be moved to trash (instead of being destroyed). Users with the proper permission are able to search for the deleted contacts and restore them (or delete permanently).',
- 'help_text' => null,
+ 'help_text' => NULL,
),
'allowPermDeleteFinancial' => array(
'group_name' => 'CiviCRM Preferences',
'is_domain' => 1,
'is_contact' => 0,
'description' => 'Allow Permanent Delete for contacts who are linked to live financial transactions',
- 'help_text' => null,
+ 'help_text' => NULL,
),
'versionAlert' => array(
'group_name' => 'CiviCRM Preferences',
'is_domain' => 1,
'is_contact' => 0,
'description' => "",
- 'help_text' => null,
+ 'help_text' => NULL,
),
'securityUpdateAlert' => array(
'group_name' => 'CiviCRM Preferences',
'is_domain' => 1,
'is_contact' => 0,
'description' => "",
- 'help_text' => null,
+ 'help_text' => NULL,
),
'versionCheck' => array(
'group_name' => 'CiviCRM Preferences',
'is_domain' => 1,
'is_contact' => 0,
'description' => "",
- 'help_text' => null,
+ 'help_text' => NULL,
),
'versionCheckIgnoreDate' => array(
'group_name' => 'CiviCRM Preferences',
'is_domain' => 1,
'is_contact' => 0,
'description' => "",
- 'help_text' => null,
+ 'help_text' => NULL,
),
'securityAlert' => array(
'group_name' => 'CiviCRM Preferences',
'is_domain' => 1,
'is_contact' => 0,
'description' => "If enabled, CiviCRM will automatically run checks for significant mis-configurations such as ineffective file protections.",
- 'help_text' => null,
+ 'help_text' => NULL,
),
'doNotAttachPDFReceipt' => array(
'group_name' => 'CiviCRM Preferences',
'group' => 'core',
'name' => 'doNotAttachPDFReceipt',
- 'prefetch' => 1, // prefetch causes it to be cached in config object. Usually this is a transitional setting. Some things like urls are permanent. Remove this comment if you have assessed & it should be permanent
- 'config_only'=> 1, //@todo - see https://wiki.civicrm.org/confluence/display/CRMDOC/Settings+Reference#SettingsReference-Convertingaconfigobjecttoasetting on removing this deprecated value
+ 'prefetch' => 1, // prefetch causes it to be cached in config object. Usually this is a transitional setting. Some things like urls are permanent. Remove this comment if you have assessed & it should be permanent
+ 'config_only' => 1, //@todo - see https://wiki.civicrm.org/confluence/display/CRMDOC/Settings+Reference#SettingsReference-Convertingaconfigobjecttoasetting on removing this deprecated value
'type' => 'Boolean',
'quick_form_type' => 'YesNo',
'default' => 1,
'is_domain' => 1,
'is_contact' => 0,
'description' => "If enabled, CiviCRM sends PDF receipt as an attachment during event signup or online contribution.",
- 'help_text' => null,
+ 'help_text' => NULL,
),
'wkhtmltopdfPath' => array(
'group_name' => 'CiviCRM Preferences',
'group' => 'core',
'name' => 'wkhtmltopdfPath',
- 'prefetch' => 1, // prefetch causes it to be cached in config settings. Usually this is a transitional setting. Some things like urls are permanent. Remove this comment if you have assessed & it should be permanent
- 'config_only'=> 1, //@todo - see https://wiki.civicrm.org/confluence/display/CRMDOC/Settings+Reference#SettingsReference-Convertingaconfigobjecttoasetting on removing this deprecated value
+ 'prefetch' => 1, // prefetch causes it to be cached in config settings. Usually this is a transitional setting. Some things like urls are permanent. Remove this comment if you have assessed & it should be permanent
+ 'config_only' => 1, //@todo - see https://wiki.civicrm.org/confluence/display/CRMDOC/Settings+Reference#SettingsReference-Convertingaconfigobjecttoasetting on removing this deprecated value
'type' => 'String',
'quick_form_type' => 'Element',
'html_type' => 'text',
'maxlength' => 256,
),
'html_type' => 'Text',
- 'default' => null,
+ 'default' => NULL,
'add' => '4.3',
'title' => 'Path to wkhtmltopdf executable',
'is_domain' => 1,
'is_contact' => 0,
- 'description' => null,
- 'help_text' => null,
+ 'description' => NULL,
+ 'help_text' => NULL,
),
'recaptchaPublicKey' => array(
'group_name' => 'CiviCRM Preferences',
'group' => 'core',
'name' => 'recaptchaPublicKey',
- 'prefetch' => 1, // prefetch causes it to be cached in config settings. Usually this is a transitional setting. Some things like urls are permanent. Remove this comment if you have assessed & it should be permanent
- 'config_only'=> 1, //@todo - see https://wiki.civicrm.org/confluence/display/CRMDOC/Settings+Reference#SettingsReference-Convertingaconfigobjecttoasetting on removing this deprecated value
+ 'prefetch' => 1, // prefetch causes it to be cached in config settings. Usually this is a transitional setting. Some things like urls are permanent. Remove this comment if you have assessed & it should be permanent
+ 'config_only' => 1, //@todo - see https://wiki.civicrm.org/confluence/display/CRMDOC/Settings+Reference#SettingsReference-Convertingaconfigobjecttoasetting on removing this deprecated value
'type' => 'String',
'quick_form_type' => 'Element',
'html_type' => 'text',
'maxlength' => 64,
),
'html_type' => 'Text',
- 'default' => null,
+ 'default' => NULL,
'add' => '4.3',
'title' => 'Recaptcha Public Key',
'is_domain' => 1,
'is_contact' => 0,
- 'description' => null,
- 'help_text' => null,
+ 'description' => NULL,
+ 'help_text' => NULL,
),
'recaptchaPrivateKey' => array(
'group_name' => 'CiviCRM Preferences',
'group' => 'core',
'name' => 'recaptchaPrivateKey',
- 'prefetch' => 1, // prefetch causes it to be cached in config settings. Usually this is a transitional setting. Some things like urls are permanent. Remove this comment if you have assessed & it should be permanent
- 'config_only'=> 1,//@todo - see https://wiki.civicrm.org/confluence/display/CRMDOC/Settings+Reference#SettingsReference-Convertingaconfigobjecttoasetting on removing this deprecated value
+ 'prefetch' => 1, // prefetch causes it to be cached in config settings. Usually this is a transitional setting. Some things like urls are permanent. Remove this comment if you have assessed & it should be permanent
+ 'config_only' => 1, //@todo - see https://wiki.civicrm.org/confluence/display/CRMDOC/Settings+Reference#SettingsReference-Convertingaconfigobjecttoasetting on removing this deprecated value
'type' => 'String',
'quick_form_type' => 'Element',
'html_type' => 'text',
'maxlength' => 64,
),
'html_type' => 'Text',
- 'default' => null,
+ 'default' => NULL,
'add' => '4.3',
'title' => 'Recaptcha Private Key',
'is_domain' => 1,
'is_contact' => 0,
- 'description' => null,
- 'help_text' => null,
+ 'description' => NULL,
+ 'help_text' => NULL,
),
'recaptchaPrivateKey' => array(
'group_name' => 'CiviCRM Preferences',
'group' => 'core',
'name' => 'recaptchaPrivateKey',
- 'prefetch' => 1, // prefetch causes it to be cached in config settings. Usually this is a transitional setting. Some things like urls are permanent. Remove this comment if you have assessed & it should be permanent
- 'config_only'=> 1, //@todo - see https://wiki.civicrm.org/confluence/display/CRMDOC/Settings+Reference#SettingsReference-Convertingaconfigobjecttoasetting on removing this deprecated value
+ 'prefetch' => 1, // prefetch causes it to be cached in config settings. Usually this is a transitional setting. Some things like urls are permanent. Remove this comment if you have assessed & it should be permanent
+ 'config_only' => 1, //@todo - see https://wiki.civicrm.org/confluence/display/CRMDOC/Settings+Reference#SettingsReference-Convertingaconfigobjecttoasetting on removing this deprecated value
'type' => 'String',
'quick_form_type' => 'Element',
'html_type' => 'text',
'maxlength' => 64,
),
'html_type' => 'Text',
- 'default' => null,
+ 'default' => NULL,
'add' => '4.3',
'title' => 'Recaptcha Private Key',
'is_domain' => 1,
'is_contact' => 0,
- 'description' => null,
- 'help_text' => null,
+ 'description' => NULL,
+ 'help_text' => NULL,
),
'dashboardCacheTimeout' => array(
'group_name' => 'CiviCRM Preferences',
'group' => 'core',
'name' => 'dashboardCacheTimeout',
- 'prefetch' => 1, // prefetch causes it to be cached in config settings. Usually this is a transitional setting. Some things like urls are permanent. Remove this comment if you have assessed & it should be permanent
- 'config_only'=> 1, //@todo - see https://wiki.civicrm.org/confluence/display/CRMDOC/Settings+Reference#SettingsReference-Convertingaconfigobjecttoasetting on removing this deprecated value
+ 'prefetch' => 1, // prefetch causes it to be cached in config settings. Usually this is a transitional setting. Some things like urls are permanent. Remove this comment if you have assessed & it should be permanent
+ 'config_only' => 1, //@todo - see https://wiki.civicrm.org/confluence/display/CRMDOC/Settings+Reference#SettingsReference-Convertingaconfigobjecttoasetting on removing this deprecated value
'type' => 'Integer',
'quick_form_type' => 'Element',
'html_type' => 'text',
'maxlength' => 5,
),
'html_type' => 'Text',
- 'default' => null,
+ 'default' => NULL,
'add' => '4.3',
'title' => 'Dashboard cache timeout',
'is_domain' => 1,
'is_contact' => 0,
- 'description' => null,
- 'help_text' => null,
+ 'description' => NULL,
+ 'help_text' => NULL,
),
'checksumTimeout' => array(
'group_name' => 'CiviCRM Preferences',
'group' => 'core',
'name' => 'checksumTimeout',
- 'prefetch' => 1, // prefetch causes it to be cached in config settings. Usually this is a transitional setting. Some things like urls are permanent. Remove this comment if you have assessed & it should be permanent
+ 'prefetch' => 1, // prefetch causes it to be cached in config settings. Usually this is a transitional setting. Some things like urls are permanent. Remove this comment if you have assessed & it should be permanent
'type' => 'Integer',
'quick_form_type' => 'Element',
'html_type' => 'text',
'title' => 'Checksum Lifespan',
'is_domain' => 1,
'is_contact' => 0,
- 'description' => null,
- 'help_text' => null,
+ 'description' => NULL,
+ 'help_text' => NULL,
),
'blogUrl' => array(
'group_name' => 'CiviCRM Preferences',
'group_name' => 'CiviCRM Preferences',
'group' => 'core',
'name' => 'resCacheCode',
- 'prefetch' => 1, // prefetch causes it to be cached in config settings. Usually this is a transitional setting. Some things like urls are permanent. Remove this comment if you have assessed & it should be permanent
- 'config_only'=> 1, //@todo - see https://wiki.civicrm.org/confluence/display/CRMDOC/Settings+Reference#SettingsReference-Convertingaconfigobjecttoasetting on removing this deprecated value
+ 'prefetch' => 1, // prefetch causes it to be cached in config settings. Usually this is a transitional setting. Some things like urls are permanent. Remove this comment if you have assessed & it should be permanent
+ 'config_only' => 1, //@todo - see https://wiki.civicrm.org/confluence/display/CRMDOC/Settings+Reference#SettingsReference-Convertingaconfigobjecttoasetting on removing this deprecated value
'type' => 'String',
'quick_form_type' => 'Element',
'html_type' => 'text',
'maxlength' => 16,
),
'html_type' => 'Text',
- 'default' => null,
+ 'default' => NULL,
'add' => '4.3',
'title' => 'Resource Cache Code',
'is_domain' => 1,
'is_contact' => 0,
'description' => 'Code appended to resource URLs (JS/CSS) to coerce HTTP caching',
- 'help_text' => null,
+ 'help_text' => NULL,
),
'verifySSL' => array(
'group_name' => 'CiviCRM Preferences',
'type' => 'String',
'html_type' => 'text',
'quick_form_type' => 'Element',
- 'prefetch' => 1, // prefetch causes it to be cached in config settings. Usually this is a transitional setting. Some things like urls are permanent. Remove this comment if you have assessed & it should be permanent
+ 'prefetch' => 1, // prefetch causes it to be cached in config settings. Usually this is a transitional setting. Some things like urls are permanent. Remove this comment if you have assessed & it should be permanent
'default' => '',
'add' => '4.3',
'title' => 'WordPress Base Page',
'group_name' => 'CiviCRM Preferences',
'group' => 'core',
'name' => 'secondDegRelPermissions',
- 'prefetch' => 1, // prefetch causes it to be cached in config settings. Usually this is a transitional setting. Some things like urls are permanent. Remove this comment if you have assessed & it should be permanent
+ 'prefetch' => 1, // prefetch causes it to be cached in config settings. Usually this is a transitional setting. Some things like urls are permanent. Remove this comment if you have assessed & it should be permanent
'type' => 'Boolean',
'quick_form_type' => 'YesNo',
'default' => 0,
'is_domain' => 1,
'is_contact' => 0,
'description' => "If enabled, contacts with the permission to edit a related contact will inherit that contact's permission to edit other related contacts",
- 'help_text' => null,
+ 'help_text' => NULL,
),
'enable_components' => array(
'title' => 'Enable Components',
'is_domain' => '1',
'is_contact' => 0,
- 'description' => null,
- 'help_text' => null,
+ 'description' => NULL,
+ 'help_text' => NULL,
'on_change' => array(
array('CRM_Case_Info', 'onToggleComponents'),
array('CRM_Core_Component', 'flushEnabledComponents'),
'group_name' => 'CiviCRM Preferences',
'group' => 'core',
'name' => 'empoweredBy',
- 'prefetch' => 1, // prefetch causes it to be cached in config settings. Usually this is a transitional setting. Some things like urls are permanent. Remove this comment if you have assessed & it should be permanent
+ 'prefetch' => 1, // prefetch causes it to be cached in config settings. Usually this is a transitional setting. Some things like urls are permanent. Remove this comment if you have assessed & it should be permanent
'type' => 'Boolean',
'quick_form_type' => 'YesNo',
'default' => 1,
'is_domain' => 1,
'is_contact' => 0,
'description' => 'When enabled, "empowered by CiviCRM" is displayed at the bottom of public forms.',
- 'help_text' => null,
+ 'help_text' => NULL,
),
);
'type' => 'String',
'quick_form_type' => 'Element',
'html_type' => 'text',
- 'default' => null,
+ 'default' => NULL,
'add' => '4.3',
'title' => 'Fatal Error Handler',
'is_domain' => 1,
'name' => 'uploadDir',
'type' => 'Url',
'html_type' => 'Text',
- 'default' => null,
+ 'default' => NULL,
'add' => '4.1',
'prefetch' => 1,
'title' => 'Upload Directory',
'is_domain' => 1,
'is_contact' => 0,
- 'description' => null,
+ 'description' => NULL,
'help_text' => '',
),
'imageUploadDir' => array(
'name' => 'imageUploadDir',
'type' => 'Url',
'html_type' => 'Text',
- 'default' => null,
+ 'default' => NULL,
'add' => '4.1',
'prefetch' => 1,
'title' => 'Image Directory',
'is_domain' => 1,
'is_contact' => 0,
- 'description' => null,
- 'help_text' => null,
+ 'description' => NULL,
+ 'help_text' => NULL,
),
'customFileUploadDir' => array(
'group_name' => 'Directory Preferences',
'name' => 'customFileUploadDir',
'type' => 'Url',
'html_type' => 'Text',
- 'default' => null,
+ 'default' => NULL,
'add' => '4.1',
'prefetch' => 1,
'title' => 'Custom Files Upload Directory',
'is_domain' => 1,
'is_contact' => 0,
- 'description' => null,
- 'help_text' => null,
+ 'description' => NULL,
+ 'help_text' => NULL,
),
'customTemplateDir' => array(
'group_name' => 'Directory Preferences',
'name' => 'customTemplateDir',
'type' => 'Url',
'html_type' => 'Text',
- 'default' => null,
+ 'default' => NULL,
'add' => '4.1',
'prefetch' => 1,
'title' => 'Custom Template Directory',
'is_domain' => 1,
'is_contact' => 0,
- 'description' => null,
- 'help_text' => null,
+ 'description' => NULL,
+ 'help_text' => NULL,
),
'customPHPPathDir' => array(
'group_name' => 'Directory Preferences',
'name' => 'customPHPPathDir',
'type' => 'Url',
'html_type' => 'Text',
- 'default' => null,
+ 'default' => NULL,
'add' => '4.1',
'prefetch' => 1,
'title' => 'Custom PHP Path',
'is_domain' => 1,
'is_contact' => 0,
- 'description' => null,
- 'help_text' => null,
+ 'description' => NULL,
+ 'help_text' => NULL,
),
'extensionsDir' => array(
'group_name' => 'Directory Preferences',
'name' => 'extensionsDir',
'type' => 'Url',
'html_type' => 'Text',
- 'default' => null,
+ 'default' => NULL,
'add' => '4.1',
'prefetch' => 1,
'title' => 'Extensions Directory',
'is_domain' => 1,
'is_contact' => 0,
- 'description' => null,
- 'help_text' => null,
+ 'description' => NULL,
+ 'help_text' => NULL,
),
/*
* Settings metadata file
*/
-return array (
+return array(
'event_enable_cart' =>
- array (
+ array(
'name' => 'enable_cart',
'group_name' => 'Event Preferences',
'group' => 'event',
'group_name' => 'Localization Preferences',
'group' => 'localization',
'name' => 'monetaryThousandSeparator',
- 'prefetch' => 1, // prefetch causes it to be cached in config settings. Usually this is a transitional setting. Some things like urls are permanent. Remove this comment if you have assessed & it should be permanent
+ 'prefetch' => 1, // prefetch causes it to be cached in config settings. Usually this is a transitional setting. Some things like urls are permanent. Remove this comment if you have assessed & it should be permanent
'config_only' => 1, //@todo - see https://wiki.civicrm.org/confluence/display/CRMDOC/Settings+Reference#SettingsReference-Convertingaconfigobjecttoasetting on removing this deprecated value
'type' => 'String',
'quick_form_type' => 'Element',
'title' => 'Thousands Separator',
'is_domain' => 1,
'is_contact' => 0,
- 'description' => null,
- 'help_text' => null,
+ 'description' => NULL,
+ 'help_text' => NULL,
),
'monetaryDecimalPoint' => array(
'group_name' => 'Localization Preferences',
'group' => 'localization',
'name' => 'monetaryDecimalPoint',
- 'prefetch' => 1, // prefetch causes it to be cached in config settings. Usually this is a transitional setting. Some things like urls are permanent. Remove this comment if you have assessed & it should be permanent
+ 'prefetch' => 1, // prefetch causes it to be cached in config settings. Usually this is a transitional setting. Some things like urls are permanent. Remove this comment if you have assessed & it should be permanent
'config_only' => 1, //@todo - see https://wiki.civicrm.org/confluence/display/CRMDOC/Settings+Reference#SettingsReference-Convertingaconfigobjecttoasetting on removing this deprecated value
'type' => 'String',
'quick_form_type' => 'Element',
'title' => 'Decimal Delimiter',
'is_domain' => 1,
'is_contact' => 0,
- 'description' => null,
- 'help_text' => null,
+ 'description' => NULL,
+ 'help_text' => NULL,
),
'moneyformat' => array(
'group_name' => 'Localization Preferences',
'group' => 'localization',
'name' => 'moneyformat',
- 'prefetch' => 1, // prefetch causes it to be cached in config settings. Usually this is a transitional setting. Some things like urls are permanent. Remove this comment if you have assessed & it should be permanent
+ 'prefetch' => 1, // prefetch causes it to be cached in config settings. Usually this is a transitional setting. Some things like urls are permanent. Remove this comment if you have assessed & it should be permanent
'config_only' => 1, //@todo - see https://wiki.civicrm.org/confluence/display/CRMDOC/Settings+Reference#SettingsReference-Convertingaconfigobjecttoasetting on removing this deprecated value
'type' => 'String',
'quick_form_type' => 'Element',
'title' => 'Monetary Amount Display',
'is_domain' => 1,
'is_contact' => 0,
- 'description' => null,
- 'help_text' => null,
+ 'description' => NULL,
+ 'help_text' => NULL,
),
'moneyvalueformat' => array(
'group_name' => 'Localization Preferences',
'group' => 'localization',
'name' => 'moneyvalueformat',
- 'prefetch' => 1, // prefetch causes it to be cached in config settings. Usually this is a transitional setting. Some things like urls are permanent. Remove this comment if you have assessed & it should be permanent
+ 'prefetch' => 1, // prefetch causes it to be cached in config settings. Usually this is a transitional setting. Some things like urls are permanent. Remove this comment if you have assessed & it should be permanent
'config_only' => 1, //@todo - see https://wiki.civicrm.org/confluence/display/CRMDOC/Settings+Reference#SettingsReference-Convertingaconfigobjecttoasetting on removing this deprecated value
'type' => 'String',
'quick_form_type' => 'Element',
'title' => 'Monetary Amount Display',
'is_domain' => 1,
'is_contact' => 0,
- 'description' => null,
- 'help_text' => null,
+ 'description' => NULL,
+ 'help_text' => NULL,
),
'defaultCurrency' => array(
'group_name' => 'Localization Preferences',
'group' => 'localization',
'name' => 'defaultCurrency',
- 'prefetch' => 1, // prefetch causes it to be cached in config settings. Usually this is a transitional setting. Some things like urls are permanent. Remove this comment if you have assessed & it should be permanent
+ 'prefetch' => 1, // prefetch causes it to be cached in config settings. Usually this is a transitional setting. Some things like urls are permanent. Remove this comment if you have assessed & it should be permanent
'config_only' => 1, //@todo - see https://wiki.civicrm.org/confluence/display/CRMDOC/Settings+Reference#SettingsReference-Convertingaconfigobjecttoasetting on removing this deprecated value
'type' => 'String',
'quick_form_type' => 'Element',
'is_domain' => 1,
'is_contact' => 0,
'description' => 'Default currency assigned to contributions and other monetary transactions.',
- 'help_text' => null,
+ 'help_text' => NULL,
),
'defaultContactCountry' => array(
'group_name' => 'Localization Preferences',
'group' => 'localization',
'name' => 'defaultContactCountry',
- 'prefetch' => 1, // prefetch causes it to be cached in config settings. Usually this is a transitional setting. Some things like urls are permanent. Remove this comment if you have assessed & it should be permanent
+ 'prefetch' => 1, // prefetch causes it to be cached in config settings. Usually this is a transitional setting. Some things like urls are permanent. Remove this comment if you have assessed & it should be permanent
'config_only' => 1, //@todo - see https://wiki.civicrm.org/confluence/display/CRMDOC/Settings+Reference#SettingsReference-Convertingaconfigobjecttoasetting on removing this deprecated value
'type' => 'String',
'quick_form_type' => 'Element',
'is_domain' => 1,
'is_contact' => 0,
'description' => 'This value is selected by default when adding a new contact address.',
- 'help_text' => null,
+ 'help_text' => NULL,
),
'countryLimit' => array(
'group_name' => 'Localization Preferences',
'group' => 'localization',
'name' => 'countryLimit',
- 'prefetch' => 1, // prefetch causes it to be cached in config settings. Usually this is a transitional setting. Some things like urls are permanent. Remove this comment if you have assessed & it should be permanent
+ 'prefetch' => 1, // prefetch causes it to be cached in config settings. Usually this is a transitional setting. Some things like urls are permanent. Remove this comment if you have assessed & it should be permanent
'config_only' => 1, //@todo - see https://wiki.civicrm.org/confluence/display/CRMDOC/Settings+Reference#SettingsReference-Convertingaconfigobjecttoasetting on removing this deprecated value
'type' => 'Array',
'quick_form_type' => 'Element',
'is_domain' => 1,
'is_contact' => 0,
'description' => '',
- 'help_text' => null,
+ 'help_text' => NULL,
),
'provinceLimit' => array(
'group_name' => 'Localization Preferences',
'group' => 'localization',
'name' => 'provinceLimit',
- 'prefetch' => 1, // prefetch causes it to be cached in config settings. Usually this is a transitional setting. Some things like urls are permanent. Remove this comment if you have assessed & it should be permanent
+ 'prefetch' => 1, // prefetch causes it to be cached in config settings. Usually this is a transitional setting. Some things like urls are permanent. Remove this comment if you have assessed & it should be permanent
'config_only' => 1, //@todo - see https://wiki.civicrm.org/confluence/display/CRMDOC/Settings+Reference#SettingsReference-Convertingaconfigobjecttoasetting on removing this deprecated value
'type' => 'Array',
'quick_form_type' => 'Element',
'is_domain' => 1,
'is_contact' => 0,
'description' => '',
- 'help_text' => null,
+ 'help_text' => NULL,
),
'inheritLocale' => array(
'group_name' => 'Localization Preferences',
'group' => 'localization',
'name' => 'inheritLocale',
- 'prefetch' => 1, // prefetch causes it to be cached in config settings. Usually this is a transitional setting. Some things like urls are permanent. Remove this comment if you have assessed & it should be permanent
+ 'prefetch' => 1, // prefetch causes it to be cached in config settings. Usually this is a transitional setting. Some things like urls are permanent. Remove this comment if you have assessed & it should be permanent
'config_only' => 1, //@todo - see https://wiki.civicrm.org/confluence/display/CRMDOC/Settings+Reference#SettingsReference-Convertingaconfigobjecttoasetting on removing this deprecated value
'type' => 'Boolean',
'quick_form_type' => 'YesNo',
'is_domain' => 1,
'is_contact' => 0,
'description' => '',
- 'help_text' => null,
+ 'help_text' => NULL,
),
'dateformatDatetime' => array(
'group_name' => 'Localization Preferences',
'group' => 'localization',
'name' => 'dateformatDatetime',
- 'prefetch' => 1, // prefetch causes it to be cached in config settings. Usually this is a transitional setting. Some things like urls are permanent. Remove this comment if you have assessed & it should be permanent
+ 'prefetch' => 1, // prefetch causes it to be cached in config settings. Usually this is a transitional setting. Some things like urls are permanent. Remove this comment if you have assessed & it should be permanent
'config_only' => 1, //@todo - see https://wiki.civicrm.org/confluence/display/CRMDOC/Settings+Reference#SettingsReference-Convertingaconfigobjecttoasetting on removing this deprecated value
'type' => 'String',
'default' => '%B %E%f, %Y %l:%M %P',
'is_domain' => 1,
'is_contact' => 0,
'description' => '',
- 'help_text' => null,
+ 'help_text' => NULL,
),
'dateformatFull' => array(
'group_name' => 'Localization Preferences',
'group' => 'localization',
'name' => 'dateformatFull',
- 'prefetch' => 1, // prefetch causes it to be cached in config settings. Usually this is a transitional setting. Some things like urls are permanent. Remove this comment if you have assessed & it should be permanent
+ 'prefetch' => 1, // prefetch causes it to be cached in config settings. Usually this is a transitional setting. Some things like urls are permanent. Remove this comment if you have assessed & it should be permanent
'config_only' => 1, //@todo - see https://wiki.civicrm.org/confluence/display/CRMDOC/Settings+Reference#SettingsReference-Convertingaconfigobjecttoasetting on removing this deprecated value
'type' => 'String',
'default' => '%B %E%f, %Y',
'is_domain' => 1,
'is_contact' => 0,
'description' => '',
- 'help_text' => null,
+ 'help_text' => NULL,
),
'dateformatPartial' => array(
'group_name' => 'Localization Preferences',
'group' => 'localization',
'name' => 'dateformatPartial',
- 'prefetch' => 1, // prefetch causes it to be cached in config settings. Usually this is a transitional setting. Some things like urls are permanent. Remove this comment if you have assessed & it should be permanent
+ 'prefetch' => 1, // prefetch causes it to be cached in config settings. Usually this is a transitional setting. Some things like urls are permanent. Remove this comment if you have assessed & it should be permanent
'config_only' => 1, //@todo - see https://wiki.civicrm.org/confluence/display/CRMDOC/Settings+Reference#SettingsReference-Convertingaconfigobjecttoasetting on removing this deprecated value
'type' => 'String',
'default' => '%B %Y',
'is_domain' => 1,
'is_contact' => 0,
'description' => '',
- 'help_text' => null,
+ 'help_text' => NULL,
),
'lcMessages' => array(
'group_name' => 'Localization Preferences',
'group' => 'localization',
'name' => 'lcMessages',
- 'prefetch' => 1, // prefetch causes it to be cached in config settings. Usually this is a transitional setting. Some things like urls are permanent. Remove this comment if you have assessed & it should be permanent
+ 'prefetch' => 1, // prefetch causes it to be cached in config settings. Usually this is a transitional setting. Some things like urls are permanent. Remove this comment if you have assessed & it should be permanent
'config_only' => 1, //@todo - see https://wiki.civicrm.org/confluence/display/CRMDOC/Settings+Reference#SettingsReference-Convertingaconfigobjecttoasetting on removing this deprecated value
'type' => 'String',
'default' => 'en_US',
'is_domain' => 1,
'is_contact' => 0,
'description' => '',
- 'help_text' => null,
+ 'help_text' => NULL,
),
);
'is_domain' => 1,
'is_contact' => 0,
'description' => 'When CiviMail is enabled, users who "subscribe" to a group from a profile Group(s) checkbox will receive a confirmation email. They must respond (opt-in) before they are added to the group.',
- 'help_text' => null,
+ 'help_text' => NULL,
),
'track_civimail_replies' => array(
'group_name' => 'Mailing Preferences',
'is_domain' => 1,
'is_contact' => 0,
'description' => 'When CiviMail is enabled, users who "subscribe" to a group from a profile Group(s) checkbox will receive a confirmation email. They must respond (opt-in) before they are added to the group.',
- 'help_text' => null,
+ 'help_text' => NULL,
'validate_callback' => 'CRM_Core_BAO_Setting::validateBoolSetting',
),
'civimail_workflow' => array(
'is_domain' => 1,
'is_contact' => 0,
'description' => 'When CiviMail is enabled, users who "subscribe" to a group from a profile Group(s) checkbox will receive a confirmation email. They must respond (opt-in) before they are added to the group.',
- 'help_text' => null,
+ 'help_text' => NULL,
),
'civimail_server_wide_lock' => array(
'group_name' => 'Mailing Preferences',
'title' => 'Lock Mails Server-Wide for Mail Sending',
'is_domain' => 1,
'is_contact' => 0,
- 'description' => null,
- 'help_text' => null,
+ 'description' => NULL,
+ 'help_text' => NULL,
),
'mailing_backend' => array(
'group_name' => 'Mailing Preferences',
'title' => 'Mailing Backend',
'is_domain' => 1,
'is_contact' => 0,
- 'description' => null,
- 'help_text' => null,
+ 'description' => NULL,
+ 'help_text' => NULL,
),
'profile_double_optin' => array(
'group_name' => 'Mailing Preferences',
'is_domain' => 1,
'is_contact' => 0,
'description' => 'When CiviMail is enabled, users who "subscribe" to a group from a profile Group(s) checkbox will receive a confirmation email. They must respond (opt-in) before they are added to the group.',
- 'help_text' => null,
+ 'help_text' => NULL,
),
'profile_add_to_group_double_optin' => array(
'group_name' => 'Mailing Preferences',
'is_domain' => 1,
'is_contact' => 0,
'description' => 'When CiviMail is enabled, users who "subscribe" to a group from a profile Group(s) checkbox will receive a confirmation email. They must respond (opt-in) before they are added to the group.',
- 'help_text' => null,
+ 'help_text' => NULL,
),
'disable_mandatory_tokens_check' => array(
'group_name' => 'Mailing Preferences',
'is_domain' => 1,
'is_contact' => 0,
'description' => 'Don\'t check for presence of mandatory tokens (domain address; unsubscribe/opt-out) before sending mailings. WARNING: Mandatory tokens are a safe-guard which facilitate compliance with the US CAN-SPAM Act. They should only be disabled if your organization adopts other mechanisms for compliance or if your organization is not subject to CAN-SPAM.',
- 'help_text' => null,
+ 'help_text' => NULL,
),
'dedupe_email_default' => array(
'group_name' => 'Mailing Preferences',
'is_domain' => 1,
'is_contact' => 0,
'description' => 'Set the "dedupe e-mail" option when sending a new mailing to "true" by default.',
- 'help_text' => null,
+ 'help_text' => NULL,
),
'hash_mailing_url' => array(
'group_name' => 'Mailing Preferences',
'is_domain' => 1,
'is_contact' => 0,
'description' => 'If enabled, a randomized hash key will be used to reference the mailing URL in the mailing.viewUrl token, instead of the mailing ID',
- 'help_text' => null,
+ 'help_text' => NULL,
),
);
'name' => 'default_renewal_contribution_page',
'type' => 'Integer',
'html_type' => 'Select',
- 'default' => null,
+ 'default' => NULL,
'pseudoconstant' => array(
'name' => 'contributionPage',
),
'is_domain' => 1,
'is_contact' => 0,
'description' => 'If you select a default online contribution page for self-service membership renewals, a "renew" link pointing to that page will be displayed on the Contact Dashboard for memberships which were entered offline. You will need to ensure that the membership block for the selected online contribution page includes any currently available memberships.',
- 'help_text' => null,
+ 'help_text' => NULL,
),
);
'name' => 'is_enabled',
'title' => 'Multisite Is enabled',
'type' => 'Integer',
- 'default' => null,
+ 'default' => NULL,
'add' => '4.1',
'is_domain' => 1,
'is_contact' => 0,
'description' => 'Multisite is enabled',
- 'help_text' => null,
+ 'help_text' => NULL,
),
'domain_group_id' => array(
'group_name' => 'Multi Site Preferences',
'name' => 'domain_group_id',
'title' => 'Multisite Domain Group',
'type' => 'Integer',
- 'default' => null,
+ 'default' => NULL,
'add' => '4.1',
'is_domain' => 1,
'is_contact' => 0,
- 'description' => null,
- 'help_text' => null,
+ 'description' => NULL,
+ 'help_text' => NULL,
),
'event_price_set_domain_id' => array(
'group_name' => 'Multi Site Preferences',
'name' => 'event_price_set_domain_id',
'title' => 'Domain Event Price Set',
'type' => 'Integer',
- 'default' => null,
+ 'default' => NULL,
'add' => '4.1',
'is_domain' => 1,
'is_contact' => 0,
'description' => '',
- 'help_text' => null,
+ 'help_text' => NULL,
),
'uniq_email_per_site' => array(
'group_name' => 'Multi Site Preferences',
'name' => 'uniq_email_per_site',
'type' => 'Integer',
'title' => 'Unique Email per Domain?',
- 'default' => null,
+ 'default' => NULL,
'add' => '4.1',
'is_domain' => 1,
'is_contact' => 0,
'description' => '',
- 'help_text' => null,
+ 'help_text' => NULL,
),
);
/*
* Settings metadata file
*/
-return array (
+return array(
'search_autocomplete_count' => array(
'group_name' => 'Search Preferences',
'group' => 'Search Preferences',
'is_domain' => 1,
'is_contact' => 0,
'description' => 'The maximum number of contacts to show at a time when typing in an autocomplete field.',
- 'help_text' => null,
+ 'help_text' => NULL,
),
'enable_innodb_fts' => array(
'group_name' => 'Search Preferences',
'is_domain' => 1,
'is_contact' => 0,
'description' => "Enable InnoDB full-text search optimizations. (Requires MySQL 5.6+)",
- 'help_text' => null,
+ 'help_text' => NULL,
'on_change' => array(
array('CRM_Core_InnoDBIndexer', 'onToggleFts'),
),
'title' => 'How to handle full-tet queries',
'is_domain' => 1,
'is_contact' => 0,
- 'description' => null,
- 'help_text' => null,
+ 'description' => NULL,
+ 'help_text' => NULL,
),
);
/*
* Settings metadata file
*/
-return array (
+return array(
'userFrameworkResourceURL' => array(
'group' => 'url',
'group_name' => 'URL Preferences',
'name' => 'userFrameworkResourceURL',
'title' => 'Script and CSS Resources URL',
'type' => 'String',
- 'default' => null,
+ 'default' => NULL,
'add' => '4.1',
'prefetch' => 1,
'is_domain' => 1,
'is_contact' => 0,
'description' => 'CiviCRM Resource URL',
- 'help_text' => null,
+ 'help_text' => NULL,
'validate_callback' => 'CRM_Utils_Rule::url',
),
'imageUploadURL' => array(
'title' => 'Image URL Prefix',
'name' => 'imageUploadURL',
'type' => 'String',
- 'default' => null,
+ 'default' => NULL,
'add' => '4.1',
'prefetch' => 1,
'is_domain' => 1,
'is_contact' => 0,
'description' => 'Image Upload URL',
- 'help_text' => null,
+ 'help_text' => NULL,
'validate_callback' => 'CRM_Utils_Rule::url',
),
'customCSSURL' => array(
'name' => 'customCSSURL',
'title' => 'Custom CSS',
'type' => 'String',
- 'default' => null,
+ 'default' => NULL,
'add' => '4.1',
'prefetch' => 1,
'is_domain' => 1,
'is_contact' => 0,
'description' => 'Custom CiviCRM CSS URL',
- 'help_text' => null,
+ 'help_text' => NULL,
'validate_callback' => 'CRM_Utils_Rule::url',
),