Page attachments order by id
So, that we can always allocate the first image for background image
This commit is contained in:
parent
e752946ed6
commit
5b6a49943b
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@ name = Blog Post
|
|||
label = {{ this.title }}
|
||||
hidden = yes
|
||||
|
||||
[attachments]
|
||||
order_by = _id
|
||||
|
||||
[fields.title]
|
||||
label = Title
|
||||
type = string
|
||||
|
|
Loading…
Reference in a new issue