✨ Editor: Add background image support (#3169)
This commit is contained in:
@@ -47,6 +47,9 @@ export default async (app) => {
|
|||||||
*/
|
*/
|
||||||
app.wpjson
|
app.wpjson
|
||||||
.setSettings({
|
.setSettings({
|
||||||
|
background: {
|
||||||
|
backgroundImage: true,
|
||||||
|
},
|
||||||
color: {
|
color: {
|
||||||
custom: false,
|
custom: false,
|
||||||
customDuotone: false,
|
customDuotone: false,
|
||||||
|
|||||||
@@ -3,6 +3,9 @@
|
|||||||
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
||||||
"version": 2,
|
"version": 2,
|
||||||
"settings": {
|
"settings": {
|
||||||
|
"background": {
|
||||||
|
"backgroundImage": true
|
||||||
|
},
|
||||||
"color": {
|
"color": {
|
||||||
"custom": false,
|
"custom": false,
|
||||||
"customDuotone": false,
|
"customDuotone": false,
|
||||||
|
|||||||
Reference in New Issue
Block a user