Settings, Frontend: Missing settings
My FE settings were the following:
%{
theme: "monokai",
background: "/static/bikebg.jpg",
logo: "/static/bikelogo.png",
logoMask: false,
logoMargin: ".1em",
redirectRootNoLogin: "/main/all",
redirectRootLogin: "/main/friends",
chatDisabled: true,
showInstanceSpecificPanel: true,
scopeOptionsEnabled: true,
formattingOptionsEnabled: true,
collapseMessageWithSubject: false,
scopeCopy: true,
subjectLineBehavior: "email",
alwaysShowSubjectInput: true,
hidePostStats: false,
hideUserStats: false,
loginMethod: "password",
webPushNotifications: false,
noAttachmentLinks: false,
nsfwCensorImage: "/static/nsfw.png",
showFeaturesPanel: false,
stickers: false,
enableEmojiPicker: false
}
logoMask
, logoMargin
, stickers
, and enableEmojiPicker
are missing in AdminFE
Edited by feld