You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: client/documentation/admin-dashboard/games.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
## Games
2
2
3
-
Pages for games can be added and edited at the row 'Game' of the GAME_DEV sectoin on the main admin page.
3
+
Pages for games can be added and edited at the row 'Game' of the GAME_DEV section on the main admin page.
4
4
5
5
### Fields
6
6
@@ -22,7 +22,7 @@ Pages for games can be added and edited at the row 'Game' of the GAME_DEV sectoi
22
22
23
23
**Thumbnail:** Required field for the game's thumbnail. This image is displayed on the game page in place of a game embed or displayed within the game embed before the play button is pressed. Must be an image file.
24
24
25
-
**Event:** Optional field for the game's event. Links the game to an event. foreign key field for an event.
25
+
**Event:** Optional field for the event at which the game was created. Links the game to an event. Foreign key field for an event.
26
26
27
27
**Itch Game Embed ID:** Optional field for the game's game embed. This ID allows the web version of a game to be played inside the site. This value can be acquired in two ways, either by the developer or through looking in the page source. A developer can get the value by going to the distribution tab of their game and going to the embed game section this will bring up a full embed for the game and the only part needed is the 8 digit number after "https://html-classic.itch.zone/html/". By looking through the page source that link can also be found either in a div or an iframe on the page depending on if the game has been played. **This value is not attainable if there is no web version of the game. hosted on itch.**
0 commit comments