expose CW limit to frontend

This commit is contained in:
Hazelnoot 2024-10-26 10:37:38 -04:00
parent 01e98c75ab
commit c5d9bde43f
4 changed files with 14 additions and 0 deletions

View file

@ -172,6 +172,14 @@ export const packedMetaLiteSchema = {
type: 'number',
optional: false, nullable: false,
},
maxCwLength: {
type: 'number',
optional: false, nullable: false,
},
maxRemoteCwLength: {
type: 'number',
optional: false, nullable: false,
},
maxAltTextLength: {
type: 'number',
optional: false, nullable: false,