mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-01 13:54:35 +03:00
Added Offers Alpha flag
This commit is contained in:
parent
e9e9d90ec4
commit
496b98b751
@ -27,7 +27,8 @@ const ALPHA_FEATURES = [
|
||||
'membersFiltering',
|
||||
'emailOnlyPosts',
|
||||
'customThemeSettings',
|
||||
'membersActivity'
|
||||
'membersActivity',
|
||||
'offers'
|
||||
];
|
||||
|
||||
module.exports.WRITABLE_KEYS_ALLOWLIST = [...BETA_FEATURES, ...ALPHA_FEATURES];
|
||||
|
Loading…
Reference in New Issue
Block a user