dev/core#1390 - Search builder error on Membership source field
[civicrm-core.git] / settings / Directory.setting.php
CommitLineData
6a488035
TO
1<?php
2/*
3 +--------------------------------------------------------------------+
6b7eb9df 4 | Copyright CiviCRM LLC. All rights reserved. |
6a488035 5 | |
6b7eb9df
TO
6 | This work is published under the GNU AGPLv3 license with some |
7 | permitted exceptions and without any warranty. For full license |
8 | and copyright information, see https://civicrm.org/licensing |
6a488035 9 +--------------------------------------------------------------------+
d25dd0ee 10 */
6a488035
TO
11
12/**
13 *
14 * @package CRM
ca5cec67 15 * @copyright CiviCRM LLC https://civicrm.org/licensing
6a488035
TO
16 * $Id$
17 *
18 */
19/*
20 * Settings metadata file
21 */
22
dfe1f88a
CW
23return [
24 'uploadDir' => [
ac47f7ca 25 'bootstrap_comment' => 'This is a boot setting which may be loaded during bootstrap. Defaults are loaded via SettingsBag::getSystemDefaults().',
6a488035
TO
26 'group_name' => 'Directory Preferences',
27 'group' => 'directory',
28 'name' => 'uploadDir',
2937fb4a 29 'type' => 'String',
c1a2145a 30 'html_type' => 'text',
2937fb4a 31 'quick_form_type' => 'Element',
08e57c58 32 'default' => NULL,
6a488035 33 'add' => '4.1',
2937fb4a 34 'title' => 'Temporary Files Directory',
6a488035
TO
35 'is_domain' => 1,
36 'is_contact' => 0,
08e57c58 37 'description' => NULL,
2937fb4a 38 'help_text' => 'File system path where temporary CiviCRM files - such as import data files - are uploaded.',
dfe1f88a
CW
39 ],
40 'imageUploadDir' => [
ac47f7ca 41 'bootstrap_comment' => 'This is a boot setting which may be loaded during bootstrap. Defaults are loaded via SettingsBag::getSystemDefaults().',
6a488035
TO
42 'group_name' => 'Directory Preferences',
43 'group' => 'directory',
44 'name' => 'imageUploadDir',
2937fb4a 45 'type' => 'String',
c1a2145a 46 'html_type' => 'text',
2937fb4a 47 'quick_form_type' => 'Element',
08e57c58 48 'default' => NULL,
6a488035 49 'add' => '4.1',
66f90900 50 'title' => 'Image Directory',
6a488035
TO
51 'is_domain' => 1,
52 'is_contact' => 0,
2937fb4a 53 'description' => 'File system path where image files are uploaded. Currently, this path is used for images associated with premiums (CiviContribute thank-you gifts).',
08e57c58 54 'help_text' => NULL,
dfe1f88a
CW
55 ],
56 'customFileUploadDir' => [
ac47f7ca 57 'bootstrap_comment' => 'This is a boot setting which may be loaded during bootstrap. Defaults are loaded via SettingsBag::getSystemDefaults().',
6a488035
TO
58 'group_name' => 'Directory Preferences',
59 'group' => 'directory',
60 'name' => 'customFileUploadDir',
2937fb4a 61 'type' => 'String',
c1a2145a 62 'html_type' => 'text',
2937fb4a 63 'quick_form_type' => 'Element',
08e57c58 64 'default' => NULL,
6a488035 65 'add' => '4.1',
2937fb4a 66 'title' => 'Custom Files Directory',
6a488035
TO
67 'is_domain' => 1,
68 'is_contact' => 0,
2937fb4a 69 'description' => 'Path where documents and images which are attachments to contact records are stored (e.g. contact photos, resumes, contracts, etc.). These attachments are defined using \'file\' type custom fields.',
08e57c58 70 'help_text' => NULL,
dfe1f88a
CW
71 ],
72 'customTemplateDir' => [
ac47f7ca 73 'bootstrap_comment' => 'This is a boot setting which may be loaded during bootstrap. Defaults are loaded via SettingsBag::getSystemDefaults().',
6a488035
TO
74 'group_name' => 'Directory Preferences',
75 'group' => 'directory',
76 'name' => 'customTemplateDir',
2937fb4a 77 'type' => 'String',
c1a2145a 78 'html_type' => 'text',
2937fb4a 79 'quick_form_type' => 'Element',
08e57c58 80 'default' => NULL,
6a488035 81 'add' => '4.1',
66f90900 82 'title' => 'Custom Template Directory',
6a488035
TO
83 'is_domain' => 1,
84 'is_contact' => 0,
2937fb4a 85 'description' => 'Path where site specific templates are stored if any. This directory is searched first if set. Custom JavaScript code can be added to templates by creating files named templateFile.extra.tpl. (learn more...)',
08e57c58 86 'help_text' => NULL,
dfe1f88a
CW
87 ],
88 'customPHPPathDir' => [
ac47f7ca 89 'bootstrap_comment' => 'This is a boot setting which may be loaded during bootstrap. Defaults are loaded via SettingsBag::getSystemDefaults().',
6a488035
TO
90 'group_name' => 'Directory Preferences',
91 'group' => 'directory',
92 'name' => 'customPHPPathDir',
2937fb4a 93 'type' => 'String',
c1a2145a 94 'html_type' => 'text',
2937fb4a 95 'quick_form_type' => 'Element',
08e57c58 96 'default' => NULL,
6a488035 97 'add' => '4.1',
2937fb4a 98 'title' => 'Custom PHP Directory',
6a488035
TO
99 'is_domain' => 1,
100 'is_contact' => 0,
2937fb4a 101 'description' => 'Path where site specific PHP code files are stored if any. This directory is searched first if set.',
08e57c58 102 'help_text' => NULL,
dfe1f88a
CW
103 ],
104 'extensionsDir' => [
ac47f7ca 105 'bootstrap_comment' => 'This is a boot setting which may be loaded during bootstrap. Defaults are loaded via SettingsBag::getSystemDefaults().',
6a488035
TO
106 'group_name' => 'Directory Preferences',
107 'group' => 'directory',
108 'name' => 'extensionsDir',
2937fb4a 109 'type' => 'String',
c1a2145a 110 'html_type' => 'text',
2937fb4a 111 'quick_form_type' => 'Element',
08e57c58 112 'default' => NULL,
6a488035 113 'add' => '4.1',
66f90900 114 'title' => 'Extensions Directory',
6a488035
TO
115 'is_domain' => 1,
116 'is_contact' => 0,
2937fb4a 117 'description' => 'Path where CiviCRM extensions are stored.',
08e57c58 118 'help_text' => NULL,
dfe1f88a 119 ],
6a488035 120
dfe1f88a 121];