From 3a882f7e244ba509cbc129dc6f34304ec532a57f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Thu, 11 Jul 2024 21:53:47 +0200 Subject: [PATCH] Remove api key questions --- manifest.toml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/manifest.toml b/manifest.toml index 392677e..5981c6c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -33,22 +33,6 @@ ram.runtime = "50M" type = "group" default = "visitors" - [install.publickey] - ask.en = "Liveblocks API Public Key" - ask.fr = "Clé publique de l'API Liveblocks" - help.en = "Multiplayer mode requires a Liveblocks API Public Key (you can get one for free at https://liveblocks.io). Don't input anything if you don't want multiplayer mode." - help.fr = "Le mode d'édition instantanée requiert une clef publique d'API Liveblocks (vous pouvez en obtenir une gratuitement sur ttps://liveblocks.io). Ne mettez rien si vous ne souhaitez pas de mode d'étition instantanée." - type = "string" - optional = true - - [install.secretkey] - ask.en = "Liveblocks API Secret Key" - ask.fr = "Clé secrète de l'API Liveblocks" - help.en = "Multiplayer mode requires a Liveblocks API Secret Key (you can get one for free at https://liveblocks.io). Don't input anything if you don't want multiplayer mode." - help.fr = "Le mode d'édition instantanée requiert une clef secrete d'API Liveblocks (vous pouvez en obtenir une gratuitement sur ttps://liveblocks.io). Ne mettez rien si vous ne souhaitez pas de mode d'étition instantanée." - type = "string" - optional = true - [resources] [resources.sources.main] url = "https://github.com/tldraw/tldraw/archive/refs/tags/v2.3.0.tar.gz"