mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05:00
update e2e tests for settings initialization
This commit is contained in:
29
src-ui/cypress/fixtures/frontend_settings/settings.json
Normal file
29
src-ui/cypress/fixtures/frontend_settings/settings.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user