Linux 软件免费装
Banner图

WPBits Block Studio

开发者 wpbits
kyguney
更新时间 2026年8月29日 03:32
PHP版本: 8.0 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

generator blocks gutenberg developer-tools block-builder

下载

1.0.1 1.0.0

详情介绍:

WPBits Block Studio is a developer-first Gutenberg block builder for creating static and dynamic custom blocks with visual attribute editing, Twig templates, file synchronization, and exportable block code. Block Studio accelerates custom Gutenberg block development through a visual workflow. Define attributes, configure controls, set up templates, and generate standard WordPress block files — all from within the WordPress admin. The generated code is yours to inspect, modify, and integrate into themes, plugins, or any WordPress project. Why Block Studio? Perfect For

安装:

  1. Upload the plugin files to the /wp-content/plugins/wpbits-block-studio directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the 'Plugins' screen in WordPress.
  3. Navigate to WPBits Block Studio in your WordPress admin menu.
  4. Start creating blocks!
Manual Installation
  1. Download the plugin ZIP file.
  2. Go to WordPress admin → Plugins → Add New.
  3. Click "Upload Plugin" and select the ZIP file.
  4. Click "Install Now" and then "Activate Plugin".
Requirements

屏幕截图:

  • Block Form – Create and edit blocks with tabbed interface and validation
  • Attribute Editor – Visual editor with drag-and-drop reordering and conditional visibility
  • Settings Page – Configure defaults, role management, and sync options
  • Icon Picker – Choose block icons from supported WordPress icon options
  • Export Options – Export block configurations
  • Sync Status – Track externally edited generated files and sync state across all blocks

常见问题:

Do I need coding knowledge to use this plugin?

Basic understanding of WordPress blocks is helpful. The visual interface accelerates block development, but familiarity with block concepts helps you get the most out of the generated code.

Can I edit the generated blocks after creation?

Yes. You can update block configuration in the plugin interface, regenerate files, or edit generated project files externally with your own editor, FTP, or local development workflow.

What's the difference between static and dynamic blocks?

Static blocks save their output directly to the post content using JavaScript's save function. Dynamic blocks render on the server side using the generated Twig template, which is better for content that changes frequently.

Can I use Twig templates?

Yes. WPBits Block Studio generates template.twig files and renders them through the plugin runtime. Edit those generated files outside wp-admin using your normal development tools.

Can I use the generated blocks in my theme?

Yes. The free version generates block files in the plugin-managed output directory. Pro can generate to a custom output directory.

Does this work with block themes?

Yes! The plugin is fully compatible with both classic and block themes.

Can I import existing blocks?

Yes, you can import compatible generated block files and regenerate them.

Can I export multiple blocks at once?

The free version supports block configuration export. The separate Pro version adds standalone plugin export.

How does auto-sync work?

Auto-sync monitors generated block files edited outside wp-admin and compares them with the saved block definitions. It detects new or changed generated files so you can keep the file workflow and block configuration in sync.

更新日志:

1.0.1 1.0.0 Initial release of WPBits Block Studio.