Pages now work

Default Pages
Created & Updated Fields for every collection
This commit is contained in:
Simon Martens
2025-02-16 20:41:36 +01:00
parent 993e99f6dc
commit eb4bffdeec
37 changed files with 1276 additions and 10 deletions

View File

@@ -59,6 +59,7 @@ func itemsFields(app core.App) core.FieldsList {
&core.URLField{Name: dbmodels.URI_FIELD, Required: false, Presentable: false},
)
dbmodels.SetCreatedUpdatedFields(&fields)
dbmodels.SetNotesAndAnnotationsField(&fields)
dbmodels.SetEditorStateField(&fields)