Changeset 56643
- Timestamp:
- 09/21/2023 06:33:48 AM (12 months ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme-json.php
r56615 r56643 344 344 * @since 6.3.0 Added support for `typography.textColumns`, removed `layout.definitions`. 345 345 * @since 6.4.0 Added support for `layout.allowEditing`, `background.backgroundImage`, 346 * and `typography.writingMode`.346 * `typography.writingMode`, `lightbox.enabled` and `lightbox.allowEditing`. 347 347 * @var array 348 348 */ … … 383 383 'contentSize' => null, 384 384 'wideSize' => null, 385 'allowEditing' => null, 386 ), 387 'lightbox' => array( 388 'enabled' => null, 385 389 'allowEditing' => null, 386 390 ), -
trunk/src/wp-includes/theme.json
r56605 r56643 273 273 } 274 274 }, 275 "core/image": { 276 "lightbox": { 277 "allowEditing": true 278 } 279 }, 275 280 "core/pullquote": { 276 281 "border": {
Note: See TracChangeset
for help on using the changeset viewer.