Skip to content

Commit

Permalink
Update .pages.yml (via Pages CMS)
Browse files Browse the repository at this point in the history
  • Loading branch information
afaucogney committed Aug 19, 2024
1 parent 2553c00 commit c8a845a
Showing 1 changed file with 30 additions and 13 deletions.
43 changes: 30 additions & 13 deletions .pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ content:
path: docs/recettes
type: collection
fields:
- name: published
label: Published
type: boolean
default: true
- name: date
label: Date
type: date
Expand All @@ -43,22 +39,43 @@ content:
label: Body
type: rich-text
view:
fields: [ title, date, published ] # title is the first entry and thus will be set to primary
sort: [ date, title, published ]


fields: [ title, date ]
sort: [ date, title ]

- name: verger
label: Vergers
path: docs/vergers
type: collection
fields:
- name: date
label: Date
type: date
- name: title
label: Title
type: string
- name: body
label: Body
type: rich-text
- name: varietes
label: Varietes
path: docs/varietes
type: collection
fields:
- name: date
label: Date
type: date
- name: title
label: Title
type: string
- name: variete
label: Variete
type: string
- name: body
label: Body
type: rich-text



- name: falling-fruit
label: Zone de Glanage
path: docs/falling_fruit
type: collection
# - name: falling-fruit
# label: Zone de Glanage
# path: docs/falling_fruit
# type: collection

0 comments on commit c8a845a

Please sign in to comment.