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