Skip to content

Commit

Permalink
✨ Editor: Add background image support (#3169)
Browse files Browse the repository at this point in the history
  • Loading branch information
retlehs committed Dec 19, 2023
1 parent 3c07fae commit 5cd2c43
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bud.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ export default async (app) => {
*/
app.wpjson
.setSettings({
background: {
backgroundImage: true,
},
color: {
custom: false,
customDuotone: false,
Expand Down
3 changes: 3 additions & 0 deletions theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"$schema": "https://schemas.wp.org/trunk/theme.json",
"version": 2,
"settings": {
"background": {
"backgroundImage": true
},
"color": {
"custom": false,
"customDuotone": false,
Expand Down

0 comments on commit 5cd2c43

Please sign in to comment.