renamed identity stuff to be more clear

This commit is contained in:
Henry Jameson 2026-03-24 14:37:51 +02:00
commit a1cde6ce0f
4 changed files with 16 additions and 16 deletions

View file

@ -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',