expose CW limit to frontend
This commit is contained in:
parent
01e98c75ab
commit
c5d9bde43f
4 changed files with 14 additions and 0 deletions
|
|
@ -111,6 +111,8 @@ export class MetaEntityService {
|
|||
logoImageUrl: instance.logoImageUrl,
|
||||
maxNoteTextLength: this.config.maxNoteLength,
|
||||
maxRemoteNoteTextLength: this.config.maxRemoteNoteLength,
|
||||
maxCwLength: this.config.maxCwLength,
|
||||
maxRemoteCwLength: this.config.maxRemoteCwLength,
|
||||
maxAltTextLength: this.config.maxAltTextLength,
|
||||
maxRemoteAltTextLength: this.config.maxRemoteAltTextLength,
|
||||
defaultLightTheme,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue