humanmade/hm-flourish-block
最新稳定版本:1.5.0
Composer 安装命令:
composer require humanmade/hm-flourish-block
包简介
Embed Flourish visualisations and stories.
README 文档
README
A WordPress block plugin for embedding Flourish data visualizations.
Setup
- Install dependencies:
npm install
- Build the block:
npm run build
- For development with automatic rebuilds:
npm start
Project Structure
src/index.js- Main entry point, registers the block with the editorsrc/style.scss- Frontend styles for the blocksrc/editor.scss- Editor-only stylesinc/blocks.php- PHP block registration and render callbackinc/namespace.php- Plugin namespace and hook setupbuild/- Compiled assets (generated by npm build)
How It Works
- The block is registered as a dynamic block, meaning it's rendered server-side by PHP
- The editor shows a placeholder since
save() => null - The Flourish embed script is registered and enqueued only once via
wp_register_script()andwp_enqueue_script()to avoid duplicates - The render callback outputs the Flourish embed HTML with the specified visualization ID
统计信息
- 总下载量: 151
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2026-02-20