We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5410e39 commit e767118Copy full SHA for e767118
lib/block-supports/typography.php
@@ -29,7 +29,7 @@ function gutenberg_register_typography_support( $block_type ) {
29
$has_text_align_support = $typography_supports['textAlign'] ?? false;
30
$has_text_columns_support = $typography_supports['textColumns'] ?? false;
31
$has_text_decoration_support = $typography_supports['__experimentalTextDecoration'] ?? false;
32
- $has_text_indent_support = $typography_supports['__experimentalTextIndent'] ?? false;
+ $has_text_indent_support = $typography_supports['__experimentalTextIndent'] ?? false;
33
$has_text_transform_support = $typography_supports['__experimentalTextTransform'] ?? false;
34
$has_writing_mode_support = $typography_supports['__experimentalWritingMode'] ?? false;
35
0 commit comments