Drop mail composer HTML/Plain Forced to prevent confusions like in #355

This commit is contained in:
the-djmaze 2022-04-30 00:43:38 +02:00
parent bde9835d5d
commit 435b590b3e
41 changed files with 9 additions and 90 deletions

View file

@ -105,9 +105,7 @@ export const MessagePriority = {
*/
export const EditorDefaultType = {
Html: 'Html',
Plain: 'Plain',
HtmlForced: 'HtmlForced',
PlainForced: 'PlainForced'
Plain: 'Plain'
};
/**