aboutsummaryrefslogtreecommitdiff
path: root/static/admin
diff options
context:
space:
mode:
Diffstat (limited to 'static/admin')
-rw-r--r--static/admin/config.yml14
1 files changed, 3 insertions, 11 deletions
diff --git a/static/admin/config.yml b/static/admin/config.yml
index 67599eb..b0f4539 100644
--- a/static/admin/config.yml
+++ b/static/admin/config.yml
@@ -11,15 +11,12 @@ display_url: http://guide.web.vimaire.machine.dufour.io
locale: 'en'
collections:
- - name: 'wiki'
- label: 'Wiki'
- folder: 'content'
+ - name: 'prise_en_main'
+ label: 'Prise en main'
+ folder: 'content/prise_en_main'
editor:
preview: false
create: true
- nested:
- depth: 10
- summary: '{{ title }}'
fields:
- label: Title
name: title
@@ -27,11 +24,6 @@ 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
- meta: { path: { widget: string, label: 'Path', index_file: '_index' } }