@@ -42,6 +42,7 @@ abstract class UConfiguration
4242 'imagePasteProcess ' => null ,
4343 'initOnClick ' => null ,
4444 'keepFormatOnDelete ' => null ,
45+ 'keepTextFormatOnTable ' => null ,
4546 'linkAlwaysBlank ' => null ,
4647 'linkAlwaysNoFollow ' => null ,
4748 'linkConvertEmailAddress ' => null ,
@@ -56,9 +57,11 @@ abstract class UConfiguration
5657 'paragraphMultipleStyles ' => null ,
5758 'pasteAllowLocalImages ' => null ,
5859 'pastePlain ' => null ,
60+ 'preserveTabSpaces ' => null ,
5961 'requestWithCredentials ' => null ,
6062 'requestWithCORS ' => null ,
6163 'shortcutsHint ' => null ,
64+ 'showChangesEnabled ' => null ,
6265 'spellcheck ' => null ,
6366 'tableCellMultipleStyles ' => null ,
6467 'tableMultipleStyles ' => null ,
@@ -69,6 +72,7 @@ abstract class UConfiguration
6972 'toolbarSticky ' => null ,
7073 'toolbarVisibleWithoutSelection ' => null ,
7174 'tooltips ' => null ,
75+ 'trackChangesEnabled ' => null ,
7276 'useClasses ' => null ,
7377 'videoMove ' => null ,
7478 'videoResize ' => null ,
@@ -130,6 +134,8 @@ abstract class UConfiguration
130134 'filesManagerUploadURL ' => null ,
131135 'fontAwesomeTemplate ' => null ,
132136 'fontSizeUnit ' => null ,
137+ 'fontFamilyDefaultSelection ' => null ,
138+ 'fontSizeDefaultSelection ' => null ,
133139 'iconsTemplate ' => null ,
134140 'iframeDefaultStyle ' => null ,
135141 'iframeStyle ' => null ,
0 commit comments