-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathintro.json
44 lines (44 loc) · 954 Bytes
/
intro.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
{
"showProgress": true,
"dontShowAgain": true,
"steps":[
{
"title": "My product tour !",
"intro": "Welcome to the tour !",
"url": "/path-to-xfirst"
},
{
"title": "My product tour !",
"class":".class1729873494929",
"intro": "This is a sample step info1",
"url": "/path-to-xfirst",
"hideNext": true
},
{
"title": "My product tour !",
"class": ".class1729873481009",
"intro": "This is a sample step info2",
"url": "/path-to-page1",
"autoNext": true
},
{
"title": "My product tour !",
"class": ".class1730183818764",
"intro": "Help on Show",
"url": "/path-to-page1",
"autoNext": true
},
{
"title": "My product tour !",
"class": ".class1729873481018",
"intro": "This is a sample step info3",
"url": "/path-to-page1"
},
{
"title": "My product tour !",
"intro": "This is a sample step info4",
"class": ".class1729873481018",
"url": "/path-to-page1"
}
]
}