feat(emoji): add an option to disable them (closes #5852)

This commit is contained in:
Elian Doran
2025-06-23 22:10:41 +03:00
parent 1ac086b88e
commit ba94616b87
6 changed files with 47 additions and 1 deletions

View File

@@ -178,6 +178,7 @@ const defaultOptions: DefaultOption[] = [
// Text note configuration
{ name: "textNoteEditorType", value: "ckeditor-balloon", isSynced: true },
{ name: "textNoteEditorMultilineToolbar", value: "false", isSynced: true },
{ name: "textNoteEmojiEnabled", value: "true", isSynced: true },
// HTML import configuration
{ name: "layoutOrientation", value: "vertical", isSynced: false },