diff --git a/bud.config.js b/bud.config.js index 2e6fbbf34d..51948e7b98 100644 --- a/bud.config.js +++ b/bud.config.js @@ -47,6 +47,9 @@ export default async (app) => { */ app.wpjson .setSettings({ + background: { + backgroundImage: true, + }, color: { custom: false, customDuotone: false, diff --git a/theme.json b/theme.json index 36d2a5ce0a..655f24231f 100644 --- a/theme.json +++ b/theme.json @@ -3,6 +3,9 @@ "$schema": "https://schemas.wp.org/trunk/theme.json", "version": 2, "settings": { + "background": { + "backgroundImage": true + }, "color": { "custom": false, "customDuotone": false,