From 7a4e02a99284c098c5c1ebd0169ff49b06a6bc9a Mon Sep 17 00:00:00 2001 From: Yunobot Date: Tue, 12 Feb 2019 18:01:30 +0000 Subject: [PATCH] add `string` field type to the manifest. --- packaging_apps_manifest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging_apps_manifest.md b/packaging_apps_manifest.md index 3d79d09b..f966fa15 100644 --- a/packaging_apps_manifest.md +++ b/packaging_apps_manifest.md @@ -78,7 +78,7 @@ The `manifest.json` file defines the app's constants, a bunch of values that Yun * **arguments**: * **install**: argument for the YunoHost's administrator to enter at installation. * **name**: argument identification. - * **type**: (optional) argument type among `domain`, `path`, `user`, `app`, `boolean` and `password`. The field will be hiden in the password case. + * **type**: (optional) argument type among `domain`, `path`, `user`, `app`, `boolean`, `string` and `password`. The field will be hiden in the password case. * **choices** : (optional) restrict value to several choices. * **optional** : (optional) field which indicate if this argument is optional. It can have `true` and `false` value. * **ask**: question (at least in `en`) that you can translate.