Skip to content

Commit a63cadd

Browse files
committed
remove "sandbox" from configs
1 parent b0dab4b commit a63cadd

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

blocks.config.json

-23
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"id": "code-block",
55
"title": "Code",
66
"description": "Read & edit code",
7-
"sandbox": false,
87
"entry": "blocks/file-blocks/code/index.tsx",
98
"matches": ["*"],
109
"example_path": "https://github.com/githubnext/blocks-tutorial/blob/main/Aside.jsx"
@@ -14,7 +13,6 @@
1413
"id": "excalidraw",
1514
"title": "Excalidraw diagram",
1615
"description": "View and edit Excalidraw diagrams",
17-
"sandbox": false,
1816
"entry": "blocks/file-blocks/excalidraw/index.tsx",
1917
"matches": ["*.excalidraw"],
2018
"example_path": "https://github.com/githubnext/blocks-tutorial/blob/main/drawing.excalidraw"
@@ -24,7 +22,6 @@
2422
"id": "html",
2523
"title": "HTML",
2624
"description": "View basic HTML content",
27-
"sandbox": false,
2825
"entry": "blocks/file-blocks/html.tsx",
2926
"matches": ["*.html", "*.svelte"],
3027
"example_path": "https://github.com/githubnext/blocks-tutorial/blob/main/photos.html"
@@ -34,7 +31,6 @@
3431
"id": "css",
3532
"title": "CSS Styleguide",
3633
"description": "View CSS styles in an example styleguide",
37-
"sandbox": false,
3834
"entry": "blocks/file-blocks/css.tsx",
3935
"matches": ["*.css"],
4036
"example_path": "https://github.com/githubnext/blocks-tutorial/blob/main/global.css"
@@ -44,7 +40,6 @@
4440
"id": "image",
4541
"title": "Image",
4642
"description": "View PNG, JPG, GIF, and SVG images",
47-
"sandbox": false,
4843
"entry": "blocks/file-blocks/image.tsx",
4944
"matches": ["*.png", "*.jpg", "*.jpeg", "*.gif", "*.svg"],
5045
"example_path": "https://github.com/pmndrs/react-spring/blob/HEAD/assets/projects/aragon.png?raw=true"
@@ -54,7 +49,6 @@
5449
"id": "json",
5550
"title": "JSON explorer",
5651
"description": "An interactive view of JSON data",
57-
"sandbox": false,
5852
"entry": "blocks/file-blocks/json.tsx",
5953
"matches": [
6054
"*.json",
@@ -72,7 +66,6 @@
7266
"id": "geojson",
7367
"title": "GeoJSON explorer",
7468
"description": "View & edit GeoJSON data",
75-
"sandbox": false,
7669
"entry": "blocks/file-blocks/geojson.tsx",
7770
"matches": ["*.geo.json", "*.geojson"],
7871
"example_path": "https://github.com/d3/d3-geo/blob/main/package.json"
@@ -82,7 +75,6 @@
8275
"id": "3d-model",
8376
"title": "3D model",
8477
"description": "View 3D models",
85-
"sandbox": false,
8678
"entry": "blocks/file-blocks/3d-files.tsx",
8779
"matches": ["*.gltf", "*.glb"],
8880
"example_path": "https://github.com/githubnext/blocks-tutorial/blob/main/avocado.glb"
@@ -92,7 +84,6 @@
9284
"id": "flat",
9385
"title": "Spreadsheet",
9486
"description": "View & edit CSV and YAML files in a spreadsheet",
95-
"sandbox": false,
9687
"entry": "blocks/file-blocks/flat.tsx",
9788
"matches": ["*.csv", "*.yml", "*.yaml"],
9889
"example_path": "https://github.com/githubnext/blocks-tutorial/blob/main/data.csv"
@@ -102,7 +93,6 @@
10293
"id": "chart",
10394
"title": "Chart",
10495
"description": "Visualize CSV data in a few different chart types",
105-
"sandbox": false,
10696
"entry": "blocks/file-blocks/charts/index.tsx",
10797
"matches": ["*.csv"],
10898
"example_path": "https://github.com/the-pudding/data/blob/master/pockets/measurements.csv"
@@ -112,7 +102,6 @@
112102
"id": "markdown-block",
113103
"title": "Markdown",
114104
"description": "View and edit Markdown content, with the ability to embed other blocks",
115-
"sandbox": false,
116105
"entry": "blocks/file-blocks/markdown-edit/index.tsx",
117106
"matches": ["*.md", "*.markdown", "*.mdx", "*"],
118107
"example_path": "https://github.com/githubnext/blocks-tutorial/blob/main/README.md"
@@ -122,7 +111,6 @@
122111
"id": "sandbox",
123112
"title": "JS Sandbox",
124113
"description": "Run JavaScript code in a sandbox",
125-
"sandbox": false,
126114
"entry": "blocks/file-blocks/sandbox/index.tsx",
127115
"matches": ["*.js", "*.ts", "*.tsx", "*.jsx"],
128116
"example_path": "https://github.com/githubnext/blocks-tutorial/blob/main/README.md"
@@ -132,7 +120,6 @@
132120
"id": "react-feedback",
133121
"title": "React component feedback",
134122
"description": "View & give feedback on a React component",
135-
"sandbox": false,
136123
"entry": "blocks/file-blocks/annotate-react/index.tsx",
137124
"matches": ["*.jsx", "*.tsx"],
138125
"example_path": "https://github.com/githubnext/blocks-tutorial/blob/main/Aside.jsx"
@@ -142,7 +129,6 @@
142129
"id": "sentence-encoder",
143130
"title": "Sentence encoder",
144131
"description": "Experiment with a sentence-encoder",
145-
"sandbox": false,
146132
"entry": "blocks/file-blocks/sentence-encoder.tsx",
147133
"matches": ["*.json"],
148134
"example_path": "https://github.com/githubnext/blocks-tutorial/blob/main/queries.json"
@@ -162,7 +148,6 @@
162148
"id": "summarize",
163149
"title": "Summarize",
164150
"description": "Summarize parts of a file using ML",
165-
"sandbox": false,
166151
"entry": "blocks/file-blocks/summarize/index.tsx",
167152
"matches": ["*.js", "*.ts", "*.tsx", "*.jsx"],
168153
"example_path": "https://github.com/mattdesl/canvas-sketch/blob/master/lib/save.js"
@@ -172,7 +157,6 @@
172157
"id": "explain",
173158
"title": "Explain",
174159
"description": "Explain parts of a file using ML",
175-
"sandbox": false,
176160
"entry": "blocks/file-blocks/explain/index.tsx",
177161
"matches": ["*.js", "*.ts", "*.tsx", "*.jsx", "*.rb", "*.py"],
178162
"example_path": "https://github.com/mattdesl/canvas-sketch/blob/master/lib/save.js"
@@ -182,7 +166,6 @@
182166
"id": "edit",
183167
"title": "Edit code with ML",
184168
"description": "Edit code by prompting a Machine Learning model",
185-
"sandbox": false,
186169
"entry": "blocks/file-blocks/edit/index.tsx",
187170
"matches": ["*"],
188171
"example_path": "https://github.com/githubnext/blocks-tutorial/blob/main/processing-sketch.js"
@@ -192,7 +175,6 @@
192175
"id": "edit-and-preview",
193176
"title": "Edit with Preview",
194177
"description": "Edit code side-by-side with a preview",
195-
"sandbox": false,
196178
"entry": "blocks/file-blocks/edit-and-preview/index.tsx",
197179
"matches": ["*"],
198180
"example_path": "https://github.com/githubnext/blocks-tutorial/blob/main/README.md"
@@ -202,7 +184,6 @@
202184
"id": "minimap",
203185
"title": "Minimap",
204186
"description": "Visualize your folders and files in a minimap",
205-
"sandbox": false,
206187
"entry": "blocks/folder-blocks/minimap/index.tsx",
207188
"example_path": "https://github.com/githubnext/blocks-tutorial"
208189
},
@@ -211,7 +192,6 @@
211192
"id": "overview",
212193
"title": "Overview",
213194
"description": "View an overview of a folder: including README, license, and recent activity",
214-
"sandbox": false,
215195
"entry": "blocks/folder-blocks/overview/index.tsx",
216196
"example_path": "https://github.com/githubnext/blocks-tutorial"
217197
},
@@ -220,7 +200,6 @@
220200
"id": "dashboard",
221201
"title": "Dashboard",
222202
"description": "View other blocks in a dashboard view",
223-
"sandbox": false,
224203
"entry": "blocks/folder-blocks/dashboard/index.tsx",
225204
"example_path": "https://github.com/githubnext/blocks-tutorial"
226205
},
@@ -229,7 +208,6 @@
229208
"id": "code-tour",
230209
"title": "Code Tour",
231210
"description": "Create documented tours of your code",
232-
"sandbox": false,
233211
"entry": "blocks/folder-blocks/code-tour/index.tsx",
234212
"example_path": "https://github.com/githubnext/blocks-tutorial"
235213
},
@@ -238,7 +216,6 @@
238216
"id": "infinite-canvas",
239217
"title": "Infinite Canvas",
240218
"description": "View and annotate your files in an infinite canvas",
241-
"sandbox": false,
242219
"entry": "blocks/folder-blocks/infinite-canvas/index.tsx",
243220
"example_path": "https://github.com/githubnext/blocks-tutorial"
244221
}

0 commit comments

Comments
 (0)