deno.land / x / gesso@v0.1.2 / types / json / HelpLinks.json

HelpLinks.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{ "help_link_name": "Help And Policies",
"help_link_icon": "help",
"custom_help_links": [ { "id": "link1", "text": "Custom Link!", "subtext": "Something something.", "url": "https://google.com", "type": "custom", "available_to": [ "user", "student", "teacher", "admin", "observer", "unenrolled" ], "is_featured": true, "is_new": false, "feature_headline": "Check this out!" } ],
"default_help_links": [ { "available_to": ["student"], "text": "Ask Your Instructor a Question", "subtext": "Questions are submitted to your instructor", "url": "#teacher_feedback", "type": "default", "id": "instructor_question", "is_featured": false, "is_new": true, "feature_headline": "" }, { "available_to": [ "user", "student", "teacher", "admin", "observer", "unenrolled" ], "text": "Search the Canvas Guides", "subtext": "Find answers to common questions", "url": "https://community.canvaslms.com/t5/Guides/ct-p/guides", "type": "default", "id": "search_the_canvas_guides", "is_featured": false, "is_new": false, "feature_headline": "" }, { "available_to": [ "user", "student", "teacher", "admin", "observer", "unenrolled" ], "text": "Report a Problem", "subtext": "If Canvas misbehaves, tell us about it", "url": "#create_ticket", "type": "default", "id": "report_a_problem", "is_featured": false, "is_new": false, "feature_headline": "" } ]}
gesso

Version Info

Tagged at
a year ago