Default to multiple column mode if backend doesn't have appropriate seting
This commit is contained in:
		
							parent
							
								
									9f30a97e7f
								
							
						
					
					
						commit
						210610386f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -28,6 +28,6 @@ export const version = getMeta('version'); | |||
| export const mascot = getMeta('mascot'); | ||||
| export const isStaff = getMeta('is_staff'); | ||||
| export const defaultContentType = getMeta('default_content_type'); | ||||
| export const forceSingleColumn = !getMeta('advanced_layout'); | ||||
| export const forceSingleColumn = getMeta('advanced_layout') === false; | ||||
| 
 | ||||
| export default initialState; | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue