@stackpress/incept
v0.1.26
Published
Incept is a content management framework.
Downloads
60
Maintainers
Readme
Incept
Incept 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.textFilter Spec
The following filter fields can be applied to model columns in an idea file.
name String @field.textSpans
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" })