Skip to content

Commit 2286299

Browse files
author
Jake Donham
authored
Merge pull request #22 from githubnext/jaked/sandbox_false
set `sandbox: false` for self-sandboxed blocks
2 parents fa7a478 + c6e7819 commit 2286299

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@
157157
"id": "markdown-block",
158158
"title": "Markdown",
159159
"description": "View markdown files. You can also view live repo into, using Issues, Releases, and Commits custom components, as well as live code examples with CodeSandbox.",
160+
"sandbox": false,
160161
"entry": "/src/blocks/file-blocks/live-markdown/index.tsx",
161162
"extensions": [
162163
"md",
@@ -169,6 +170,7 @@
169170
"id": "react-feedback-block",
170171
"title": "React component feedback",
171172
"description": "Give feedback on a React component",
173+
"sandbox": false,
172174
"entry": "/src/blocks/file-blocks/annotate-react/index.tsx",
173175
"extensions": [
174176
"jsx",
@@ -193,6 +195,7 @@
193195
"id": "processing-block",
194196
"title": "Processing block",
195197
"description": "Run your p5.js sketches",
198+
"sandbox": false,
196199
"entry": "/src/blocks/file-blocks/processing.tsx",
197200
"extensions": [
198201
"js"

0 commit comments

Comments
 (0)