mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 19:33:02 +03:00
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:
parent
fa4f8221d5
commit
c9aa43e5a5
@ -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'
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user