mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-10-27 04:43:52 +01:00 
			
		
		
		
	change opening_hours-like fields to type=schedule
				
					
				
			This commit is contained in:
		
							parent
							
								
									26abac80e1
								
							
						
					
					
						commit
						d0bca748af
					
				
					 4 changed files with 4 additions and 4 deletions
				
			
		|  | @ -1,5 +1,5 @@ | |||
| { | ||||
|     "key": "collection_times", | ||||
|     "type": "text", | ||||
|     "type": "schedule", | ||||
|     "label": "Collection Times" | ||||
| } | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| { | ||||
|     "key": "opening_hours", | ||||
|     "type": "combo", | ||||
|     "type": "schedule", | ||||
|     "label": "Hours", | ||||
|     "placeholder": "Unknown", | ||||
|     "snake_case": false, | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| { | ||||
|     "key": "opening_hours:drive_through", | ||||
|     "type": "combo", | ||||
|     "type": "schedule", | ||||
|     "label": "Drive Through Hours", | ||||
|     "placeholder": "Same as regular business hours", | ||||
|     "prerequisiteTag": { | ||||
|  |  | |||
|  | @ -1,5 +1,5 @@ | |||
| { | ||||
|     "key": "service_times", | ||||
|     "type": "text", | ||||
|     "type": "schedule", | ||||
|     "label": "Service Times" | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Kyle Hensel
						Kyle Hensel