wordpress-develop/src/wp-includes/block-supports
Riad Benguella ef37e6bf82 Editor: Remove shadow support via direct attribute.
Shadow block support should always rely on the style attribute instead.

Props madhudollu.
Fixes #60377.

git-svn-id: https://develop.svn.wordpress.org/trunk@57510 602fd350-edb4-49c9-b593-d223f7449a82
2024-02-01 09:24:09 +00:00
..
align.php Editor: Simplify usage of block_has_support() function by supporting a string. 2023-08-10 16:47:00 +00:00
background.php Coding Standards: Fix some spaces on block-supports background. 2024-01-26 17:51:37 +00:00
border.php Editor: Replace property_exists calls in block related functions with instanceof 2023-09-29 10:18:05 +00:00
colors.php Editor: Replace property_exists calls in block related functions with instanceof 2023-09-29 10:18:05 +00:00
custom-classname.php Editor: Simplify usage of block_has_support() function by supporting a string. 2023-08-10 16:47:00 +00:00
dimensions.php Editor: introduce dimensions.aspectRatio block support. 2024-01-31 02:52:25 +00:00
duotone.php Editor: Lazily load Duotone settings only when needed. 2023-07-13 11:32:19 +00:00
elements.php Editor: Add further test coverage for wp_render_elements_support(). 2023-10-11 15:14:01 +00:00
generated-classname.php Editor: Simplify usage of block_has_support() function by supporting a string. 2023-08-10 16:47:00 +00:00
layout.php Editor: Fix PHP warning in Layout block support. 2024-01-30 11:08:15 +00:00
position.php Editor: Reduce the use of the _wp_array_get() function to improve performance. 2023-09-26 13:45:23 +00:00
settings.php Editor: Reduce the use of the _wp_array_get() function to improve performance. 2023-09-26 13:45:23 +00:00
shadow.php Editor: Remove shadow support via direct attribute. 2024-02-01 09:24:09 +00:00
spacing.php Editor: Reduce the use of the _wp_array_get() function to improve performance. 2023-09-26 13:45:23 +00:00
typography.php Editor: fix fluid font division by zero error when min and max viewport widths are equal. 2024-01-23 05:55:49 +00:00
utils.php Docs: Miscellaneous docblock corrections and improvements. 2023-08-18 17:27:16 +00:00