Block theme export has different code
-
Hi,
I am developing a block theme and I create a zip package by using the block theme utiliy (zip package)
But when I compare the codes of zip package with original theme, some parts of the zip package are different than the original source.
For example:
Original:
<!-- wp:post-title {"level":1,"align":"wide","style":{"spacing":{"margin":{"bottom":"var(--wp--custom--spacing--medium, 6rem)"}}}} /-->
The code conveted to in zip package:
<!-- wp:post-title {"level":1,"align":"wide","style":{"spacing":{"margin":{"bottom":"var(\u002d\u002dwp\u002d\u002dcustom\u002d\u002dspacing\u002d\u002dmedium, 6rem)"}}}} /-->
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.