diff --git a/static/admin/config.yml b/static/admin/config.yml index 7351db1..f668557 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -35,7 +35,7 @@ collections: - { label: "Date", name: "date", widget: "datetime" } - { label: "Draft", name: "draft", widget: "boolean", default: true } - - { label: "Cover Image", name: "image", widget: "prefixed-image", required : false } + - { label: "Cover Image", name: "image", widget: "image", required : false } - { label: "Cover Style", name: "cover_style", widget: "select", options: ["basic", "big", "background", "thumbAndBackground"], default: "default" } diff --git a/static/admin/index.html b/static/admin/index.html index 7274351..17915c8 100644 --- a/static/admin/index.html +++ b/static/admin/index.html @@ -15,63 +15,7 @@
- - +