guide.deuxfleurs.fr/static/admin/config.yml

35 lines
874 B
YAML
Raw Normal View History

2023-02-21 15:21:51 +00:00
backend:
name: gitea
repo: foobar/guide.web.vimaire.machine.dufour.io
base_url: http://teabag.vimaire.machine.dufour.io
api_root: http://git.vimaire.machine.dufour.io/api/v1
branch: main
media_folder: 'static/img/'
site_url: http://guide.web.vimaire.machine.dufour.io
display_url: http://guide.web.vimaire.machine.dufour.io
locale: 'en'
collections:
2023-02-21 16:20:17 +00:00
- name: 'prise_en_main'
label: 'Prise en main'
folder: 'content/prise_en_main'
2023-02-21 15:21:51 +00:00
editor:
preview: false
create: true
2023-02-21 16:42:07 +00:00
nested:
depth: 3
summary: '{{title}}'
2023-02-21 15:21:51 +00:00
fields:
- label: Title
name: title
widget: string
- label: Weight
name: weight
widget: number
- label: Body
name: body
widget: markdown
2023-02-21 16:39:12 +00:00
modes: [ 'raw', 'rich_text' ]
2023-02-21 16:42:07 +00:00
meta: { path: { widget: string, label: 'Path', index_file: 'index' } }