mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
✨ 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:
parent
75b3ca80a0
commit
ea54393e88
1 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue