Background image: tools panel shouldn't show reset button for inherited values#61304
Background image: tools panel shouldn't show reset button for inherited values#61304
Conversation
…at are not inherited from theme.json
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
|
Size Change: -2 B (0%) Total Size: 1.74 MB
ℹ️ View Unchanged
|
|
Flaky tests detected in d99dc28. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/8918793289
|
tellthemachines
left a comment
There was a problem hiding this comment.
Thanks for the quick fix! Change looks pretty straightforward and it's working as expected.
What?
Ensure that the tools panel doesn't show a reset button for site background images defined by theme.json.
Props to @tellthemachines for spotting it!
See #61271 (review)
Why?
Because site background images defined by theme.json can't "reset" in the site editor.
How?
Only tell the tools panel that it has a value when there are styles that are not inherited from theme.json
Testing Instructions
Here is some test theme.json I prepared earlier.
{ "$schema": "https://schemas.wp.org/trunk/theme.json", "version": 2, "settings": { "appearanceTools": true }, "styles": { "background": { "backgroundImage": { "url": "https://images.pexels.com/photos/22484288/pexels-photo-22484288/free-photo-of-the-circular-stone-terraces-of-the-inca-ruins.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2", "source": "file" } } } }2024-05-02.14.49.42.mp4