Remove maintainer and version fields

This commit is contained in:
Pieter Vander Vennet 2022-08-22 14:46:55 +02:00
parent 7be371f24a
commit 8f1d63b20a
6 changed files with 27 additions and 29 deletions

View file

@ -31,18 +31,7 @@ export interface LayoutConfigJson {
* Who helped to create this theme and should be attributed?
*/
credits?: string;
/**
* Who does maintain this preset?
*/
maintainer: string;
/**
* A version number, either semantically or by date.
* Should be sortable, where the higher value is the later version
*/
version: string;
/**
* Only used in 'generateLayerOverview': if present, every translation will be checked to make sure it is fully translated.
*