Merge pull request #7850 from jitendrapurohit/CRM-17968
[civicrm-core.git] / settings / Directory.setting.php
index d7efcda29a3e0b887ed0fb95a0c62b1b18b97da0..069d37e024a290b10f44dc5256dbbf6be0da07ed 100644 (file)
@@ -38,6 +38,7 @@
 
 return array(
   'uploadDir' => array(
+    'bootstrap_comment' => 'This is a boot setting which may be loaded during bootstrap. Defaults are loaded via SettingsBag::getSystemDefaults().',
     'group_name' => 'Directory Preferences',
     'group' => 'directory',
     'name' => 'uploadDir',
@@ -53,6 +54,7 @@ return array(
     '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 are loaded via SettingsBag::getSystemDefaults().',
     'group_name' => 'Directory Preferences',
     'group' => 'directory',
     'name' => 'imageUploadDir',
@@ -68,6 +70,7 @@ return array(
     'help_text' => NULL,
   ),
   'customFileUploadDir' => array(
+    'bootstrap_comment' => 'This is a boot setting which may be loaded during bootstrap. Defaults are loaded via SettingsBag::getSystemDefaults().',
     'group_name' => 'Directory Preferences',
     'group' => 'directory',
     'name' => 'customFileUploadDir',
@@ -83,6 +86,7 @@ return array(
     'help_text' => NULL,
   ),
   'customTemplateDir' => array(
+    'bootstrap_comment' => 'This is a boot setting which may be loaded during bootstrap. Defaults are loaded via SettingsBag::getSystemDefaults().',
     'group_name' => 'Directory Preferences',
     'group' => 'directory',
     'name' => 'customTemplateDir',
@@ -98,6 +102,7 @@ return array(
     'help_text' => NULL,
   ),
   'customPHPPathDir' => array(
+    'bootstrap_comment' => 'This is a boot setting which may be loaded during bootstrap. Defaults are loaded via SettingsBag::getSystemDefaults().',
     'group_name' => 'Directory Preferences',
     'group' => 'directory',
     'name' => 'customPHPPathDir',
@@ -113,6 +118,7 @@ return array(
     'help_text' => NULL,
   ),
   'extensionsDir' => array(
+    'bootstrap_comment' => 'This is a boot setting which may be loaded during bootstrap. Defaults are loaded via SettingsBag::getSystemDefaults().',
     'group_name' => 'Directory Preferences',
     'group' => 'directory',
     'name' => 'extensionsDir',
@@ -128,5 +134,4 @@ return array(
     'help_text' => NULL,
   ),
 
-
 );