From 8b110af58b57f799dc5596a1c3142816f4626e00 Mon Sep 17 00:00:00 2001 From: oufmilo Date: Sun, 13 Jun 2021 02:51:57 +0200 Subject: [PATCH] Update manifest.json --- manifest.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 305aaa1..e03fd87 100644 --- a/manifest.json +++ b/manifest.json @@ -36,7 +36,7 @@ }, { "name": "path", - "type": "path", + "type": "path", "example": "/blog", "default": "/blog" }, @@ -44,6 +44,9 @@ "name": "is_public", "type": "boolean", "default": true + "help": { + "fr": "Si cochée, votre application sera publique" + } } ] }