Skip to content

Commit

Permalink
Fix letter spacing block support key
Browse files Browse the repository at this point in the history
Letter spacing support was missed when grouping the typography supports in #32252
  • Loading branch information
aaronrobertshaw committed Sep 2, 2021
1 parent ffbf4ad commit c0753f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/block-editor/src/hooks/letter-spacing.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ import { cleanEmptyObject } from './utils';
* Key within block settings' supports array indicating support for letter-spacing
* e.g. settings found in `block.json`.
*/
export const LETTER_SPACING_SUPPORT_KEY = '__experimentalLetterSpacing';
export const LETTER_SPACING_SUPPORT_KEY =
'typography.__experimentalLetterSpacing';

/**
* Inspector control panel containing the letter-spacing options.
Expand Down

0 comments on commit c0753f5

Please sign in to comment.