mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 05:37:34 +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',
|
button: 'koenig/kg-card-type-gen-embed',
|
||||||
callout: 'koenig/kg-card-type-callout',
|
callout: 'koenig/kg-card-type-callout',
|
||||||
nft: 'koenig/kg-card-type-gen-embed',
|
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',
|
'email-cta': 'koenig/kg-card-type-gen-embed',
|
||||||
paywall: 'koenig/kg-card-type-divider'
|
paywall: 'koenig/kg-card-type-divider'
|
||||||
};
|
};
|
||||||
@ -169,7 +169,7 @@ export const CARD_MENU = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Toggle',
|
label: 'Toggle',
|
||||||
icon: 'koenig/kg-card-type-paywall',
|
icon: 'koenig/kg-card-type-accordion',
|
||||||
desc: 'Add collapsible content',
|
desc: 'Add collapsible content',
|
||||||
matches: ['toggle'],
|
matches: ['toggle'],
|
||||||
type: 'card',
|
type: 'card',
|
||||||
|
Loading…
Reference in New Issue
Block a user