|
1 | | -site_url: "https://wilonweb.github.io/multi-author/" |
2 | | -publish_mode: editorial_workflow |
3 | | - |
4 | 1 | backend: |
5 | 2 | name: github |
6 | | - repo: "wilonweb/multi-author" |
| 3 | + repo: wilonweb/multi-author |
7 | 4 | branch: main |
8 | | - base_url: "https://decap-proxy.wilonweb.workers.dev" # <— ton Worker Cloudflare |
| 5 | + base_url: "https://decap-proxy.wilonweb.workers.dev" # ← ton Worker Cloudflare |
| 6 | + |
| 7 | +site_url: "https://wilonweb.github.io/multi-author/" |
9 | 8 |
|
10 | 9 | media_folder: "static/uploads" |
11 | 10 | public_folder: "/multi-author/uploads" |
12 | 11 |
|
| 12 | +publish_mode: editorial_workflow |
| 13 | + |
13 | 14 | collections: |
14 | 15 | - name: "posts_fr" |
15 | 16 | label: "Articles (FR)" |
16 | 17 | folder: "content/fr/posts" |
17 | 18 | create: true |
18 | 19 | slug: "{{slug}}" |
| 20 | + sortable_fields: ["date", "title"] |
19 | 21 | fields: |
20 | 22 | - { name: "title", label: "Titre", widget: "string" } |
21 | | - - { name: "date", label: "Date", widget: "datetime" } |
| 23 | + - { name: "date", label: "Date", widget: "datetime" } |
22 | 24 | - { name: "draft", label: "Brouillon", widget: "boolean", default: false } |
23 | | - - { name: "tags", label: "Tags", widget: "list", required: false } |
| 25 | + - { name: "tags", label: "Tags", widget: "list", required: false } |
24 | 26 | - { name: "description", label: "Description", widget: "text", required: false } |
25 | | - - { name: "authors", label: "Auteurs", widget: "list", required: false } |
26 | | - - { name: "body", label: "Contenu", widget: "markdown" } |
| 27 | + - { name: "authors", label: "Auteurs", wi |
0 commit comments