forked from MapComplete/MapComplete
Added manual pump question
This commit is contained in:
parent
75a3a70afa
commit
ee2777495b
5 changed files with 44 additions and 4 deletions
13
Customizations/Questions/FixedName.ts
Normal file
13
Customizations/Questions/FixedName.ts
Normal file
|
@ -0,0 +1,13 @@
|
|||
import { TagRenderingOptions } from "../TagRendering";
|
||||
|
||||
export default class FixedName extends TagRenderingOptions {
|
||||
constructor(category: string) {
|
||||
super({
|
||||
mappings: [
|
||||
{
|
||||
k: null, txt: category
|
||||
}
|
||||
]
|
||||
})
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue