Details
-
Type: New Feature
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.7.4
-
Fix Version/s: 4.7.5
-
Component/s: None
-
Labels:
-
Documentation Required?:None
-
Funding Source:Contributed Code
Description
Split off from CRM-16448
Responsive email templates can require a full HTML template to display correctly, ie:
<!DOCTYPE... <html> <head> <body>
etc.
Currently these tags are stripped from the WYSIWYG editor when creating a new mailing.
Solution proposed by Coleman in CRM-16448: add a new mode that can be passed in to crm.wysiwyg.create to allow this.
In CKEditor the config option we need is fullPage: true.