From fce64d5c4cb9b1ca7e1d403fe221e24afbae03a8 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Tue, 21 Feb 2023 17:42:07 +0100 Subject: remove temp files --- static/admin/config.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'static') diff --git a/static/admin/config.yml b/static/admin/config.yml index a7e74bd..77d46e6 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -17,6 +17,9 @@ collections: editor: preview: false create: true + nested: + depth: 3 + summary: '{{title}}' fields: - label: Title name: title @@ -28,3 +31,4 @@ collections: name: body widget: markdown modes: [ 'raw', 'rich_text' ] + meta: { path: { widget: string, label: 'Path', index_file: 'index' } } -- cgit v1.2.3