Added order to article section
This commit is contained in:
@@ -10,6 +10,7 @@ type Article struct {
|
||||
}
|
||||
|
||||
type ArticleSection struct {
|
||||
Order int `json:"order"`
|
||||
Type string `json:"type"`
|
||||
Content string `json:"content"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user