dev/core#2836 install flexmailer by default on new installs
authorEileen McNaughton <emcnaughton@wikimedia.org>
Fri, 8 Oct 2021 00:01:50 +0000 (17:01 -0700)
committerTim Otten <totten@civicrm.org>
Fri, 8 Oct 2021 01:28:48 +0000 (18:28 -0700)
xml/templates/civicrm_data.tpl

index 4db4fed72f723902df81814feea8341b0d19b652..bff5c01a705f7a2e39863f26cf0da5dd532b27fd 100644 (file)
@@ -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);