stackpress
v0.1.36
Published
Incept is a content management framework.
Downloads
1,106
Maintainers
Readme
Stackpress
Stackpress is a content management framework.
Usage
See Example for use case.
Model Spec
The following attributes can be applied to model types in an idea file.
model User @icon("user") @label("User" "Users") {}
Validation Spec
The following validation attributes can be applied to model columns in an idea file.
name String @is.required @is.cgt(10)
Field Spec
The following fields can be applied to model columns in an idea file.
name String @field.text
Filter Spec
The following filter fields can be applied to model columns in an idea file.
name String @field.text
Spans
List Spec
The following list format fields can be applied to model columns in an idea file.
created Datetime @list.date({ locale "en" })
View Spec
The following view format fields can be applied to model columns in an idea file.
created Datetime @view.date({ locale "en" })