We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24984bd + e362e58 commit bb961e5Copy full SHA for bb961e5
content.go
@@ -67,6 +67,7 @@ type ContentAppearancePublished struct {
67
type Links struct {
68
Base string `json:"base"`
69
TinyUI string `json:"tinyui"`
70
+ WebUI string `json:"webui"`
71
}
72
73
// Ancestor defines ancestors to create sub pages
0 commit comments