diff --git a/manifest.json b/manifest.json index ed7b85d..53cb7c7 100644 --- a/manifest.json +++ b/manifest.json @@ -32,8 +32,12 @@ { "name": "path", "type": "path", - "example": "/example", - "default": "/example" + "help": { + "en": "Choose the internal path for this app (We recommand to set it to the internal path of a Custom Webapp) (The final path will be: path + icecoder).", + "fr": "Choisissez le chemin interne de cette application (nous vous recommandons de le définir sur le chemin interne d'une Custom Webapp) (Le chemin final sera : chemin + icecoder)." + }, + "example": "/var/www/my_webapp", + "default": "/var/www/my_webapp" }, { "name": "is_public",