Changeset 55673 for trunk/src/wp-includes/class-wp-block-type.php
- Timestamp:
- 04/21/2023 10:41:58 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-block-type.php
r54895 r55673 117 117 */ 118 118 public $variations = array(); 119 120 /** 121 * Custom CSS selectors for theme.json style generation. 122 * 123 * @since 6.3.0 124 * @var array 125 */ 126 public $selectors = array(); 119 127 120 128 /** … … 246 254 * `editor_style_handles`, and `style_handles` properties. 247 255 * Deprecated the `editor_script`, `script`, `view_script`, `editor_style`, and `style` properties. 256 * @since 6.3.0 Added the `selectors` property. 248 257 * 249 258 * @see register_block_type() … … 269 278 * @type array[] $styles Alternative block styles. 270 279 * @type array[] $variations Block variations. 280 * @type array $selectors Custom CSS selectors for theme.json style generation. 271 281 * @type array|null $supports Supported features. 272 282 * @type array|null $example Structured data for the block preview.
Note: See TracChangeset
for help on using the changeset viewer.