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
This commit is contained in:
parent
ea7ea8cc69
commit
a3262ea645
149 changed files with 987 additions and 22 deletions
23
models/portfolio_category.ini
Normal file
23
models/portfolio_category.ini
Normal file
|
@ -0,0 +1,23 @@
|
|||
[model]
|
||||
name = Project Category
|
||||
label = {{ this.name }}
|
||||
hidden = no
|
||||
|
||||
[fields.name]
|
||||
label = Name
|
||||
type = string
|
||||
size = 1/2
|
||||
|
||||
[fields.slug]
|
||||
label = Slug
|
||||
type = string
|
||||
size = 1/4
|
||||
|
||||
[fields.show_images]
|
||||
label = Show images
|
||||
type = boolean
|
||||
size = 1/4
|
||||
|
||||
[children]
|
||||
model = project
|
||||
order_by = -date, name
|
Loading…
Add table
Add a link
Reference in a new issue