From 8b040f59033395a290d9ba2885424beb8439fd1a Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers <359867+desrosj@users.noreply.github.com> Date: Thu, 5 Mar 2026 23:01:26 -0500 Subject: [PATCH] Ensure the schema URL is changed in `theme.json`. --- tools/gutenberg/copy-gutenberg-build.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/gutenberg/copy-gutenberg-build.js b/tools/gutenberg/copy-gutenberg-build.js index a0117785abad7..845a98d0d7d21 100644 --- a/tools/gutenberg/copy-gutenberg-build.js +++ b/tools/gutenberg/copy-gutenberg-build.js @@ -98,6 +98,7 @@ const COPY_CONFIG = { { from: 'theme.json', to: 'theme.json' }, { from: 'theme-i18n.json', to: 'theme-i18n.json' }, ], + transform: true, }, // Specific files to copy to wp-includes/$destination