_varNames = array( CRM_Core_BAO_Setting::MULTISITE_PREFERENCES_NAME => array( 'is_enabled' => array( 'html_type' => 'checkbox', 'title' => ts('Enable Multi Site Configuration'), 'weight' => 1, 'description' => ts('Make CiviCRM aware of multiple domains. You should configure a domain group if enabled') . ' ' . $msDoc, ), /** Remove this checkbox until some one knows what this setting does 'uniq_email_per_site' => array( 'html_type' => 'checkbox', 'title' => ts('Ensure multi sites have a unique email per site'), 'weight' => 2, 'description' => NULL, ), */ 'domain_group_id' => array( 'html_type' => 'entity_reference', 'title' => ts('Domain Group'), 'weight' => 3, 'options' => array('entity' => 'group', 'select' => array('minimumInputLength' => 0)), 'description' => ts('Contacts created on this site are added to this group'), ), /** Remove this checkbox until some one knows what this setting does 'event_price_set_domain_id' => array( 'html_type' => 'text', 'title' => ts('Domain for event price sets'), 'weight' => 4, 'description' => NULL, ), */ ), ); parent::preProcess(); } }