forked from Deuxfleurs/guide.deuxfleurs.fr
add select field
This commit is contained in:
parent
b92e518eaa
commit
3511c8d47d
1 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,10 @@ collections:
|
||||||
- label: Weight
|
- label: Weight
|
||||||
name: weight
|
name: weight
|
||||||
widget: number
|
widget: number
|
||||||
|
- label: Sort by
|
||||||
|
name: sort_by
|
||||||
|
widget: select
|
||||||
|
options: [ "date", "update_date", "title", "title_bytes", "weight", "none" ]
|
||||||
- label: Body
|
- label: Body
|
||||||
name: body
|
name: body
|
||||||
widget: markdown
|
widget: markdown
|
||||||
|
|
Loading…
Reference in a new issue