Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[create-block] Refinements to the create-block-interactive-template package. #52801

Merged
Prev Previous commit
Next Next commit
Move example to top level based on #52803
  • Loading branch information
ryanwelcher committed Jul 20, 2023
commit 06d208a2b87004e1ea398f7d5488ec79ce604b97
4 changes: 1 addition & 3 deletions packages/create-block-interactive-template/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ module.exports = {
},
render: 'file:./render.php',
viewScript: 'file:./view.js',
customBlockJSON: {
example: {},
},
example: {},
},
variants: {
basic: {},
Expand Down