| Up one level
| |
| align.php [source] [65 lines] | Align block support flag. |
| border.php [source] [182 lines] | Border block support flag. |
| colors.php [source] [158 lines] | Colors block support flag. |
| custom-classname.php [source] [65 lines] | Custom classname block support flag. |
| dimensions.php [source] [73 lines] | Dimensions block support flag. This does not include the `spacing` block support even though that visually appears under the "Dimensions" panel in the editor. It remains in its original `spacing.php` file for compatibility with core. |
| duotone.php [source] [586 lines] | Duotone block support flag. Parts of this source were derived and modified from TinyColor, released under the MIT license. |
| elements.php [source] [139 lines] | Elements styles block support. |
| generated-classname.php [source] [72 lines] | Generated classname block support flag. |
| layout.php [source] [314 lines] | Layout block support flag. |
| spacing.php [source] [89 lines] | Spacing block support flag. For backwards compatibility, this remains separate to the dimensions.php block support despite both belonging under a single panel in the editor. |
| typography.php [source] [223 lines] | Typography block support flag. |
| utils.php [source] [36 lines] | Block support utility functions. |