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