-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revert "Add block variations for individual template parts" #42740
Revert "Add block variations for individual template parts" #42740
Conversation
This reverts commit 8d2e12d.
Can confirm that the mentioned PR is breaking the button element, and this revert fixes that. Thanks for finding this one out! |
Size Change: 0 B Total Size: 1.26 MB ℹ️ View Unchanged
|
I don't understand this. Why would the mentioned PR effect Theme JSON. All very strange. Perhaps @talldan would know as the PR's author? |
I have a fix here: #42748 |
It's very random. I wouldn't expect that from calling a getter function, as they should generally be side-effect free. I'm glad @scruffian found the fix as I probably never would have. Thank you! |
Reverts #42454
It seems like this recently merged PR is breaking several
theme.json
features working previously.I haven't tested this extensively but, for example, these features are no longer working:
After reverting the mentioned PR these functionalities work again as before, so I propose to revert it until further testing.