29 lines
		
	
	
		
			687 B
		
	
	
	
		
			YAML
		
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			687 B
		
	
	
	
		
			YAML
		
	
	
	
| # ===================================
 | |
| #  Form Field Definitions
 | |
| # ===================================
 | |
| 
 | |
| fields:
 | |
|   base_url:
 | |
|     label: settings.base_url_label
 | |
|     comment: settings.base_url_comment
 | |
| 
 | |
|   primary_color:
 | |
|     label: settings.primary_color_label
 | |
|     comment: settings.primary_color_comment
 | |
|     type: colorpicker
 | |
| 
 | |
|   secondary_color:
 | |
|     label: settings.secondary_color_label
 | |
|     comment: settings.secondary_color_comment
 | |
|     type: colorpicker
 | |
| 
 | |
|   font_color:
 | |
|     label: settings.font_color_label
 | |
|     comment: settings.font_color_comment
 | |
|     type: colorpicker
 | |
| 
 | |
|   circle_color:
 | |
|     label: settings.circle_color_label
 | |
|     comment: settings.circle_color_comment
 | |
|     type: colorpicker
 |