forked from MapComplete/MapComplete
		
	Add propagation of metadata in changedescriptions, aggregate metadata in changeset tags
This commit is contained in:
		
							parent
							
								
									81f3ec385f
								
							
						
					
					
						commit
						21fd148f38
					
				
					 19 changed files with 545 additions and 403 deletions
				
			
		|  | @ -36,10 +36,7 @@ export interface LayoutConfigJson { | |||
|      * Who does maintian this preset? | ||||
|      */ | ||||
|     maintainer: string; | ||||
|     /** | ||||
|      * Extra piece of text that can be added to the changeset | ||||
|      */ | ||||
|     changesetmessage?: string; | ||||
| 
 | ||||
|     /** | ||||
|      * A version number, either semantically or by date. | ||||
|      * Should be sortable, where the higher value is the later version | ||||
|  |  | |||
|  | @ -12,7 +12,6 @@ export default class LayoutConfig { | |||
|     public readonly id: string; | ||||
|     public readonly maintainer: string; | ||||
|     public readonly credits?: string; | ||||
|     public readonly changesetmessage?: string; | ||||
|     public readonly version: string; | ||||
|     public readonly language: string[]; | ||||
|     public readonly title: Translation; | ||||
|  | @ -61,7 +60,6 @@ export default class LayoutConfig { | |||
|         context = (context ?? "") + "." + this.id; | ||||
|         this.maintainer = json.maintainer; | ||||
|         this.credits = json.credits; | ||||
|         this.changesetmessage = json.changesetmessage; | ||||
|         this.version = json.version; | ||||
|         this.language = []; | ||||
|         if (typeof json.language === "string") { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue