mirror of
https://github.com/YunoHost-Apps/mastodon_ynh.git
synced 2024-09-03 19:46:02 +02:00
Change to string and add doc
This commit is contained in:
parent
b532d4eeed
commit
d78a09400b
1 changed files with 5 additions and 2 deletions
|
@ -44,10 +44,13 @@
|
|||
},
|
||||
{
|
||||
"name": "local_domain",
|
||||
"type": "domain",
|
||||
"type": "string",
|
||||
"default": "",
|
||||
"ask": {
|
||||
"en": "What domain do you want to ues for users?"
|
||||
},
|
||||
"help": {
|
||||
"en": "Use a different domain for users than the installation domain"
|
||||
"en": "Use a different domain for users than the installation domain, you'll need to setup the well-known redirects your self"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue