Added toggle card to editor (#13834)

closes https://github.com/TryGhost/Team/issues/1209

The toggle card allows adding collapsible content in pages and posts.
This commit is contained in:
Rishabh Garg 2021-12-06 17:43:33 +05:30 committed by GitHub
parent 75b3ca80a0
commit ea54393e88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,8 @@ const messages = {
// flags in this list always return `true`, allows quick global enable prior to full flag removal
const GA_FEATURES = [
'customThemeSettings',
'nftCard'
'nftCard',
'accordionCard'
];
// NOTE: this allowlist is meant to be used to filter out any unexpected
@ -35,7 +36,6 @@ const ALPHA_FEATURES = [
'filesAPI',
'membersAutoLogin',
'calloutCard',
'accordionCard',
'fileCard',
'audioCard',
'videoCard',