0
Fork 0
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:
Kevin Ansfield 2021-08-16 10:40:57 +01:00
parent 5eb654bb00
commit 23fe99e289

View file

@ -30,7 +30,8 @@ const ALPHA_FEATURES = [
'oauthLogin',
'membersFiltering',
'emailOnlyPosts',
'dashboardTwo'
'dashboardTwo',
'snippetReplacements'
];
module.exports.WRITABLE_KEYS_ALLOWLIST = [...BETA_FEATURES, ...ALPHA_FEATURES];