forked from MapComplete/MapComplete
Housekeeping...
This commit is contained in:
parent
f4fc8468ac
commit
ba8219a10c
97 changed files with 4715 additions and 20561 deletions
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"contributors": [
|
||||
{
|
||||
"commits": 4343,
|
||||
"commits": 4389,
|
||||
"contributor": "Pieter Vander Vennet"
|
||||
},
|
||||
{
|
||||
"commits": 171,
|
||||
"commits": 183,
|
||||
"contributor": "Robin van der Linde"
|
||||
},
|
||||
{
|
||||
|
@ -196,6 +196,14 @@
|
|||
"commits": 2,
|
||||
"contributor": "Stanislas Gueniffey"
|
||||
},
|
||||
{
|
||||
"commits": 1,
|
||||
"contributor": "Reiner Herrmann"
|
||||
},
|
||||
{
|
||||
"commits": 1,
|
||||
"contributor": "Hopperpop"
|
||||
},
|
||||
{
|
||||
"commits": 1,
|
||||
"contributor": "Arya"
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -440,7 +440,7 @@
|
|||
"addExtraTags"
|
||||
],
|
||||
"type": "array",
|
||||
"description": "If chosen as answer, these tags will be applied as well onto the object.\nNot compatible with multiAnswer"
|
||||
"description": "If chosen as answer, these tags will be applied as well onto the object.\nNot compatible with multiAnswer.\n\nThis can be used e.g. to erase other keys which indicate the 'not' value:\n```json\n{\n \"if\": \"crossing:marking=rainbow\",\n \"then\": \"This is a rainbow crossing\",\n \"addExtraTags\": \"not:crossing:marking=\"\n}\n```"
|
||||
},
|
||||
{
|
||||
"path": [
|
||||
|
@ -588,6 +588,12 @@
|
|||
"type": "array",
|
||||
"description": "A list of labels. These are strings that are used for various purposes, e.g. to filter them away"
|
||||
},
|
||||
{
|
||||
"path": [
|
||||
"description"
|
||||
],
|
||||
"description": "A human-readable text explaining what this tagRendering does"
|
||||
},
|
||||
{
|
||||
"path": [
|
||||
"render"
|
||||
|
|
|
@ -25,6 +25,12 @@
|
|||
"type": "array",
|
||||
"description": "A list of labels. These are strings that are used for various purposes, e.g. to filter them away"
|
||||
},
|
||||
{
|
||||
"path": [
|
||||
"description"
|
||||
],
|
||||
"description": "A human-readable text explaining what this tagRendering does"
|
||||
},
|
||||
{
|
||||
"path": [
|
||||
"render"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue