Changeset 56614 for trunk/src/wp-includes/class-wp-theme-json.php
- Timestamp:
- 09/19/2023 01:27:43 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme-json.php
r56605 r56614 343 343 * `position.fixed` and `position.sticky`. 344 344 * @since 6.3.0 Added support for `typography.textColumns`, removed `layout.definitions`. 345 * @since 6.4.0 Added `layout.allowEditing` and `typography.writingMode`.346 * 345 * @since 6.4.0 Added support for `layout.allowEditing`, `background.backgroundImage`, 346 * and `typography.writingMode`. 347 347 * @var array 348 348 */ … … 350 350 'appearanceTools' => null, 351 351 'useRootPaddingAwareAlignments' => null, 352 'background' => array( 353 'backgroundImage' => null, 354 ), 352 355 'border' => array( 353 356 'color' => null, … … 564 567 * @since 6.0.0 565 568 * @since 6.2.0 Added `dimensions.minHeight` and `position.sticky`. 569 * @since 6.4.0 Added `background.backgroundImage`. 566 570 * @var array 567 571 */ 568 572 const APPEARANCE_TOOLS_OPT_INS = array( 573 array( 'background', 'backgroundImage' ), 569 574 array( 'border', 'color' ), 570 575 array( 'border', 'radius' ),
Note: See TracChangeset
for help on using the changeset viewer.