fmartingr.com/models/project.ini
Felipe a3262ea645 Portfolio
* Added lektor htmlmin plugin
* Improved sass grid
* Little update in contact page
* Added featherlight lightbox for project details screenshots
* Only loading lightbox libraries if needed
* Portfolio content review from migration
2017-04-10 22:49:43 +02:00

55 lines
696 B
INI

[model]
name = Project
label = {{ this.name }}
hidden = yes
[fields.name]
label = Name
type = string
size = 1/4
[fields.slug]
label = Slug
type = string
size = 1/4
[fields.role]
label = Role
type = string
size = 1/4
[fields.date]
label = Date
type = date
size = 1/4
[fields.stack]
label = Stack
type = string
size = large
[fields.company]
label = Company
type = string
size = 1/4
[fields.url]
label = URL
type = string
size = 1/4
[fields.url_in_list]
label = Use URL in the list
type = boolean
default = false
size = 1/4
[fields.description_in_list]
label = Show description in the list
type = boolean
default = false
size = 1/4
[fields.description]
label = Description
type = markdown