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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
{
"global_settings": {
"enable_debug_mode": false,
"enable_show_state": false,
"enable_row_shadow": true,
"enable_auto_update": true,
"show_search_bar_by_default": false,
"logger_level_info": "error",
"csv_file_header_key": "File",
"media_settings": {
"link_alias_enabled": true,
"enable_media_view": true,
"width": 100,
"height": 100
}
},
"local_settings": {
"remove_field_when_delete_column": false,
"cell_size": "normal",
"sticky_first_column": true,
"group_folder_column": "",
"remove_empty_folders": false,
"automatically_group_files": false,
"hoist_files_with_empty_attributes": true,
"show_metadata_created": false,
"show_metadata_modified": false,
"show_metadata_tasks": false,
"show_metadata_inlinks": false,
"show_metadata_outlinks": false,
"show_metadata_tags": false,
"source_data": "current_folder",
"source_form_result": "",
"source_destination_path": "/",
"row_templates_folder": "/",
"current_row_template": "",
"pagination_size": 10,
"font_size": 16,
"enable_js_formulas": false,
"formula_folder_path": "/",
"inline_default": false,
"inline_new_position": "last_field",
"date_format": "yyyy-MM-dd",
"datetime_format": "yyyy-MM-dd HH:mm:ss",
"metadata_date_format": "yyyy-MM-dd HH:mm:ss",
"enable_footer": false,
"implementation": "default"
}
}
|