From 7397d34a9eeb389a5b1732a160f24d5ab0e4b3de Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Sun, 14 Mar 2021 22:42:14 +0100 Subject: Add static folder --- static/admin/config.yml | 25 ++++--------------------- 1 file changed, 4 insertions(+), 21 deletions(-) (limited to 'static') diff --git a/static/admin/config.yml b/static/admin/config.yml index 45ec8d8..7edd6cd 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -2,8 +2,8 @@ backend: name: git-gateway publish_mode: editorial_workflow -display_url: https://puszcza.netlify.com -site_url: https://puszcza.netlify.com +display_url: https://puszcza.netlify.app +site_url: https://puszcza.netlify.app logo_url: /19pdh.png locale: 'pl' @@ -15,40 +15,23 @@ collections: label_singular: 'wpis' folder: 'wpisy' slug: '{{title}}' - path: '{{year}}/{{month}}/{{day}}/{{slug}}' + path: 'kronika/{{year}}/{{month}}/{{day}}/{{slug}}' preview_path: 'kronika/{{year}}/{{month}}/{{day}}/{{title}}' preview_path_date_field: 'date' create: true editor: - preview: false + preview: true fields: - label: 'Tytuł' name: title widget: string required: true - - label: 'Autor' - name: author - widget: string - required: true - - - label: 'Data' - name: date - widget: datetime - dateFormat: DD.MM.YYYY - timeFormat: false - required: true - - label: 'Kategorie/Tagi' name: category widget: list required: false - - label: 'Zdjęcie okładki - link' - name: image - widget: string - required: false - - label: 'Wpis' name: body widget: markdown -- cgit 1.4.1