Make WordPress Core


Ignore:
Timestamp:
02/01/2026 10:49:55 AM (7 months ago)
Author:
audrasjb
Message:

Editor: Add textColumn block support to appearance tools opt-ins.

This changeset adds textColumn block support to appearance tools opt-ins.
Backports Gutenberg PR 74656: https://github.com/WordPress/gutenberg/pull/74656/

Props scruffian, wildworks.
Fixes #64530

File:
1 edited

Legend:

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

    r61564 r61570  
    745745                array( 'spacing', 'padding' ),
    746746                array( 'typography', 'lineHeight' ),
     747                array( 'typography', 'textColumns' ),
    747748        );
    748749
Note: See TracChangeset for help on using the changeset viewer.