mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 05:05:42 +00:00 
			
		
		
		
	add /static/ relative comment and update splash image path in config_template.yaml (#5433)
* add /static/ relative comment and update splash image path in config_template.yaml * Update config_template.yaml Fix paths --------- Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
		| @@ -273,13 +273,14 @@ remote_login_header: HTTP_REMOTE_USER | |||||||
| # Customization options | # Customization options | ||||||
| # Add custom messages to the login page or main interface navbar or exchange the logo | # Add custom messages to the login page or main interface navbar or exchange the logo | ||||||
| # Use environment variable INVENTREE_CUSTOMIZE or INVENTREE_CUSTOM_LOGO | # Use environment variable INVENTREE_CUSTOMIZE or INVENTREE_CUSTOM_LOGO | ||||||
|  | # Logo and splash paths and filenames must be relative to the static_root directory | ||||||
| # customize: | # customize: | ||||||
| #   login_message: InvenTree demo instance - <a href='https://inventree.org/demo.html'> Click here for login details</a> | #   login_message: InvenTree demo instance - <a href='https://inventree.org/demo.html'> Click here for login details</a> | ||||||
| #   navbar_message: <h6>InvenTree demo mode <a href='https://inventree.org/demo.html'><span class='fas fa-info-circle'></span></a></h6> | #   navbar_message: <h6>InvenTree demo mode <a href='https://inventree.org/demo.html'><span class='fas fa-info-circle'></span></a></h6> | ||||||
| #   logo: logo.png |  | ||||||
| #   splash: splash_screen.jpg |  | ||||||
| #   hide_admin_link: true | #   hide_admin_link: true | ||||||
| #   hide_password_reset: true | #   hide_password_reset: true | ||||||
|  | #   logo: img/custom_logo.png | ||||||
|  | #   splash: img/custom_splash.jpg | ||||||
|  |  | ||||||
| # Platform UI options | # Platform UI options | ||||||
| # pui_settings: | # pui_settings: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user