From 6ad2b3cf645a5b4f02140bd5e2cf33011985d6c9 Mon Sep 17 00:00:00 2001 From: xing Date: Fri, 17 Feb 2023 00:25:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/wpconfig/themesupport.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/internal/wpconfig/themesupport.go b/internal/wpconfig/themesupport.go index c2d4a16..81284c1 100644 --- a/internal/wpconfig/themesupport.go +++ b/internal/wpconfig/themesupport.go @@ -1,11 +1,11 @@ package wpconfig type ThemeSupport struct { - CoreBlockPatterns bool `json:"core-block-patterns"` - WidgetsBlockEditor bool `json:"widgets-block-editor"` - AutomaticFeedLinks bool `json:"automatic-feed-links"` - TitleTag bool - CustomLineHeight bool `json:"title-tag"` + CoreBlockPatterns bool `json:"core-block-patterns"` + WidgetsBlockEditor bool `json:"widgets-block-editor"` + AutomaticFeedLinks bool `json:"automatic-feed-links"` + TitleTag bool `json:"title-tag"` + CustomLineHeight bool `json:"custom-line-height"` PostThumbnails bool `json:"post-thumbnails"` Menus bool `json:"menus"` HTML5 []string `json:"html5"`