Deprecate contents and content=unknown

This commit is contained in:
Quincy Morgan
2020-05-18 11:09:58 -04:00
parent 420855b012
commit 4ff1b48b86
2 changed files with 9 additions and 0 deletions
+7
View File
@@ -283,6 +283,13 @@
"old": {"company": "consulting"},
"replace": {"office": "consulting"}
},
{
"old": {"content": "unknown"}
},
{
"old": {"contents": "*"},
"replace": {"content": "$1"}
},
{
"old": {"craft": "catering"},
"replace": {"craft": "caterer"}
+2
View File
@@ -2046,6 +2046,8 @@
{"key": "camp_site", "value": "camp_pitch", "description": "🄳 ➜ tourism=camp_pitch"},
{"key": "color", "description": "🄳 ➜ colour=*"},
{"key": "company", "value": "consulting", "description": "🄳 ➜ office=consulting"},
{"key": "content", "value": "unknown", "description": "🄳"},
{"key": "contents", "description": "🄳 ➜ content=*"},
{"key": "craft", "value": "catering", "description": "🄳 ➜ craft=caterer"},
{"key": "craft", "value": "glass", "description": "🄳 ➜ craft=glaziery"},
{"key": "craft", "value": "jeweler", "description": "🄳 ➜ shop=jewelry"},