Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAppConfig ¶
func NewAppConfig() *apps.DBRequiredAppConfig
Types ¶
type BlogContext ¶
type BlogContext struct { ctx.ContextWithRequest Page pages.Page }
type BlogPage ¶
type BlogPage struct { models.Model `table:"blog_pages"` Page *pages.PageNode `proxy:"true"` Image *mediafiles.SimpleStoredObject Editor *editor.EditorJSBlockData Thumbnail *images.Image Document *documents.Document User users.User }
func (*BlogPage) FieldDefs ¶
func (n *BlogPage) FieldDefs() attrs.Definitions
func (*BlogPage) SearchableFields ¶
func (n *BlogPage) SearchableFields() []search.SearchField
type CantSelectField ¶
func (*CantSelectField) AllowDBEdit ¶
func (f *CantSelectField) AllowDBEdit() bool
func (*CantSelectField) CanMigrate ¶
func (f *CantSelectField) CanMigrate() bool
func (*CantSelectField) ForSelectAll ¶
func (f *CantSelectField) ForSelectAll() bool
Click to show internal directories.
Click to hide internal directories.