Changeset 57521 for trunk/src/wp-includes/class-wp-block-type.php
- Timestamp:
- 02/02/2024 12:59:21 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-block-type.php
r57493 r57521 68 68 */ 69 69 public $ancestor = null; 70 71 /** 72 * Limits which block types can be inserted as children of this block type. 73 * 74 * @since 6.5.0 75 * @var string[]|null 76 */ 77 public $allowed_blocks = null; 70 78 71 79 /** … … 304 312 * @type string[]|null $ancestor Setting ancestor makes a block available only inside the specified 305 313 * block types at any position of the ancestor's block subtree. 314 * @type string[]|null $allowed_blocks Limits which block types can be inserted as children of this block type. 306 315 * @type string|null $icon Block type icon. 307 316 * @type string $description A detailed block type description.
Note: See TracChangeset
for help on using the changeset viewer.