Skip to content

Commit

Permalink
added __experimentalTextDecoration typography support in paragraph block
Browse files Browse the repository at this point in the history
  • Loading branch information
randhirexpresstech committed Aug 19, 2022
1 parent e32f81f commit 8efe6fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/block-library/src/paragraph/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@
},
"typography": {
"fontSize": true,
"__experimentalFontFamily": true,
"lineHeight": true,
"__experimentalFontFamily": true,
"__experimentalTextDecoration": true,
"__experimentalFontStyle": true,
"__experimentalFontWeight": true,
"__experimentalLetterSpacing": true,
Expand Down

0 comments on commit 8efe6fb

Please sign in to comment.