Skip to content

Commit 23c2dba

Browse files
committed
Register fileType jpblockly in jupyterLite
1 parent 034ea66 commit 23c2dba

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/jupyter-lite.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"jupyter-config-data": {
3+
"fileTypes": {
4+
"jpblockly": {
5+
"extensions": [
6+
".jpblockly"
7+
],
8+
"fileFormat": "json",
9+
"mimeTypes": [
10+
"application/json"
11+
],
12+
"name": "blockly"
13+
}
14+
}
15+
},
16+
"jupyter-lite-schema-version": 0
17+
}

0 commit comments

Comments
 (0)