renamed identity stuff to be more clear
This commit is contained in:
parent
2520935676
commit
a1cde6ce0f
4 changed files with 16 additions and 16 deletions
|
|
@ -3,11 +3,10 @@ const browserLocale = (navigator.language || 'en').split('-')[0]
|
|||
/// Instance config entries provided by static config or pleroma api
|
||||
/// Put settings here only if it does not make sense for a normal user
|
||||
/// to override it.
|
||||
export const staticOrApiConfigDefault = {
|
||||
name: 'PleromaFE',
|
||||
export const instanceIdentityDefault = {
|
||||
theme: null,
|
||||
palette: null,
|
||||
style: 'breezy',
|
||||
style: null,
|
||||
themeChecksum: undefined,
|
||||
defaultAvatar: '/images/avi.png',
|
||||
defaultBanner: '/images/banner.png',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue