add yellow colour option for hydrant
This commit is contained in:
parent
1a5faad247
commit
c737eaa623
1 changed files with 10 additions and 0 deletions
|
@ -52,6 +52,16 @@
|
||||||
"key": "colour"
|
"key": "colour"
|
||||||
},
|
},
|
||||||
"mappings": [
|
"mappings": [
|
||||||
|
{
|
||||||
|
"if": {
|
||||||
|
"and": [
|
||||||
|
"colour=red"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"then": {
|
||||||
|
"en": "The hydrant colour is red"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"if": {
|
"if": {
|
||||||
"and": [
|
"and": [
|
||||||
|
|
Loading…
Reference in a new issue