Skip to content

Commit

Permalink
allow advertising presets as a line & add message field (#785)
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yle committed Feb 13, 2023
1 parent 4c9a233 commit 0b60a7f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
5 changes: 5 additions & 0 deletions data/fields/message.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"key": "message",
"type": "combo",
"label": "Message"
}
6 changes: 4 additions & 2 deletions data/presets/advertising/poster_box.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@
"moreFields": [
"access_simple",
"direction",
"height"
"height",
"message"
],
"geometry": [
"point"
"point",
"line"
],
"tags": {
"advertising": "poster_box"
Expand Down
6 changes: 4 additions & 2 deletions data/presets/advertising/totem.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@
"moreFields": [
"access_simple",
"direction",
"height"
"height",
"message"
],
"geometry": [
"point"
"point",
"line"
],
"tags": {
"advertising": "totem"
Expand Down

0 comments on commit 0b60a7f

Please sign in to comment.