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 506e856 commit ab0b033Copy full SHA for ab0b033
src/schema/store.schema.ts
@@ -30,7 +30,7 @@ export const StoreParamsSchema = {
30
},
31
mimetype: {
32
type: ['string', 'null'],
33
- maxLength: 60,
+ maxLength: 255,
34
35
altText: {
36
0 commit comments