#64119 closed enhancement (fixed)
Block editor: Conditionally enqueue front end assets for fitText.
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 6.9 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Editor | Keywords: | gutenberg-merge has-patch |
| Focuses: | Cc: |
Description
This ticket tracks the backports to core the php changes required for the fitText implementation which was worked on at https://github.com/WordPress/gutenberg/pull/71904. It can be merged even before the packages are updated because unless the fitText support is used nothing happens.
WordPress develop PR at https://github.com/WordPress/wordpress-develop/pull/10190.
Change History (5)
This ticket was mentioned in PR #10190 on WordPress/wordpress-develop by @jorgefilipecosta.
7 weeks ago
#1
- Keywords has-patch added
@jorgefilipecosta commented on PR #10190:
7 weeks ago
#2
Thanks for the PR. Changes look good to me.
Do we need to wait for package backport?
No we don't need to wait it can be committed after or before the package update.
#3
@
7 weeks ago
- Type changed from defect (bug) to enhancement
I think this ticket is an enhancement and should be committed before the Beta release.
#4
@
7 weeks ago
- Owner set to cbravobernal
- Resolution set to fixed
- Status changed from new to closed
In 61015:
@cbravobernal commented on PR #10190:
7 weeks ago
#5
Committed in https://core.trac.wordpress.org/changeset/61015
This commit backports to core the php changes required for the fitText implementation which was worked on at https://github.com/WordPress/gutenberg/pull/71904. It can be merged even before the packages are updated because unless the fitText support is used nothing happens.