forked from MapComplete/MapComplete
Themes: disable 'disused' from delete config, delete less fast for shops but use softdeletion instead
This commit is contained in:
parent
53ea4273df
commit
28e737ed2e
5 changed files with 37 additions and 13 deletions
|
@ -1,4 +1,5 @@
|
|||
import { TagConfigJson } from "./TagConfigJson"
|
||||
import { UploadableTag } from "../../../Logic/Tags/TagUtils"
|
||||
|
||||
export interface DeleteConfigJson {
|
||||
/***
|
||||
|
@ -100,5 +101,5 @@ export interface DeleteConfigJson {
|
|||
* iffalse: Show the default delete reasons
|
||||
* ifunset: Show the default delete reasons (default behaviour)
|
||||
*/
|
||||
omitDefaultDeleteReasons?: false | boolean
|
||||
omitDefaultDeleteReasons?: false | boolean | ("disused" | string)[]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue