diff --git a/manifest.json b/manifest.json index 8b5233c..75c11e2 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/scripts/install b/scripts/install index 6677248..9fe7890 100755 --- a/scripts/install +++ b/scripts/install @@ -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