Skip to content

v0.2.0

Choose a tag to compare

@robertovillarejo robertovillarejo released this 27 Sep 22:23
· 3 commits to master since this release

Add support for views declaration in section 'views'.

By default, all entities declared will be showed with pagination in front-end. This can be overwrited with the 'views' section.

Allowed view types are: Page, Sheet. It is not necessary to explicitely define an entity with a Page view. This is the default view.

views {
    Person as Sheet
}