diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-02-21 17:42:07 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-02-21 17:42:07 +0100 |
commit | fce64d5c4cb9b1ca7e1d403fe221e24afbae03a8 (patch) | |
tree | 57d230d2a214490f7dce8e3b660ea3f94626687b /static | |
parent | 993845aa4fa5a21c9c978c0a57ec572c5300e554 (diff) | |
download | guide.deuxfleurs.fr-fce64d5c4cb9b1ca7e1d403fe221e24afbae03a8.tar.gz guide.deuxfleurs.fr-fce64d5c4cb9b1ca7e1d403fe221e24afbae03a8.zip |
remove temp files
Diffstat (limited to 'static')
-rw-r--r-- | static/admin/config.yml | 4 |
1 files changed, 4 insertions, 0 deletions
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' } } |