add placeholder js to example block

This commit is contained in:
2026-01-04 18:02:36 +00:00
parent df4e07915a
commit d0ba326cf9
2 changed files with 2 additions and 0 deletions

View File

@@ -1 +1,2 @@
// block.json's script, loaded in block editor and front end
console.log('bad egg example block script.js loaded.');

View File

@@ -1 +1,2 @@
// block.json's viewScript, applied on front end only
console.log('bad egg example block view.js loaded.');