add order
This commit is contained in:
parent
5f80622d6b
commit
ca0f42c326
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
[ask]
|
[ask]
|
||||||
platform = { kind = "selection", prompt = "Game Platform", options = ["wine", "wiiu", "3ds", "gamecube", "gba", "ps2", "ps3", "switch"] }
|
platform = { kind = "selection", prompt = "Game Platform", options = ["wine", "wiiu", "3ds", "gamecube", "gba", "ps2", "ps3", "switch"], order = 1 }
|
||||||
name = { kind = "text", prompt = "Game Name?" }
|
name = { kind = "text", prompt = "Game Name?", order = 2 }
|
||||||
desc = { kind = "text", prompt = "Game Description?" }
|
desc = { kind = "text", prompt = "Game Description?", order = 3 }
|
||||||
|
|
||||||
[[actions.replace]]
|
[[actions.replace]]
|
||||||
from = "<GAME_TITLE>"
|
from = "<GAME_TITLE>"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue