Added "preview" as a matching shortcut for paywall card

no issue

- slash-menu shortcuts are exact matches for the card's keywords so "preview" wouldn't match "public preview"
This commit is contained in:
Kevin Ansfield 2021-03-02 15:56:35 +00:00
parent e66bb4feac
commit e464711faa

View File

@ -122,7 +122,7 @@ export const CARD_MENU = [
label: 'Public preview',
icon: 'koenig/kg-card-type-paywall',
desc: 'Attract signups with a public intro',
matches: ['public preview', 'paywall'],
matches: ['public preview', 'preview', 'paywall'],
type: 'card',
replaceArg: 'paywall'
}]