@@ -2540,11 +2540,15 @@ const docTemplate = `{
25402540 "type": "boolean"
25412541 },
25422542 "disableOfficePreviewExt": {
2543- "description": "comma separated list of file extensions to disable office preview for ",
2543+ "description": "deprecated: use disablePreviewExt instead ",
25442544 "type": "string"
25452545 },
25462546 "disableOnlyOfficeExt": {
2547- "description": "comma separated list of file extensions to disable onlyoffice preview for",
2547+ "description": "list of file extensions to disable onlyoffice editor for",
2548+ "type": "string"
2549+ },
2550+ "disablePreviewExt": {
2551+ "description": "comma separated list of file extensions to disable preview for",
25482552 "type": "string"
25492553 },
25502554 "disableQuickToggles": {
@@ -2563,6 +2567,10 @@ const docTemplate = `{
25632567 "description": "disable update notifications banner for admin users",
25642568 "type": "boolean"
25652569 },
2570+ "disableViewingExt": {
2571+ "description": "comma separated list of file extensions to disable viewing for",
2572+ "type": "string"
2573+ },
25662574 "editorQuickSave": {
25672575 "description": "show quick save button in editor",
25682576 "type": "boolean"
@@ -2802,11 +2810,15 @@ const docTemplate = `{
28022810 "type": "boolean"
28032811 },
28042812 "disableOfficePreviewExt": {
2805- "description": "comma separated list of file extensions to disable office preview for ",
2813+ "description": "deprecated ",
28062814 "type": "string"
28072815 },
28082816 "disableOnlyOfficeExt": {
2809- "description": "comma separated list of file extensions to disable onlyoffice preview for",
2817+ "description": "deprecated",
2818+ "type": "string"
2819+ },
2820+ "disablePreviewExt": {
2821+ "description": "comma separated list of file extensions to disable preview for",
28102822 "type": "string"
28112823 },
28122824 "disableQuickToggles": {
@@ -2824,6 +2836,10 @@ const docTemplate = `{
28242836 "description": "disable update notifications",
28252837 "type": "boolean"
28262838 },
2839+ "disableViewingExt": {
2840+ "description": "comma separated list of file extensions to disable viewing for",
2841+ "type": "string"
2842+ },
28272843 "editorQuickSave": {
28282844 "description": "show quick save button in editor",
28292845 "type": "boolean"
0 commit comments