From 776c3f603c106b10bbdbe076fad557fcbc5644fb Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Thu, 7 Oct 2021 17:01:50 -0700 Subject: [PATCH] dev/core#2836 install flexmailer by default on new installs --- xml/templates/civicrm_data.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/xml/templates/civicrm_data.tpl b/xml/templates/civicrm_data.tpl index 4db4fed72f..bff5c01a70 100644 --- a/xml/templates/civicrm_data.tpl +++ b/xml/templates/civicrm_data.tpl @@ -1798,4 +1798,5 @@ INSERT IGNORE INTO civicrm_extension (type, full_name, name, label, file, is_act INSERT IGNORE INTO civicrm_extension (type, full_name, name, label, file, is_active) VALUES ('module', 'recaptcha', 'reCAPTCHA', 'reCAPTCHA', 'recaptcha', 1); INSERT IGNORE INTO civicrm_extension (type, full_name, name, label, file, is_active) VALUES ('module', 'ckeditor4', 'CKEditor4', 'CKEditor4', 'ckeditor4', 1); INSERT IGNORE INTO civicrm_extension (type, full_name, name, label, file, is_active) VALUES ('module', 'legacycustomsearches', 'Custom search framework', 'Custom search framework', 'legacycustomsearches', 1); +INSERT IGNORE INTO civicrm_extension (type, full_name, name, label, file, is_active) VALUES ('module', 'org.civicrm.flexmailer', 'FlexMailer', 'FlexMailer', 'flexmailer', 1); -- 2.25.1