We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7de5a07 + 0f5361a commit ffd32edCopy full SHA for ffd32ed
canvashelper.js
@@ -130,6 +130,10 @@ class CanvasHelper {
130
type: "number",
131
number: assignment.id,
132
},
133
+ "URL" : {
134
+ type: "url",
135
+ url: assignment.html_url,
136
+ }
137
})
138
}
139
@@ -171,6 +175,10 @@ class CanvasHelper {
171
175
172
176
173
177
178
179
180
181
174
182
/**"children": [
183
{
184
object: "block",
main.js
@@ -91,6 +91,10 @@ async function createNotionDatabase() {
91
format: "number"
92
93
94
+ "URL": {
95
96
+ url: {},
97
+ },
98
99
100
0 commit comments