This commit is contained in:
xing 2023-02-17 00:25:13 +08:00
parent 7d95109e78
commit 6ad2b3cf64

View File

@ -1,11 +1,11 @@
package wpconfig package wpconfig
type ThemeSupport struct { type ThemeSupport struct {
CoreBlockPatterns bool `json:"core-block-patterns"` CoreBlockPatterns bool `json:"core-block-patterns"`
WidgetsBlockEditor bool `json:"widgets-block-editor"` WidgetsBlockEditor bool `json:"widgets-block-editor"`
AutomaticFeedLinks bool `json:"automatic-feed-links"` AutomaticFeedLinks bool `json:"automatic-feed-links"`
TitleTag bool TitleTag bool `json:"title-tag"`
CustomLineHeight bool `json:"title-tag"` CustomLineHeight bool `json:"custom-line-height"`
PostThumbnails bool `json:"post-thumbnails"` PostThumbnails bool `json:"post-thumbnails"`
Menus bool `json:"menus"` Menus bool `json:"menus"`
HTML5 []string `json:"html5"` HTML5 []string `json:"html5"`