mirror of
https://fast.feibisi.com/https://github.com/lubusIN/visual-blueprint-builder.git
synced 2025-10-03 04:01:24 +08:00
Block Based Visual Blueprint Builder for WordPress Playground
* update: site option ux * Implemented provided UI on set-site-options block * Implemented provided UI on update-user-meta block * Implemented provided UI on wp-config-consts block * Implemented the provided UI design for plugins-settings * Added placeholder to InputControl in PluginSettings --------- Co-authored-by: Cy-Yaksh <chandayogesh123@gmail.com> |
||
---|---|---|
.github | ||
_playground | ||
assets/css | ||
inc | ||
languages | ||
src | ||
.gitattributes | ||
.gitignore | ||
composer.json | ||
composer.lock | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
readme.md | ||
webpack.config.js | ||
wp-playground-blueprint-editor.php |
Playground Blueprint Editor
Playground Blueprint Editor is block based editing experience for building blueprint.json
Key features
- UI based json generation
- blocks to build steps
- Preview blueprint in playground
- download blueprint.json
- copy json code
Requirements
- WordPress 6.4+
- PHP 7.4+
Development
- Clone
git clone git@github.com:lubusIN/block-editor-for-playground-blueprint.git
. - Navigate to Folder
cd block-editor-for-playground-blueprint
. - Run
npm install
to install the plugin's dependencies within a/node_modules/
folder. - Run
composer install
to install the additional WordPress composer tools within a/vendor/
folder. - Run
npm run build
ornpm run start
to compile and watch source files for changes while developing. - Launch local playground using wp-now
npx @wp-now/wp-now start
Refer to package.json
for additional npm commands.