mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Added emailOnlyPosts
alpha labs flag
refs https://github.com/TryGhost/Team/issues/902 - The flag will be controlling upcoming feature with the same name enabling exactly how it reads - ability to create posts available through the newsletter only
This commit is contained in:
parent
501a7d9734
commit
5868fff1b9
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@ const ALPHA_FEATURES = [
|
|||
'featureImgDragDrop',
|
||||
'checkEmailList',
|
||||
'oauthLogin',
|
||||
'membersFiltering'
|
||||
'membersFiltering',
|
||||
'emailOnlyPosts'
|
||||
];
|
||||
|
||||
module.exports.WRITABLE_KEYS_ALLOWLIST = [...BETA_FEATURES, ...ALPHA_FEATURES];
|
||||
|
|
Loading…
Add table
Reference in a new issue