We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73d4fa9 commit 5ab80b5Copy full SHA for 5ab80b5
src/schema/picker.schema.ts
@@ -252,6 +252,9 @@ export const PickerParamsSchema = {
252
onUploadDone: {
253
format: 'callback',
254
},
255
+ onFileCropped: {
256
+ format: 'callback',
257
+ },
258
storeTo: {
259
additionalProperties: false,
260
type: 'object',
@@ -324,11 +327,22 @@ export const PickerParamsSchema = {
324
327
'.*': { type: 'string' },
325
328
326
329
330
+ cropFiles: {
331
+ type: 'array',
332
+ minItems: 1,
333
334
+ loadCss: {
335
+ type: 'string',
336
337
+ failOverMaxFiles: {
338
+ type: 'boolean',
339
340
dropPane: {
341
342
properties: {
343
cropFiles: {
- type: 'boolean',
344
345
346
347
customText: {
348
type: 'string',
0 commit comments