Make WordPress Core


Ignore:
Timestamp:
06/26/2023 11:42:16 PM (18 months ago)
Author:
isabel_brison
Message:

Editor: add box shadow support to blocks.

Adds the ability for blocks to declare support for CSS box-shadow and processing of necessary styles.

Props madhudollu, sabernhardt, ramonopoly, spacedmonkey, mukesh27.
Fixes #58590.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-settings.php

    r56007 r56046  
    332332require ABSPATH . WPINC . '/block-supports/dimensions.php';
    333333require ABSPATH . WPINC . '/block-supports/duotone.php';
     334require ABSPATH . WPINC . '/block-supports/shadow.php';
    334335require ABSPATH . WPINC . '/block-supports/elements.php';
    335336require ABSPATH . WPINC . '/block-supports/generated-classname.php';
Note: See TracChangeset for help on using the changeset viewer.