-
Notifications
You must be signed in to change notification settings - Fork 4
/
workflows.json
50 lines (50 loc) · 1.48 KB
/
workflows.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[{
"name": "Welcome Menu",
"workflowID": "root-menu",
"formatVersion": "0.0.1",
"initialState": "MenuDisplayed",
"render": [
{
"stylesID": "",
"type": "button",
"styles": {
"fontType": "Arial",
"textColor": "#000000",
"backgroundColor": "#ffffff"
}
}
],
"states": [
{
"stateID": "MenuDisplayed",
"displayData": [
{
"url": "https://digicred.com/wp-content/uploads/2024/06/DigiCred-Banner-Primary-Light@3x-300x80.png",
"type": "image"
},
{
"text": " Welcome to the Demo-Controller credential service",
"type": "title"
},
{
"text": "Demo-Controller has been leading the way in Kindergarten-12 online education for more than 25 years. Demo-Controller provides a robust, award-winning curriculum to public, private, charter, and homeschool families and school districts nationwide.",
"type": "text"
},
{
"text": "Founded in 1997, Demo-Controller, the district, and its schools are accredited by Cognia and offer supportive online learning to students both in Florida and around the world",
"type": "text"
},
{
"text": "Coming soon!",
"type": "title"
},
{
"text": "Student grades, pathways to higher education and careers",
"type": "text"
}
],
"transitions": [ {} ],
"actions": [ {} ]
}
]
}]