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

View File

@ -4,8 +4,8 @@ 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"`
TitleTag bool `json:"title-tag"`
CustomLineHeight bool `json:"custom-line-height"`
PostThumbnails bool `json:"post-thumbnails"`
Menus bool `json:"menus"`
HTML5 []string `json:"html5"`