Make WordPress Core


Ignore:
Timestamp:
09/18/2023 06:47:44 AM (16 months ago)
Author:
isabel_brison
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/theme.json

    r56055 r56605  
    264264            "lineHeight": false,
    265265            "textDecoration": true,
    266             "textTransform": true
     266            "textTransform": true,
     267            "writingMode": false
    267268        },
    268269        "blocks": {
Note: See TracChangeset for help on using the changeset viewer.