Petra
AI assistant for GrootMade
Hi! I'm Petra 👋 Ask me to help you find the perfect WP plugin, theme, or template kit.
forked from WordPress Gutenberg Plugin Boilerplate™
WP Gutenberg Plugin Boilerplate is not affiliated with WordPress Gutenberg Plugin Boilerplate. The name and any related trademarks are used solely for nominative descriptive purposes.
This is a starter template for developers who need to create custom plugins that add new blocks to the block editor. It provides a foundational codebase and build system to accelerate the initial setup phase of plugin development.
block.js that demonstrates the required editor components, attributes, and save functions, serving as a practical reference.npm start command runs a development environment that watches for file changes and automatically rebuilds the plugin, enabling a faster feedback loop during coding.npm run build command creates minified and optimized assets for the final plugin, preparing your code for distribution and live site use.