mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
add string
field type to the manifest.
This commit is contained in:
parent
51a96d4d5d
commit
7a4e02a992
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ The `manifest.json` file defines the app's constants, a bunch of values that Yun
|
||||||
* **arguments**:
|
* **arguments**:
|
||||||
* **install**: argument for the YunoHost's administrator to enter at installation.
|
* **install**: argument for the YunoHost's administrator to enter at installation.
|
||||||
* **name**: argument identification.
|
* **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.
|
* **choices** : (optional) restrict value to several choices.
|
||||||
* **optional** : (optional) field which indicate if this argument is optional. It can have `true` and `false` value.
|
* **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.
|
* **ask**: question (at least in `en`) that you can translate.
|
||||||
|
|
Loading…
Add table
Reference in a new issue