0
Fork 0
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:
Naz 2021-08-02 13:11:07 +04:00
parent 501a7d9734
commit 5868fff1b9

View file

@ -28,7 +28,8 @@ const ALPHA_FEATURES = [
'featureImgDragDrop',
'checkEmailList',
'oauthLogin',
'membersFiltering'
'membersFiltering',
'emailOnlyPosts'
];
module.exports.WRITABLE_KEYS_ALLOWLIST = [...BETA_FEATURES, ...ALPHA_FEATURES];