diff options
| author | yalh76 <yalh@yahoo.com> | 2022-06-01 23:10:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-01 23:10:37 +0200 |
| commit | 319abe79a2404038992752d833a11ce0ac6216bb (patch) | |
| tree | d733c07e0cee76345c973e0c5f8d0e214b18ec6e /manifest.json | |
| parent | 2d015fba2026b084cf21c94b4f5f611722a2ddd7 (diff) | |
| parent | ad7007b3464dd9c00da8bf2d6bd566d08dd96db6 (diff) | |
| download | mastodon_ynh-319abe79a2404038992752d833a11ce0ac6216bb.tar.gz mastodon_ynh-319abe79a2404038992752d833a11ce0ac6216bb.tar.bz2 mastodon_ynh-319abe79a2404038992752d833a11ce0ac6216bb.zip | |
Merge pull request #329 from YunoHost-Apps/example
Apply last example_ynh
Diffstat (limited to 'manifest.json')
| -rw-r--r-- | manifest.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/manifest.json b/manifest.json index 4d8f097..1ded58b 100644 --- a/manifest.json +++ b/manifest.json @@ -43,10 +43,6 @@ "type": "domain" }, { - "name": "admin", - "type": "user" - }, - { "name": "is_public", "type": "boolean", "default": true @@ -63,6 +59,10 @@ "fr_FR" ], "default": "fr_FR" + }, + { + "name": "admin", + "type": "user" } ] } |
