a working react/php dynamic wordpress block example integrated with the Vite build process

This commit is contained in:
2025-12-10 19:44:32 +00:00
parent cb671d00a8
commit 9013516782
15 changed files with 247 additions and 34 deletions

View File

@@ -0,0 +1,12 @@
{
"apiVersion": 3,
"name": "badegg/example",
"title": "Example",
"category": "badegg",
"icon": "cover-image",
"description": "This is an example of a custom Wordpress Block created using the offical method.",
"editorScript": "example-editor-script",
"editorStyle": "example-editor-style",
"style": "example-style",
"render": "resources/blocks/example/render.blade.php"
}