feat: allow custom logo on auth page (#1818)
This commit is contained in:
committed by
Shawn Erquhart
parent
ede1bad97c
commit
c6ae1e8fc0
@ -36,6 +36,7 @@ const getConfigSchema = () => ({
|
||||
required: ['name'],
|
||||
},
|
||||
display_url: { type: 'string', examples: ['https://example.com'] },
|
||||
logo_url: { type: 'string', examples: ['https://example.com/images/logo.svg'] },
|
||||
media_folder: { type: 'string', examples: ['assets/uploads'] },
|
||||
public_folder: { type: 'string', examples: ['/uploads'] },
|
||||
media_library: {
|
||||
|
Reference in New Issue
Block a user