allow advertising presets as a line & add message field (#785)

This commit is contained in:
Kyℓe Hensel
2023-02-14 07:29:21 +13:00
committed by GitHub
parent 4c9a233d5f
commit 0b60a7f910
3 changed files with 13 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"key": "message",
"type": "combo",
"label": "Message"
}
+4 -2
View File
@@ -9,10 +9,12 @@
"moreFields": [
"access_simple",
"direction",
"height"
"height",
"message"
],
"geometry": [
"point"
"point",
"line"
],
"tags": {
"advertising": "poster_box"
+4 -2
View File
@@ -7,10 +7,12 @@
"moreFields": [
"access_simple",
"direction",
"height"
"height",
"message"
],
"geometry": [
"point"
"point",
"line"
],
"tags": {
"advertising": "totem"