3 +--------------------------------------------------------------------+
4 | Copyright CiviCRM LLC. All rights reserved. |
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 |
9 +--------------------------------------------------------------------+
15 * @copyright CiviCRM LLC https://civicrm.org/licensing
19 * Settings metadata file
24 'group_name' => 'Multi Site Preferences',
25 'group' => 'multisite',
26 'name' => 'is_enabled',
27 'title' => ts('Enable Multi Site Configuration'),
28 'html_type' => 'checkbox',
34 'description' => ts('Make CiviCRM aware of multiple domains. You should configure a domain group if enabled'),
35 'documentation_link' => ['page' => 'Multi Site Installation', 'resource' => 'wiki'],
37 'settings_pages' => ['multisite' => ['weight' => 10]],
39 'domain_group_id' => [
40 'group_name' => 'Multi Site Preferences',
41 'group' => 'multisite',
42 'name' => 'domain_group_id',
43 'title' => ts('Multisite Domain Group'),
45 'html_type' => 'entity_reference',
46 'entity_reference_options' => ['entity' => 'Group', 'select' => ['minimumInputLength' => 0]],
51 'description' => ts('Contacts created on this site are added to this group'),
53 'settings_pages' => ['multisite' => ['weight' => 20]],
55 'event_price_set_domain_id' => [
56 'group_name' => 'Multi Site Preferences',
57 'group' => 'multisite',
58 'name' => 'event_price_set_domain_id',
59 'title' => 'Domain Event Price Set',
68 'uniq_email_per_site' => [
69 'group_name' => 'Multi Site Preferences',
70 'group' => 'multisite',
71 'name' => 'uniq_email_per_site',
73 'title' => 'Unique Email per Domain?',