块编辑器开发文档

💡 云策文档标注

概述

本文档是 WordPress 开发者的综合参考指南,涵盖 Block API、Hooks、SlotFills、Theme.json 等核心 API 和模块,提供详细的接口和数据结构说明。

关键要点

  • Block API Reference:包括 Annotations、Attributes、Registration、Supports 等关键组件,用于自定义块开发。
  • Hooks Reference:提供 Block Filters、Editor Hooks、i18n Hooks 等钩子,用于扩展编辑器功能。
  • SlotFills Reference:列出 MainDashboardButton、PluginSidebar 等 SlotFill 组件,用于插件界面集成。
  • Theme.json Reference:涵盖版本 1 到 3 的配置,支持主题样式和迁移指南。
  • 其他参考:包括 RichText、Component、Package 和 Data Module 参考,如 core/block-editor、core/editor 等数据模块。

📄 原文内容