diff --git a/public/assets/config-matches.json b/public/assets/config-matches.json index 982d0be..ac880d7 100644 --- a/public/assets/config-matches.json +++ b/public/assets/config-matches.json @@ -171,6 +171,18 @@ { "name": "Comments", "type": "textarea" + }, + { + "name": "Stage Positions", + "type": "heading", + "colspan": 2, + "align": "center" + }, + { + "type": "picture", + "file": "stage.png", + "colspan": 2, + "height": 250 } ] } diff --git a/public/assets/stage.png b/public/assets/stage.png new file mode 100644 index 0000000..9a92493 Binary files /dev/null and b/public/assets/stage.png differ