Added order to article section

This commit is contained in:
Frederick Holland
2025-10-17 22:02:17 +11:00
parent e84101a12a
commit 69b04a894d

View File

@@ -10,6 +10,7 @@ type Article struct {
}
type ArticleSection struct {
Order int `json:"order"`
Type string `json:"type"`
Content string `json:"content"`
}