• Hi,

    I am using this code to remove the typography settings from the block editor so that my client cannot access them. I just cannot find anywhere how to target Orientation.

    Thank you. 🙂

        "typography": {
            "customFontSize": false,
            "lineHeight": false,
            "dropCap": false,
            "fluid": false,
            "fontStyle": false,
            "fontWeight": false,
            "letterSpacing": false,
            "textDecoration": false,
            "textTransform": false,
            "fontSizes": [],
            "fontFamilies": []
        },

The topic ‘Using theme.json to hide Typography Orientation block setting’ is closed to new replies.