add file type filter chip (#7602)
* add file type filter chip * changed the keyword * use reva issue-7432-replace * changed the filter name. fix types * rework mapBinary --------- Co-authored-by: Roman Perekhod <rperekhod@owncloud.com>
This commit is contained in:
co-authored by
Roman Perekhod
parent
3653df5f96
commit
7ab553e23b
@@ -302,8 +302,9 @@ func FrontendConfigFromStruct(cfg *config.Config, logger log.Logger) (map[string
|
||||
"size": map[string]interface{}{
|
||||
"enabled": false,
|
||||
},
|
||||
"mimetype": map[string]interface{}{
|
||||
"enabled": true,
|
||||
"mediatype": map[string]interface{}{
|
||||
"keywords": []string{"file", "folder", "document", "spreadsheet", "presentation", "pdf", "image", "video", "audio", "archive"},
|
||||
"enabled": true,
|
||||
},
|
||||
"type": map[string]interface{}{
|
||||
"enabled": true,
|
||||
|
||||
Reference in New Issue
Block a user