mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
Updated icon for toggle card
refs https://github.com/TryGhost/Team/issues/1209
This commit is contained in:
parent
d83d6124ba
commit
461f84660c
@ -35,7 +35,7 @@ export const CARD_ICON_MAP = {
|
||||
button: 'koenig/kg-card-type-gen-embed',
|
||||
callout: 'koenig/kg-card-type-callout',
|
||||
nft: 'koenig/kg-card-type-gen-embed',
|
||||
toggle: 'koenig/kg-card-type-gen-embed',
|
||||
toggle: 'koenig/kg-card-type-accordion',
|
||||
'email-cta': 'koenig/kg-card-type-gen-embed',
|
||||
paywall: 'koenig/kg-card-type-divider'
|
||||
};
|
||||
@ -169,7 +169,7 @@ export const CARD_MENU = [
|
||||
},
|
||||
{
|
||||
label: 'Toggle',
|
||||
icon: 'koenig/kg-card-type-paywall',
|
||||
icon: 'koenig/kg-card-type-accordion',
|
||||
desc: 'Add collapsible content',
|
||||
matches: ['toggle'],
|
||||
type: 'card',
|
||||
|
Loading…
Reference in New Issue
Block a user