You've already forked focalboard
mirror of
https://github.com/mattermost/focalboard.git
synced 2025-07-15 23:54:29 +02:00
File attachment in the card (#4053)
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
This commit is contained in:
@ -22,4 +22,8 @@ type ClientConfig struct {
|
||||
// The server feature flags
|
||||
// required: true
|
||||
FeatureFlags map[string]string `json:"featureFlags"`
|
||||
|
||||
// Required for file upload to check the size of the file
|
||||
// required: true
|
||||
MaxFileSize int64 `json:"maxFileSize"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user