mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	Update settings e2e fixture
This commit is contained in:
		@@ -1,29 +1,34 @@
 | 
			
		||||
{
 | 
			
		||||
    "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"
 | 
			
		||||
    "user_id": 1,
 | 
			
		||||
    "username": "admin",
 | 
			
		||||
    "display_name": "Admin",
 | 
			
		||||
    "settings": {
 | 
			
		||||
        "language": "",
 | 
			
		||||
        "bulk_edit": {
 | 
			
		||||
            "confirmation_dialogs": true,
 | 
			
		||||
            "apply_on_close": false
 | 
			
		||||
        },
 | 
			
		||||
        "documentListSize": 50,
 | 
			
		||||
        "dark_mode": {
 | 
			
		||||
            "use_system": true,
 | 
			
		||||
            "enabled": "false",
 | 
			
		||||
            "thumb_inverted": "true"
 | 
			
		||||
        },
 | 
			
		||||
        "theme": {
 | 
			
		||||
            "color": "#b198e5"
 | 
			
		||||
        },
 | 
			
		||||
        "document_details": {
 | 
			
		||||
            "native_pdf_viewer": false
 | 
			
		||||
        },
 | 
			
		||||
        "date_display": {
 | 
			
		||||
            "date_locale": "",
 | 
			
		||||
            "date_format": "mediumDate"
 | 
			
		||||
        },
 | 
			
		||||
        "notifications": {
 | 
			
		||||
            "consumer_new_documents": true,
 | 
			
		||||
            "consumer_success": true,
 | 
			
		||||
            "consumer_failed": true,
 | 
			
		||||
            "consumer_suppress_on_dashboard": true
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user