Editor: add text orientation for blocks with typography support.

Adds a new text orientation option to the typography block support, implemented with CSS writing-mode.

Props poena.
Fixes #59306.


git-svn-id: https://develop.svn.wordpress.org/trunk@56605 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Isabel Brison
2023-09-18 06:47:44 +00:00
parent ac8db41833
commit da48a9e76e
3 changed files with 23 additions and 3 deletions
+2 -1
View File
@@ -263,7 +263,8 @@
"letterSpacing": true,
"lineHeight": false,
"textDecoration": true,
"textTransform": true
"textTransform": true,
"writingMode": false
},
"blocks": {
"core/button": {