1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pico_ynh.git synced 2024-09-03 19:56:41 +02:00
This commit is contained in:
ericgaspar 2022-05-14 21:02:18 +02:00
parent 82c61ae344
commit ba8a56ef73
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 2 additions and 15 deletions

View file

@ -48,20 +48,6 @@
"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",
"type": "boolean",

View file

@ -28,7 +28,8 @@ domain=$YNH_APP_ARG_DOMAIN
path_url=$YNH_APP_ARG_PATH
is_public=$YNH_APP_ARG_IS_PUBLIC
site_title=$YNH_APP_ARG_SITE_TITLE
theme=$YNH_APP_ARG_THEME
theme="default"
app=$YNH_APP_INSTANCE_NAME