mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-15 13:38:02 +02:00
Add strings to recycling_accepts.json (#349)
This commit is contained in:
@@ -1,5 +1,20 @@
|
||||
{
|
||||
"key": "recycling:",
|
||||
"type": "multiCombo",
|
||||
"label": "Accepts"
|
||||
"label": "Accepts",
|
||||
"strings": {
|
||||
"options": {
|
||||
"glass_bottles": "Glass Bottles",
|
||||
"glass": "Glass",
|
||||
"paper": "Paper",
|
||||
"clothes": "Clothes",
|
||||
"cans": "Cans",
|
||||
"batteries": "Batteries",
|
||||
"shoes": "Shoes",
|
||||
"green_waste": "Green Waste",
|
||||
"plastic_packaging": "Plastic Packaging",
|
||||
"cardboard": "Cardboard",
|
||||
"scrap_metal": "Scrap Metal"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user