Make WordPress Core


Ignore:
Timestamp:
02/27/2024 10:20:11 AM (2 years ago)
Author:
swissspidy
Message:

Editor: add shadow.defaultPresets to appearance tools opt-ins.

Props madhudollu.
Fixes #60633.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/theme/wpThemeJson.php

    r57716 r57717  
    294294                                'lineHeight' => true,
    295295                        ),
     296                        'shadow'     => array(
     297                                'defaultPresets' => true,
     298                        ),
    296299                        'blocks'     => array(
    297300                                'core/paragraph' => array(
     
    331334                                        'typography' => array(
    332335                                                'lineHeight' => false,
     336                                        ),
     337                                        'shadow'     => array(
     338                                                'defaultPresets' => true,
    333339                                        ),
    334340                                ),
Note: See TracChangeset for help on using the changeset viewer.