Registers a block type. The recommended way is to register a block type using the metadata stored in the block.json file.| WordPress Developer Resources
Block attributes provide information about the data stored by a block. For example, rich content, a list of image URLs, a background color,…| WordPress Developer Resources
When registering a block with JavaScript on the client, the edit and save functions provide the interface for how a block is going to be…| WordPress Developer Resources
This page provides a comprehensive guide to the principles and usage of the Deprecation API. For an introduction check out the tutorial on…| WordPress Developer Resources
The Block Variations API allows you to define multiple versions (variations) of a block. A block variation differs from the original block…| WordPress Developer Resources
Block context is a feature which enables ancestor blocks to provide values which can be consumed by descendent blocks within its own…| WordPress Developer Resources
Block registration API reference.| WordPress Developer Resources
WordPress exposes several APIs that allow you to modify the behavior of existing blocks.| WordPress Developer Resources
Registers a CSS stylesheet.| WordPress Developer Resources
Registers a new script.| WordPress Developer Resources
Block Styles allow alternative styles to be applied to existing blocks. They work by adding a className to the block's wrapper. This…| WordPress Developer Resources
Block Supports is the API that allows a block to declare support for certain features.| WordPress Developer Resources
Dashicons is the official icon font of the WordPress admin as of 3.8. The Dashicons project is no longer accepting icon requests. Here's…| WordPress Developer Resources
gettext| www.gnu.org