块编辑器开发文档

区块 API 参考

💡 云策文档标注

概述

本文档介绍了 WordPress 区块 API 的核心概念和组成部分,区块是编辑器的基本元素,允许插件和主题注册功能并扩展编辑器能力。

关键要点

  • 区块是编辑器的基本元素,用于插件和主题的功能注册与扩展
  • 文档涵盖多个 API 部分,包括注释、API 版本、属性、绑定、上下文等
  • 区块 API 支持元数据定义、编辑与保存、样式、转换、模板和变体等功能

📄 原文内容

Blocks are the fundamental element of the editor. They are the primary way in which plugins and themes can register their own functionality and extend the capabilities of the editor.

The following sections will walk you through the existing block APIs: