From 2cac2a7e5d68ab79e50e76744773f5e220253bbf Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Mon, 20 Apr 2020 17:13:03 -0600 Subject: [PATCH] fix paths for uploads --- blueprints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blueprints.yaml b/blueprints.yaml index f039a334..3e2238b4 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -364,14 +364,14 @@ form: whitelabel.logo_login: type: file label: PLUGIN_ADMIN.LOGIN_SCREEN_CUSTOM_LOGO_LABEL - destination: 'user/plugins/admin/assets' + destination: 'user://assets' accept: - image/* whitelabel.logo_custom: type: file label: PLUGIN_ADMIN.TOP_LEFT_CUSTOM_LOGO_LABEL - destination: 'user/plugins/admin/assets' + destination: 'user://assets' accept: - image/*