-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathFileManagerConfig.json
More file actions
28 lines (28 loc) · 919 Bytes
/
FileManagerConfig.json
File metadata and controls
28 lines (28 loc) · 919 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"contextMenuSettings": {
"file": ["Open", "|", "Details"],
"folder": ["Open", "|", "Details"],
"layout": ["SortBy", "View", "Refresh", "|", "Details", "|"],
"visible": true
},
"detailsViewSettings": {
"columns": [
{ "field": "name", "headerText": "File Name", "minWidth": 120, "width": "auto", "customAttributes": { "class": "e-fe-grid-name" }, "template": "${name}" },
{ "field": "size", "headerText": "File Size", "minWidth": 50, "width": "110", "template": "${size}" },
{ "field": "_fm_modified", "headerText": "Date Modified", "minWidth": 50, "width": "190" }
]
},
"navigationPaneSettings": {
"maxWidth": "850px",
"minWidth": "140px",
"visible": true
},
"searchSettings": {
"allowSearchOnTyping": true,
"filterType": "contains",
"ignoreCase": true
},
"toolbarSettings": {
"items": ["SortBy", "Refresh", "View", "Details"]
}
}