mirror of
				https://git.sr.ht/~cadence/bibliogram
				synced 2025-10-31 03:25:36 +00:00 
			
		
		
		
	Fix default settings
This commit is contained in:
		
							parent
							
								
									4d6a3b92f8
								
							
						
					
					
						commit
						850ea94ae8
					
				| @ -71,7 +71,7 @@ let constants = { | |||||||
| 	user_settings: [ | 	user_settings: [ | ||||||
| 		{ | 		{ | ||||||
| 			name: "language", | 			name: "language", | ||||||
| 			default: "English (International)", | 			default: "en", | ||||||
| 			boolean: false, | 			boolean: false, | ||||||
| 			replaceEmptyWithDefault: true // set this to false if the control is a checkbox and is not disabled
 | 			replaceEmptyWithDefault: true // set this to false if the control is a checkbox and is not disabled
 | ||||||
| 		},{ | 		},{ | ||||||
| @ -91,12 +91,12 @@ let constants = { | |||||||
| 			replaceEmptyWithDefault: true | 			replaceEmptyWithDefault: true | ||||||
| 		},{ | 		},{ | ||||||
| 			name: "theme", | 			name: "theme", | ||||||
| 			default: "Classic", | 			default: "classic", | ||||||
| 			boolean: false, | 			boolean: false, | ||||||
| 			replaceEmptyWithDefault: true | 			replaceEmptyWithDefault: true | ||||||
| 		},{ | 		},{ | ||||||
| 			name: "caption_side", | 			name: "caption_side", | ||||||
| 			default: "Left (Bibliogram)", | 			default: "left", | ||||||
| 			boolean: false, | 			boolean: false, | ||||||
| 			replaceEmptyWithDefault: true | 			replaceEmptyWithDefault: true | ||||||
| 		},{ | 		},{ | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user