pleroma/docs/configuration/small_customizations.md

13 lines
507 B
Markdown
Raw Normal View History

# Small customizations
2019-07-22 11:46:32 +02:00
See also static_dir.md for visual settings.
2019-07-22 11:46:32 +02:00
## Theme
All users of your instance will be able to change the theme they use by going to the settings (the cog in the top-right hand corner). However, if you wish to change the default theme, you can do so by editing `theme` in `config/dev.secret.exs` accordingly.
2019-07-22 11:46:32 +02:00
## Message Visibility
To enable message visibility options when posting like in the Mastodon frontend, set
`scope_options_enabled` to `true` in `config/dev.secret.exs`.