mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-05-07 23:06:58 +02:00
fix paths for uploads
This commit is contained in:
@@ -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/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user