allowedFileTypes doesn't work as expected
When using createDesign(), I defined my output param like this:
outputParams: {
outputType: 'url',
allowedFileTypes: ['video/mp4', 'image/png'],
}
But the Editor always allows to save all the types:

