Hand-captured state snapshots (menu through hand_select) used to build the facts layer and decision handlers. Live run dumps are gitignored, these stay for reference.
15 lines
No EOL
244 B
JSON
15 lines
No EOL
244 B
JSON
{
|
|
"state_type": "menu",
|
|
"menu_screen": "tutorial_prompt",
|
|
"message": "Enable Tutorials? Choose yes or no.",
|
|
"options": [
|
|
{
|
|
"name": "no",
|
|
"enabled": true
|
|
},
|
|
{
|
|
"name": "yes",
|
|
"enabled": true
|
|
}
|
|
]
|
|
} |