0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Added 'paywall' as shortcut for paywall/public preview card

This commit is contained in:
Sanne de Vries 2021-02-22 17:31:45 +01:00
parent 80102bc916
commit 707c7396bf

View file

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