Formatting
This commit is contained in:
parent
953bdaeaa5
commit
b7f8240659
1 changed files with 18 additions and 8 deletions
|
@ -58,7 +58,9 @@
|
||||||
{
|
{
|
||||||
"if": "service:mobile_phone:repair=yes",
|
"if": "service:mobile_phone:repair=yes",
|
||||||
"alsoShowIf": "mobile_phone:repair=yes",
|
"alsoShowIf": "mobile_phone:repair=yes",
|
||||||
"addExtraTags": ["mobile_phone:repair="],
|
"addExtraTags": [
|
||||||
|
"mobile_phone:repair="
|
||||||
|
],
|
||||||
"then": {
|
"then": {
|
||||||
"en": "Mobile phones are repaired here"
|
"en": "Mobile phones are repaired here"
|
||||||
},
|
},
|
||||||
|
@ -67,7 +69,9 @@
|
||||||
{
|
{
|
||||||
"if": "service:computer:repair=yes",
|
"if": "service:computer:repair=yes",
|
||||||
"alsoShowIf": "computer:repair=yes",
|
"alsoShowIf": "computer:repair=yes",
|
||||||
"addExtraTags": ["computer:repair="],
|
"addExtraTags": [
|
||||||
|
"computer:repair="
|
||||||
|
],
|
||||||
"then": {
|
"then": {
|
||||||
"en": "Computers are repaired here"
|
"en": "Computers are repaired here"
|
||||||
},
|
},
|
||||||
|
@ -76,7 +80,9 @@
|
||||||
{
|
{
|
||||||
"if": "service:bicycle:repair=yes",
|
"if": "service:bicycle:repair=yes",
|
||||||
"alsoShowIf": "bicycle:repair=yes",
|
"alsoShowIf": "bicycle:repair=yes",
|
||||||
"addExtraTags": ["bicycle:repair="],
|
"addExtraTags": [
|
||||||
|
"bicycle:repair="
|
||||||
|
],
|
||||||
"then": {
|
"then": {
|
||||||
"en": "Bicycles are repaired here"
|
"en": "Bicycles are repaired here"
|
||||||
},
|
},
|
||||||
|
@ -85,29 +91,33 @@
|
||||||
{
|
{
|
||||||
"if": "service:electronics:repair=yes",
|
"if": "service:electronics:repair=yes",
|
||||||
"alsoShowIf": "bicycle:repair=yes",
|
"alsoShowIf": "bicycle:repair=yes",
|
||||||
"addExtraTags": ["bicycle:repair="],
|
"addExtraTags": [
|
||||||
|
"bicycle:repair="
|
||||||
|
],
|
||||||
"then": {
|
"then": {
|
||||||
"en": "Electronic devices are repaired here"
|
"en": "Electronic devices are repaired here"
|
||||||
},
|
},
|
||||||
"ifnot": "service:electronics:repair=no",
|
"ifnot": "service:electronics:repair=no",
|
||||||
"icon": "./assets/layers/recycling/small_electrical_appliances.svg"
|
"icon": "./assets/layers/recycling/small_electrical_appliances.svg"
|
||||||
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"if": "service:furniture:repair=yes",
|
"if": "service:furniture:repair=yes",
|
||||||
"alsoShowIf": "furniture:repair=yes",
|
"alsoShowIf": "furniture:repair=yes",
|
||||||
"addExtraTags": ["furniture:repair="],
|
"addExtraTags": [
|
||||||
|
"furniture:repair="
|
||||||
|
],
|
||||||
"then": {
|
"then": {
|
||||||
"en": "Furniture is repaired here"
|
"en": "Furniture is repaired here"
|
||||||
},
|
},
|
||||||
"ifnot": "service:furniture:repair=no",
|
"ifnot": "service:furniture:repair=no",
|
||||||
"icon": "./assets/layers/recycling/furniture.svg"
|
"icon": "./assets/layers/recycling/furniture.svg"
|
||||||
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"if": "service:clothes:repair=yes",
|
"if": "service:clothes:repair=yes",
|
||||||
"alsoShowIf": "clothes:repair=yes",
|
"alsoShowIf": "clothes:repair=yes",
|
||||||
"addExtraTags": ["clothes:repair="],
|
"addExtraTags": [
|
||||||
|
"clothes:repair="
|
||||||
|
],
|
||||||
"then": {
|
"then": {
|
||||||
"en": "Clothes are repaired here"
|
"en": "Clothes are repaired here"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue