|
23 | 23 | "id": "code-block",
|
24 | 24 | "title": "Code block",
|
25 | 25 | "description": "A basic code block",
|
| 26 | + "sandbox": false, |
26 | 27 | "entry": "/src/blocks/file-blocks/code/index.tsx",
|
27 | 28 | "extensions": [
|
28 | 29 | "*"
|
|
34 | 35 | "id": "excalidraw-block",
|
35 | 36 | "title": "Drawing block",
|
36 | 37 | "description": "A whiteboard tool",
|
| 38 | + "sandbox": false, |
37 | 39 | "entry": "/src/blocks/file-blocks/excalidraw/index.tsx",
|
38 | 40 | "extensions": [
|
39 | 41 | "excalidraw"
|
|
45 | 47 | "id": "html-block",
|
46 | 48 | "title": "HTML block",
|
47 | 49 | "description": "View HTML content",
|
| 50 | + "sandbox": false, |
48 | 51 | "entry": "/src/blocks/file-blocks/html.tsx",
|
49 | 52 | "extensions": [
|
50 | 53 | "html",
|
|
57 | 60 | "id": "css-block",
|
58 | 61 | "title": "Styleguide block",
|
59 | 62 | "description": "View selectors in a css file",
|
| 63 | + "sandbox": false, |
60 | 64 | "entry": "/src/blocks/file-blocks/css.tsx",
|
61 | 65 | "extensions": [
|
62 | 66 | "css"
|
|
68 | 72 | "id": "image-block",
|
69 | 73 | "title": "Image block",
|
70 | 74 | "description": "View images",
|
| 75 | + "sandbox": false, |
71 | 76 | "entry": "/src/blocks/file-blocks/image.tsx",
|
72 | 77 | "extensions": [
|
73 | 78 | "png",
|
|
83 | 88 | "id": "json-block",
|
84 | 89 | "title": "Object explorer",
|
85 | 90 | "description": "An interactive view of JSON objects",
|
| 91 | + "sandbox": false, |
86 | 92 | "entry": "/src/blocks/file-blocks/json.tsx",
|
87 | 93 | "extensions": [
|
88 | 94 | "json",
|
|
98 | 104 | "id": "3d-model-block",
|
99 | 105 | "title": "3D block",
|
100 | 106 | "description": "A block for 3d files",
|
| 107 | + "sandbox": false, |
101 | 108 | "entry": "/src/blocks/file-blocks/3d-files.tsx",
|
102 | 109 | "extensions": [
|
103 | 110 | "gltf",
|
|
110 | 117 | "id": "flat-block",
|
111 | 118 | "title": "Flat data block",
|
112 | 119 | "description": "A block for flat data files",
|
| 120 | + "sandbox": false, |
113 | 121 | "entry": "/src/blocks/file-blocks/flat.tsx",
|
114 | 122 | "extensions": [
|
115 | 123 | "csv"
|
|
121 | 129 | "id": "simple-poll-block",
|
122 | 130 | "title": "Poll block",
|
123 | 131 | "description": "View simple polls beautifully",
|
| 132 | + "sandbox": false, |
124 | 133 | "entry": "/src/blocks/file-blocks/poll.tsx",
|
125 | 134 | "extensions": [
|
126 | 135 | "json"
|
|
132 | 141 | "id": "chart-block",
|
133 | 142 | "title": "Chart block",
|
134 | 143 | "description": "An interactive chart block",
|
| 144 | + "sandbox": false, |
135 | 145 | "entry": "/src/blocks/file-blocks/charts/index.tsx",
|
136 | 146 | "extensions": [
|
137 | 147 | "csv"
|
|
167 | 177 | "id": "sentence-encoder-block",
|
168 | 178 | "title": "Sentence encoder block",
|
169 | 179 | "description": "Experiment with your sentence-encoder",
|
| 180 | + "sandbox": false, |
170 | 181 | "entry": "/src/blocks/file-blocks/sentence-encoder.tsx",
|
171 | 182 | "extensions": [
|
172 | 183 | "json"
|
|
189 | 200 | "id": "minimap-block",
|
190 | 201 | "title": "Minimap",
|
191 | 202 | "description": "A visualization of your folders and files",
|
| 203 | + "sandbox": false, |
192 | 204 | "entry": "/src/blocks/folder-blocks/minimap/index.tsx",
|
193 | 205 | "example_path": "https://github.com/githubnext/blocks-tutorial"
|
194 | 206 | },
|
|
197 | 209 | "id": "dashboard-block",
|
198 | 210 | "title": "Dashboard",
|
199 | 211 | "description": "A dashboard of Blocks",
|
| 212 | + "sandbox": false, |
200 | 213 | "entry": "/src/blocks/folder-blocks/dashboard/index.tsx",
|
201 | 214 | "example_path": "https://github.com/githubnext/blocks-tutorial"
|
202 | 215 | },
|
|
205 | 218 | "id": "code-tour-block",
|
206 | 219 | "title": "Code Tour",
|
207 | 220 | "description": "Create documented tours of your code",
|
| 221 | + "sandbox": false, |
208 | 222 | "entry": "/src/blocks/folder-blocks/code-tour/index.tsx",
|
209 | 223 | "example_path": "https://github.com/githubnext/blocks-tutorial"
|
210 | 224 | }
|
|
0 commit comments