add select field

This commit is contained in:
Quentin 2023-02-21 16:27:46 +01:00
parent b92e518eaa
commit 3511c8d47d
Signed by: quentin
GPG Key ID: E9602264D639FF68
1 changed files with 4 additions and 0 deletions

View File

@ -27,6 +27,10 @@ collections:
- label: Weight
name: weight
widget: number
- label: Sort by
name: sort_by
widget: select
options: [ "date", "update_date", "title", "title_bytes", "weight", "none" ]
- label: Body
name: body
widget: markdown