return array(
'uploadDir' => array(
+ 'bootstrap_comment' => 'This is a boot setting which may be loaded during bootstrap. Defaults and other metadata may not be available during bootstrap.',
'group_name' => 'Directory Preferences',
'group' => 'directory',
'name' => 'uploadDir',
'help_text' => 'File system path where temporary CiviCRM files - such as import data files - are uploaded.',
),
'imageUploadDir' => array(
+ 'bootstrap_comment' => 'This is a boot setting which may be loaded during bootstrap. Defaults and other metadata may not be available during bootstrap.',
'group_name' => 'Directory Preferences',
'group' => 'directory',
'name' => 'imageUploadDir',
'help_text' => NULL,
),
'customFileUploadDir' => array(
+ 'bootstrap_comment' => 'This is a boot setting which may be loaded during bootstrap. Defaults and other metadata may not be available during bootstrap.',
'group_name' => 'Directory Preferences',
'group' => 'directory',
'name' => 'customFileUploadDir',
'help_text' => NULL,
),
'customTemplateDir' => array(
+ 'bootstrap_comment' => 'This is a boot setting which may be loaded during bootstrap. Defaults and other metadata may not be available during bootstrap.',
'group_name' => 'Directory Preferences',
'group' => 'directory',
'name' => 'customTemplateDir',
'help_text' => NULL,
),
'customPHPPathDir' => array(
+ 'bootstrap_comment' => 'This is a boot setting which may be loaded during bootstrap. Defaults and other metadata may not be available during bootstrap.',
'group_name' => 'Directory Preferences',
'group' => 'directory',
'name' => 'customPHPPathDir',
'help_text' => NULL,
),
'extensionsDir' => array(
+ 'bootstrap_comment' => 'This is a boot setting which may be loaded during bootstrap. Defaults and other metadata may not be available during bootstrap.',
'group_name' => 'Directory Preferences',
'group' => 'directory',
'name' => 'extensionsDir',
'help_text' => NULL,
),
-
);
*/
return array(
'userFrameworkResourceURL' => array(
+ 'bootstrap_comment' => 'This is a boot setting which may be loaded during bootstrap. Defaults and other metadata may not be available during bootstrap.',
'group' => 'url',
'group_name' => 'URL Preferences',
'name' => 'userFrameworkResourceURL',
'validate_callback' => 'CRM_Utils_Rule::urlish',
),
'imageUploadURL' => array(
+ 'bootstrap_comment' => 'This is a boot setting which may be loaded during bootstrap. Defaults and other metadata may not be available during bootstrap.',
'group' => 'url',
'group_name' => 'URL Preferences',
'title' => 'Image Upload URL',
'validate_callback' => 'CRM_Utils_Rule::urlish',
),
'customCSSURL' => array(
+ 'bootstrap_comment' => 'This is a boot setting which may be loaded during bootstrap. Defaults and other metadata may not be available during bootstrap.',
'group' => 'url',
'group_name' => 'URL Preferences',
'name' => 'customCSSURL',
'validate_callback' => 'CRM_Utils_Rule::urlish',
),
'extensionsURL' => array(
+ 'bootstrap_comment' => 'This is a boot setting which may be loaded during bootstrap. Defaults and other metadata may not be available during bootstrap.',
'group' => 'url',
'group_name' => 'URL Preferences',
'title' => 'Extension Resource URL',