Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Article ¶
type Article struct { item.Item Title string `json:"title"` Photo string `json:"photo"` Body string `json:"body"` Category []string `json:"category"` Author string `json:"author"` }
func (*Article) IndexContent ¶
func (*Article) MarshalEditor ¶
MarshalEditor writes a buffer of html to edit a Article within the CMS and implements editor.Editable
type Author ¶
type Author struct { item.Item Name string `json:"name"` Bio string `json:"bio"` Photo string `json:"photo"` Subjects []string `json:"subjects"` Email string `json:"email"` }
func (*Author) IndexContent ¶
func (*Author) MarshalEditor ¶
MarshalEditor writes a buffer of html to edit a Author within the CMS and implements editor.Editable
Click to show internal directories.
Click to hide internal directories.