From 7bf11f985c5e4858e3d1958859c2fd33800b3386 Mon Sep 17 00:00:00 2001 From: Krakinou Date: Thu, 6 May 2021 23:26:13 +0200 Subject: [PATCH] Add help in manifest for subdomain --- manifest.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 442935b..0bb8a3f 100644 --- a/manifest.json +++ b/manifest.json @@ -25,7 +25,11 @@ { "name": "domain", "type": "domain", - "example": "example.com" + "example": "example.com", + "help": { + "en": "UMS require its own subdomain", + "fr": "UMS a besoin de son propre sous-domaine" + } }, { "name": "is_public",