mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Added snippetReplacements
to allowed labs flags
refs https://github.com/TryGhost/Team/issues/973 - alpha flag for Admin feature that allows for replacing a snippet's content without having to delete and recreate it manually
This commit is contained in:
parent
5eb654bb00
commit
23fe99e289
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@ const ALPHA_FEATURES = [
|
|||
'oauthLogin',
|
||||
'membersFiltering',
|
||||
'emailOnlyPosts',
|
||||
'dashboardTwo'
|
||||
'dashboardTwo',
|
||||
'snippetReplacements'
|
||||
];
|
||||
|
||||
module.exports.WRITABLE_KEYS_ALLOWLIST = [...BETA_FEATURES, ...ALPHA_FEATURES];
|
||||
|
|
Loading…
Add table
Reference in a new issue