From d1e275e29682711822cec2d2be5601b117bf3c28 Mon Sep 17 00:00:00 2001 From: loks0n <22452787+loks0n@users.noreply.github.com> Date: Mon, 23 Oct 2023 15:09:18 +0100 Subject: [PATCH] fix: add missing variable --- src/lib/stores/marketplace.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/lib/stores/marketplace.ts b/src/lib/stores/marketplace.ts index f89dbef842..7748c464fe 100644 --- a/src/lib/stores/marketplace.ts +++ b/src/lib/stores/marketplace.ts @@ -461,6 +461,13 @@ export const marketplace: MarketplaceTemplate[] = [ required: true, type: 'text' }, + { + name: 'ALGOLIA_APP_ID', + description: `The ID of the application in Algolia. Learn more.`, + placeholder: 'OFCNCOG2CU', + required: true, + type: 'text' + }, { name: 'ALGOLIA_ADMIN_API_KEY', description: `The admin API Key for your Algolia service. Learn more.`,