Make WordPress Core

Opened 7 weeks ago

Last modified 7 weeks ago

#64326 new enhancement

Block Supports: Add typography text indent support

Reported by: aaronrobertshaw's profile aaronrobertshaw Owned by:
Milestone: 7.0 Priority: normal
Severity: normal Version: 6.9
Component: Editor Keywords: gutenberg-merge has-patch
Focuses: Cc:

Description

This ticket tracks the backport of PHP files for the following Gutenberg updates:

https://github.com/WordPress/gutenberg/pull/73114

These updates include the PHP and theme.json changes to add typography text indent block support.

Change History (1)

This ticket was mentioned in PR #10573 on WordPress/wordpress-develop by @aaronrobertshaw.


7 weeks ago
#1

  • Keywords has-patch added

Trac ticket: https://core.trac.wordpress.org/ticket/64326#ticket

### Description

Adds support for text-indent styles for Typography block supports.

https://github.com/WordPress/gutenberg/pull/73114

### Test Instructions

  1. Adopt typography.textIndent block support for a dynamic block via its block.json file
  2. Add a typography.textIndent value for the chosen test block in your theme.json file
  3. Create a post with the test block type
  4. Confirm the global style is applied to your test block
Note: See TracTickets for help on using tickets.