From 5cd2c43847c529cab13cab394a9551276f5523a8 Mon Sep 17 00:00:00 2001 From: Ben Word Date: Tue, 19 Dec 2023 10:31:29 -0600 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Editor:=20Add=20background=20image?= =?UTF-8?q?=20support=20(#3169)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bud.config.js | 3 +++ theme.json | 3 +++ 2 files changed, 6 insertions(+) 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,