Add clearer description of a bicycle pump to prevent fietsersbond-influx of adding wrong data

This commit is contained in:
Pieter Vander Vennet 2020-12-09 16:45:37 +01:00
parent 37e4d0cf73
commit 6391a3c88a
10 changed files with 24 additions and 10 deletions

View file

@ -131,6 +131,10 @@ export interface LayerConfigJson {
presets?: {
title: string | any,
tags: string[],
/**
* The first sentence is shown in small letters beneath the button to add a new one.
* The full text is shown in the full popup
*/
description?: string | any,
}[],