- Timestamp:
- 01/31/2024 02:52:25 AM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/style-engine/class-wp-style-engine.php
r57254 r57491 24 24 * @since 6.3.0 Added support for text-columns. 25 25 * @since 6.4.0 Added support for background.backgroundImage. 26 * @since 6.5.0 Added support for background.backgroundPosition and background.backgroundRepeat. 26 * @since 6.5.0 Added support for background.backgroundPosition, 27 * background.backgroundRepeat and dimensions.aspectRatio. 27 28 */ 28 29 #[AllowDynamicProperties] … … 191 192 ), 192 193 'dimensions' => array( 193 'minHeight' => array( 194 'aspectRatio' => array( 195 'property_keys' => array( 196 'default' => 'aspect-ratio', 197 ), 198 'path' => array( 'dimensions', 'aspectRatio' ), 199 'classnames' => array( 200 'has-aspect-ratio' => true, 201 ), 202 ), 203 'minHeight' => array( 194 204 'property_keys' => array( 195 205 'default' => 'min-height',
Note: See TracChangeset
for help on using the changeset viewer.