feat(core): Update to ckeditor 5. Fixes #5920. Add SOGoForceRawHtmlSignature to disable raw-html-embed. Removed CKEditor signature box style when composing mail. Fix issue where raw-html-embed was added when changind signature

This commit is contained in:
smizrahi
2024-04-08 10:37:33 +02:00
parent a9e02d94a2
commit 98e00d09a3
7 changed files with 48 additions and 7 deletions
+5
View File
@@ -465,4 +465,9 @@
return emailFrom;
}
- (BOOL) forceRawHtmlSignature
{
return [self objectForKey: @"SOGoForceRawHtmlSignature"] ? [self boolForKey: @"SOGoForceRawHtmlSignature"] : YES;
}
@end