Added infobox to matches list for callout card

no issue

- extra term for matching the callout card so you can start typing `/infobox` and get the card you were looking for
This commit is contained in:
Kevin Ansfield 2022-01-31 13:46:07 +00:00
parent fa4f8221d5
commit c9aa43e5a5

View File

@ -179,7 +179,7 @@ export const CARD_MENU = [
label: 'Callout',
icon: 'koenig/kg-card-type-callout',
desc: 'Info boxes that stand out',
matches: ['callout'],
matches: ['callout', 'infobox'],
type: 'card',
replaceArg: 'callout'
},