mirror of
https://github.com/YunoHost-Apps/pico_ynh.git
synced 2024-09-03 19:56:41 +02:00
Fix
This commit is contained in:
parent
82c61ae344
commit
ba8a56ef73
2 changed files with 2 additions and 15 deletions
|
@ -48,20 +48,6 @@
|
||||||
"fr": "Le titre de votre site web"
|
"fr": "Le titre de votre site web"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "theme",
|
|
||||||
"type": "string",
|
|
||||||
"ask": {
|
|
||||||
"en": "The theme of your website",
|
|
||||||
"fr": "Le theme de votre site web"
|
|
||||||
},
|
|
||||||
"choices": [
|
|
||||||
"default",
|
|
||||||
"bitsandpieces",
|
|
||||||
"cutter"
|
|
||||||
],
|
|
||||||
"default": "default"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "is_public",
|
"name": "is_public",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
|
|
|
@ -28,7 +28,8 @@ domain=$YNH_APP_ARG_DOMAIN
|
||||||
path_url=$YNH_APP_ARG_PATH
|
path_url=$YNH_APP_ARG_PATH
|
||||||
is_public=$YNH_APP_ARG_IS_PUBLIC
|
is_public=$YNH_APP_ARG_IS_PUBLIC
|
||||||
site_title=$YNH_APP_ARG_SITE_TITLE
|
site_title=$YNH_APP_ARG_SITE_TITLE
|
||||||
theme=$YNH_APP_ARG_THEME
|
|
||||||
|
theme="default"
|
||||||
|
|
||||||
app=$YNH_APP_INSTANCE_NAME
|
app=$YNH_APP_INSTANCE_NAME
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue