mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
30 lines
655 B
JSON
30 lines
655 B
JSON
{
|
|
"bulk_edit": {
|
|
"apply_on_close": false,
|
|
"confirmation_dialogs": true
|
|
},
|
|
"dark_mode": {
|
|
"enabled": "false",
|
|
"thumb_inverted": "true",
|
|
"use_system": true
|
|
},
|
|
"date_display": {
|
|
"date_format": "mediumDate",
|
|
"date_locale": ""
|
|
},
|
|
"documentListSize": 50,
|
|
"document_details": {
|
|
"native_pdf_viewer": false
|
|
},
|
|
"language": "",
|
|
"notifications": {
|
|
"consumer_failed": true,
|
|
"consumer_new_documents": true,
|
|
"consumer_success": true,
|
|
"consumer_suppress_on_dashboard": true
|
|
},
|
|
"theme": {
|
|
"color": "#cd42cf"
|
|
}
|
|
}
|