mirror of
https://github.com/YunoHost-Apps/UMS_ynh.git
synced 2024-10-01 13:35:01 +02:00
Merge pull request #7 from YunoHost-Apps/testing
Add help in manifest for subdomain
This commit is contained in:
commit
6f1647d803
1 changed files with 5 additions and 1 deletions
|
@ -25,7 +25,11 @@
|
||||||
{
|
{
|
||||||
"name": "domain",
|
"name": "domain",
|
||||||
"type": "domain",
|
"type": "domain",
|
||||||
"example": "example.com"
|
"example": "example.com",
|
||||||
|
"help": {
|
||||||
|
"en": "UMS require its own subdomain",
|
||||||
|
"fr": "UMS a besoin de son propre sous-domaine"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "is_public",
|
"name": "is_public",
|
||||||
|
|
Loading…
Add table
Reference in a new issue