[ 'bootstrap_comment' => 'This is a boot setting which may be loaded during bootstrap. Defaults are loaded via SettingsBag::getSystemDefaults().', 'group' => 'url', 'group_name' => 'URL Preferences', 'name' => 'userFrameworkResourceURL', 'title' => ts('CiviCRM Resource URL'), 'type' => 'String', 'html_type' => 'text', 'quick_form_type' => 'Element', 'default' => NULL, 'add' => '4.1', 'is_domain' => 1, 'is_contact' => 0, 'description' => ts('Absolute URL of the location where the civicrm module or component has been installed.'), 'help_text' => NULL, 'validate_callback' => 'CRM_Utils_Rule::urlish', ], 'imageUploadURL' => [ 'bootstrap_comment' => 'This is a boot setting which may be loaded during bootstrap. Defaults are loaded via SettingsBag::getSystemDefaults().', 'group' => 'url', 'group_name' => 'URL Preferences', 'title' => ts('Image Upload URL'), 'name' => 'imageUploadURL', 'type' => 'String', 'html_type' => 'text', 'quick_form_type' => 'Element', 'default' => NULL, 'add' => '4.1', 'is_domain' => 1, 'is_contact' => 0, 'description' => ts('URL of the location for uploaded image files.'), 'help_text' => NULL, 'validate_callback' => 'CRM_Utils_Rule::urlish', ], 'customCSSURL' => [ 'bootstrap_comment' => 'This is a boot setting which may be loaded during bootstrap. Defaults are loaded via SettingsBag::getSystemDefaults().', 'group' => 'url', 'group_name' => 'URL Preferences', 'name' => 'customCSSURL', 'title' => ts('Custom CSS URL'), 'type' => 'String', 'html_type' => 'text', 'quick_form_type' => 'Element', 'default' => NULL, 'add' => '4.1', 'is_domain' => 1, 'is_contact' => 0, 'description' => ts('You can modify the look and feel of CiviCRM by adding your own stylesheet. For small to medium sized modifications, use your css file to override some of the styles in civicrm.css. Or if you need to make drastic changes, you can choose to disable civicrm.css completely.'), 'help_text' => NULL, 'validate_callback' => 'CRM_Utils_Rule::urlish', ], 'extensionsURL' => [ 'bootstrap_comment' => 'This is a boot setting which may be loaded during bootstrap. Defaults are loaded via SettingsBag::getSystemDefaults().', 'group' => 'url', 'group_name' => 'URL Preferences', 'title' => ts('Extension Resource URL'), 'name' => 'extensionsURL', 'type' => 'String', 'html_type' => 'text', 'quick_form_type' => 'Element', 'default' => NULL, 'add' => '4.1', 'is_domain' => 1, 'is_contact' => 0, 'description' => ts('Base URL for extension resources (images, stylesheets, etc). This should match extensionsDir.'), 'help_text' => NULL, 'validate_callback' => 'CRM_Utils_Rule::urlish', ], ];