Opened 9 months ago
Last modified 9 months ago
#60626 new defect (bug)
Font Files do not export/import properly via XML/WXR exporter.
Reported by: | mmaattiiaass | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | has-patch |
Focuses: | Cc: |
Description
Fonts added by the Font Library are not exported and imported using the site export/import tool.
For clarity, this is referring to the XML/WXR exporter available via the WP Dashboard's Tools > Export menu.
Originally reported here: https://github.com/WordPress/gutenberg/issues/59109
Change History (3)
This ticket was mentioned in PR #6173 on WordPress/wordpress-develop by @mmaattiiaass.
9 months ago
#1
- Keywords has-patch added
@peterwilsoncc commented on PR #6173:
9 months ago
#2
`can_export` defaults to `true` so only the PR for the importer will be required.
On the Tools > Export screen selecting all content will include the site editor post types (fonts, templates, etc).
@mmaattiiaass commented on PR #6173:
9 months ago
#3
can_export defaults to true so only the PR for the importer will be required.
Good call, I'm closing this PR.
## What?
Export font families and font faces post on-site export
Originally reported here: https://github.com/WordPress/gutenberg/issues/59109
Trac ticket: https://core.trac.wordpress.org/ticket/60626