From d99e72bd843ae566af7d1c73c63a3129afa7782d Mon Sep 17 00:00:00 2001 From: Stylix58 <63605602+Stylix58@users.noreply.github.com> Date: Mon, 29 Mar 2021 11:22:33 +0200 Subject: [PATCH] Update manifest.json --- manifest.json | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index be49296..72c1b6c 100644 --- a/manifest.json +++ b/manifest.json @@ -32,12 +32,14 @@ { "name": "path", "type": "path", - "help": { - "en": "Choose the internal path for this app (We recommand to set it to the internal path of a Custom Webapp).", - "fr": "Choisissez le chemin interne de cette application (nous vous recommandons de le définir sur le chemin interne d'une Custom Webapp)." - }, - "example": "/var/www/my_webapp/www/icecoder", - "default": "/var/www/my_webapp/www/icecoder" + "example": "/example", + "default": "/example" + }, + { + "name": "internal_path", + "type": "path", + "example": "/var/www/my_webapp/www", + "default": "/var/www/my_webapp/www" } ] }