mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2026-02-04 10:35:30 +00:00
+extra page table
This commit is contained in:
@@ -582,6 +582,7 @@ func pagesTable() *core.Collection {
|
||||
func pagesTableFields() core.FieldsList {
|
||||
fields := core.NewFieldsList(
|
||||
&core.TextField{Name: dbmodels.KEY_FIELD, Required: true, Presentable: true},
|
||||
&core.TextField{Name: dbmodels.TITLE_FIELD, Required: false},
|
||||
&core.TextField{Name: dbmodels.URL_FIELD, Required: false},
|
||||
&core.TextField{Name: dbmodels.TEMPLATE_FIELD, Required: false},
|
||||
&core.TextField{Name: dbmodels.LAYOUT_FIELD, Required: false},
|
||||
|
||||
Reference in New Issue
Block a user