diff options
Diffstat (limited to 'manifest.json')
| -rw-r--r-- | manifest.json | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/manifest.json b/manifest.json index 84bb6fd..f4f245e 100644 --- a/manifest.json +++ b/manifest.json @@ -32,16 +32,6 @@ "example": "domain.org" }, { - "name": "path", - "type": "path", - "ask": { - "en": "Choose a path for Mastodon (don't use subdir ex: /mastodon)", - "fr": "Choisissez un chemin pour Mastodon (ne pas utiliser de répertoire ex: /mastodon)" - }, - "example": "/", - "default": "/" - }, - { "name": "admin", "type": "user", "ask": { @@ -75,7 +65,7 @@ "fr": "Mastodon est-il public ?" }, "choices": ["Yes", "No"], - "default": "Yes" + "default": "No" } ] } |
