From 1af1c9f77abfbdb797ff60b3d66e0c5f6bff55cd Mon Sep 17 00:00:00 2001 From: Sodbileg Gansukh Date: Wed, 20 Sep 2023 13:50:38 +0800 Subject: [PATCH] Background image on by default --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d9c0b2f..6806184 100644 --- a/package.json +++ b/package.json @@ -145,7 +145,7 @@ }, "background_image": { "type": "boolean", - "default": false, + "default": true, "description": "Use the publication cover set on the Brand tab as your background", "group": "homepage", "visibility": "header_style:[Landing, Search]"