Add editor config option

This commit is contained in:
Matt Baer 2021-05-10 17:02:17 -04:00
parent df23fb6d77
commit 131f80e697

View File

@ -57,6 +57,7 @@ The following fields are valid in the `[app]` section of your configuration file
| `site_name` | Name of the website, publicly shown in several places | Our Community |
| `site_description` | Site description, shown in NodeInfo | A place to write freely. |
| `host` | Full hostname (including scheme) users will see | https://pencil.writefree.ly |
| `editor` | The editor template file all users will use. Default: `pad`, other options: `bare`, `classic`. | classic |
| `single_user` | Whether or not the instance is for one blog | false |
| `min_username_len` | Minimum required length of usernames | 3 |
| `federation` | Whether or not federation via ActivityPub is enabled | true |