mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Removed snippetReplacements
labs flag (#13259)
refs https://github.com/TryGhost/Team/issues/1008 reqs https://github.com/TryGhost/Admin/pull/2073 - flag is no longer used by Admin as the feature is out of labs
This commit is contained in:
parent
5405b6ca7c
commit
98f1200f77
1 changed files with 1 additions and 2 deletions
|
@ -27,8 +27,7 @@ const ALPHA_FEATURES = [
|
|||
'oauthLogin',
|
||||
'membersFiltering',
|
||||
'emailOnlyPosts',
|
||||
'dashboardTwo',
|
||||
'snippetReplacements'
|
||||
'dashboardTwo'
|
||||
];
|
||||
|
||||
module.exports.WRITABLE_KEYS_ALLOWLIST = [...BETA_FEATURES, ...ALPHA_FEATURES];
|
||||
|
|
Loading…
Reference in a new issue