This repository was archived by the owner on Feb 28, 2025. It is now read-only.
File tree 2 files changed +1
-22
lines changed
2 files changed +1
-22
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,6 @@ export const defaultConfigEnvs: ConfigResponse = {
32
32
FEATURE_LTI_TOOLS_TAB_ENABLED : true ,
33
33
FEATURE_SHOW_MIGRATION_WIZARD : false ,
34
34
FEATURE_TLDRAW_ENABLED : false ,
35
- TLDRAW__ASSETS_ENABLED : false ,
36
- TLDRAW__ASSETS_MAX_SIZE : - 1 ,
37
- TLDRAW__ASSETS_ALLOWED_MIME_TYPES_LIST : [ ] ,
38
35
ALERT_STATUS_URL : null ,
39
36
FEATURE_ES_COLLECTIONS_ENABLED : false ,
40
37
FEATURE_EXTENSIONS_ENABLED : false ,
Original file line number Diff line number Diff line change @@ -101,24 +101,6 @@ export interface ConfigResponse {
101
101
* @memberof ConfigResponse
102
102
*/
103
103
FEATURE_TLDRAW_ENABLED : boolean ;
104
- /**
105
- *
106
- * @type {boolean }
107
- * @memberof ConfigResponse
108
- */
109
- TLDRAW__ASSETS_ENABLED : boolean ;
110
- /**
111
- *
112
- * @type {number }
113
- * @memberof ConfigResponse
114
- */
115
- TLDRAW__ASSETS_MAX_SIZE : number ;
116
- /**
117
- *
118
- * @type {Array<string> }
119
- * @memberof ConfigResponse
120
- */
121
- TLDRAW__ASSETS_ALLOWED_MIME_TYPES_LIST : Array < string > ;
122
104
/**
123
105
*
124
106
* @type {boolean }
@@ -425,6 +407,6 @@ export interface ConfigResponse {
425
407
* @memberof ConfigResponse
426
408
*/
427
409
FEATURE_AI_TUTOR_ENABLED : boolean ;
428
- }
410
+ }
429
411
430
412
You can’t perform that action at this time.
0 commit comments