Skip to content

Commit bb961e5

Browse files
authored
Merge pull request #47 from zebroc/master
Add WebUI field to Links
2 parents 24984bd + e362e58 commit bb961e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content.go

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ type ContentAppearancePublished struct {
6767
type Links struct {
6868
Base string `json:"base"`
6969
TinyUI string `json:"tinyui"`
70+
WebUI string `json:"webui"`
7071
}
7172

7273
// Ancestor defines ancestors to create sub pages

0 commit comments

Comments
 (0)