36 lines
744 B
JSON
Executable File
36 lines
744 B
JSON
Executable File
{
|
|
"states": [{
|
|
"id": 1,
|
|
"is_initial_state": true,
|
|
"type": "alert",
|
|
"title": {
|
|
"key": "PP_AND_TOS_TITLE",
|
|
"replacements": ["<APP_NAME>"]
|
|
},
|
|
"message": {
|
|
"key": "AGREE_MESSAGE"
|
|
},
|
|
"transitions": [{
|
|
"title": {
|
|
"key": "AGREE_TO_TERMS_BUTTON_TITLE"
|
|
},
|
|
"style": "default",
|
|
"destination_state_id": 12
|
|
}]
|
|
}, {
|
|
"id": 10,
|
|
"type": "tos"
|
|
}, {
|
|
"id": 11,
|
|
"type": "pp"
|
|
}, {
|
|
"id": 12,
|
|
"type": "event",
|
|
"name": "tos_ok",
|
|
"destination_state_id": 99
|
|
}, {
|
|
"id": 99,
|
|
"type": "reinit"
|
|
}]
|
|
}
|