Make WordPress Core

Opened 3 years ago

Last modified 3 years ago

#60626 new defect (bug)

Font Files do not export/import properly via XML/WXR exporter.

Reported by: mmaattiiaass Owned by:
Priority: normal Milestone: Awaiting Review
Component: General Version:
Severity: normal Keywords: has-patch
Cc: Focuses:

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.


3 years ago
#1

  • Keywords has-patch added

## 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

@peterwilsoncc commented on PR #6173:


3 years 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:


3 years ago
#3

can_export defaults to true so only the PR for the importer will be required.

Good call, I'm closing this PR.

Note: See TracTickets for help on using tickets.