Changeset 55985 for trunk/src/wp-includes/class-wp-theme-json.php
- Timestamp:
- 06/22/2023 08:16:05 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme-json.php
r55975 r55985 202 202 * removed the `--wp--style--block-gap` property. 203 203 * @since 6.2.0 Added `outline-*`, and `min-height` properties. 204 * @since 6.3.0 Added `column-count` property. 204 205 * 205 206 * @var array … … 229 230 'border-left-style' => array( 'border', 'left', 'style' ), 230 231 'color' => array( 'color', 'text' ), 232 'column-count' => array( 'typography', 'textColumns' ), 231 233 'font-family' => array( 'typography', 'fontFamily' ), 232 234 'font-size' => array( 'typography', 'fontSize' ), … … 335 337 * @since 6.2.0 Added `dimensions.minHeight`, 'shadow.presets', 'shadow.defaultPresets', 336 338 * `position.fixed` and `position.sticky`. 339 * @since 6.3.0 Added support for `typography.textColumns`. 340 * 337 341 * @var array 338 342 */ … … 396 400 'letterSpacing' => null, 397 401 'lineHeight' => null, 402 'textColumns' => null, 398 403 'textDecoration' => null, 399 404 'textTransform' => null, … … 412 417 * updated `blockGap` to be allowed at any level. 413 418 * @since 6.2.0 Added `outline`, and `minHeight` properties. 419 * @since 6.3.0 Added support for `typography.textColumns`. 414 420 * 415 421 * @var array … … 456 462 'letterSpacing' => null, 457 463 'lineHeight' => null, 464 'textColumns' => null, 458 465 'textDecoration' => null, 459 466 'textTransform' => null,
Note: See TracChangeset
for help on using the changeset viewer.