Skip to content

Commit

Permalink
update blocks matches
Browse files Browse the repository at this point in the history
  • Loading branch information
Wattenberger committed Aug 9, 2022
1 parent 742f8fa commit 067c28b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blocks.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"description": "View and edit Markdown content",
"sandbox": false,
"entry": "blocks/file-blocks/markdown-edit/index.tsx",
"matches": ["*"],
"matches": ["*.md", "*.markdown", "*.mdx"],
"example_path": "https://github.com/githubnext/blocks-tutorial/blob/main/README.md"
},
{
Expand All @@ -134,7 +134,7 @@
"description": "Execute Javascript code",
"sandbox": false,
"entry": "blocks/file-blocks/sandbox/index.tsx",
"matches": ["*"],
"matches": ["*.js", "*.ts", "*.tsx", "*.jsx"],
"example_path": "https://github.com/githubnext/blocks-tutorial/blob/main/README.md"
},
{
Expand Down

0 comments on commit 067c28b

Please sign in to comment.