forked from MapComplete/MapComplete
Add check_date, payment, allow move and delete
This commit is contained in:
parent
c2628cb5e7
commit
c1a25af54d
2 changed files with 49 additions and 1 deletions
|
@ -86,6 +86,21 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "payment",
|
||||
"builtin": "payment-options-split",
|
||||
"override": {
|
||||
"mappings": [
|
||||
{},
|
||||
{},
|
||||
{},
|
||||
{},
|
||||
{
|
||||
"hideInAnswer": true
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "coin",
|
||||
"question": {
|
||||
|
@ -205,7 +220,8 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"level"
|
||||
"level",
|
||||
"check_date"
|
||||
],
|
||||
"mapRendering": [
|
||||
{
|
||||
|
@ -235,6 +251,11 @@
|
|||
]
|
||||
}
|
||||
],
|
||||
"allowMove": {
|
||||
"enableImproveAccuracy": true,
|
||||
"enableRelocation": true
|
||||
},
|
||||
"deletion": true,
|
||||
"filter": [
|
||||
"open_now"
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue