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 0ba92d0 commit af3e090Copy full SHA for af3e090
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