diff options
| author | Shpuld Shpludson <shp@cock.li> | 2017-11-22 19:24:16 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2017-11-22 19:24:16 +0000 |
| commit | 222b0aa982e978dbb692af57d87b0cbc6c9bdeab (patch) | |
| tree | abc457baf4ef7cbfd04dffbf26e113689eb42bae /static | |
| parent | 118d60b871b790cfcf179b11a17af7d2787c8176 (diff) | |
| parent | 2691579ab7ee5bd34dfe57a4c0f10c34cb46726f (diff) | |
Merge branch 'feature/configurable-default-path' into 'develop'
Feature/configurable default path
See merge request pleroma/pleroma-fe!173
Diffstat (limited to 'static')
| -rw-r--r-- | static/config.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/config.json b/static/config.json index 8b596992..b186246b 100644 --- a/static/config.json +++ b/static/config.json @@ -3,5 +3,6 @@ "theme": "pleroma-dark", "background": "/static/bg.jpg", "logo": "/static/logo.png", - "registrationOpen": false + "registrationOpen": false, + "defaultPath": "/main/all" } |
