Changeset 51244 for trunk/src/wp-includes/class-wp-block-type.php
- Timestamp:
- 06/26/2021 11:12:52 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-block-type.php
r50529 r51244 194 194 * 195 195 * @since 5.0.0 196 * @since 5.5.0 Added the `title`, `category`, `parent`, `icon`, `description`, 197 * `keywords`, `textdomain`, `styles`, `supports`, `example`, 198 * `uses_context`, and `provides_context` properties. 199 * @since 5.6.0 Added the `api_version` property. 200 * @since 5.8.0 Added the `variations` property. 196 201 * 197 202 * @see register_block_type() … … 202 207 * however the ones described below are supported by default. Default empty array. 203 208 * 204 * 209 * @type string $api_version Block API version. 205 210 * @type string $title Human-readable block type label. 206 211 * @type string|null $category Block type category classification, used in … … 214 219 * @type string|null $textdomain The translation textdomain. 215 220 * @type array $styles Alternative block styles. 221 * @type array $variations Block variations. 216 222 * @type array|null $supports Supported features. 217 223 * @type array|null $example Structured data for the block preview.
Note: See TracChangeset
for help on using the changeset viewer.