File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -690,7 +690,7 @@ export interface PickerOptions {
690
690
/**
691
691
* Whether to use the new transformations UI. Defaults to `false`.
692
692
*/
693
- useNewTransformer ?: boolean ;
693
+ transformationsUI ?: boolean ;
694
694
/**
695
695
* Options for local file uploads.
696
696
*/
Original file line number Diff line number Diff line change @@ -303,6 +303,10 @@ export const PickerParamsSchema = {
303
303
type : 'object' ,
304
304
additionalProperties : false ,
305
305
properties : {
306
+ config : {
307
+ type : 'object' ,
308
+ additionalProperties : true ,
309
+ } ,
306
310
circle : {
307
311
type : 'boolean' ,
308
312
} ,
@@ -443,7 +447,7 @@ export const PickerParamsSchema = {
443
447
useSentryBreadcrumbs : {
444
448
type : 'boolean' ,
445
449
} ,
446
- useNewTransformer : {
450
+ transformationsUI : {
447
451
type : 'boolean' ,
448
452
} ,
449
453
pasteMode : {
You can’t perform that action at this time.
0 commit comments