Merge pull request #923 from yunohost-bot/anonymous-2019-02-09_12-46-40

[Anonymous contrib] add `string` field type to the manifest.
This commit is contained in:
Alexandre Aubin 2019-02-12 19:01:51 +01:00 committed by GitHub
commit 392abf7957
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.