From 22db7c4e1066dafe9dd3b22788d37751be856f63 Mon Sep 17 00:00:00 2001 From: Alexander Alemayhu Date: Mon, 19 Feb 2024 21:36:47 +0100 Subject: [PATCH] feat: add the add-notion-link card option --- src/store/supportedOptions.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/store/supportedOptions.ts b/src/store/supportedOptions.ts index 3e3088ba..21d568d1 100644 --- a/src/store/supportedOptions.ts +++ b/src/store/supportedOptions.ts @@ -2,6 +2,12 @@ import CardOption from './CardOption'; const supportedOptions = (): CardOption[] => { const v = [ + new CardOption( + 'add-notion-link', + 'Add Notion Link', + 'Add a link to the Notion page where the toggle was created. Please use this with the (Use Notion ID) to avoid duplicates.', + false + ), new CardOption( 'use-notion-id', 'Use Notion ID',