Skip to content
Snippets Groups Projects
Commit a4a25105 authored by feld's avatar feld
Browse files

Separate the user configurable section

parent 98d33279
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,9 @@ import { CURRENT_VERSION } from '../services/theme_data/theme_data.service.js'
import { instanceDefaultProperties } from './config.js'
const defaultState = {
// not user configurable
name: 'Pleroma FE',
// Stuff from static/config.json and apiConfig
alwaysShowSubjectInput: true,
background: '/static/aurora_borealis.jpg',
......@@ -19,7 +22,6 @@ const defaultState = {
logoMargin: '.2em',
logoMask: true,
minimalScopesMode: false,
name: 'Pleroma FE',
nsfwCensorImage: undefined,
postContentType: 'text/plain',
redirectRootLogin: '/main/friends',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment