0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Added customThemeSettings labs flag

refs https://github.com/TryGhost/Team/issues/1045

- alpha flag for working on reworked design settings in Admin and allowing themes to define custom settings
This commit is contained in:
Kevin Ansfield 2021-09-14 18:32:53 +01:00
parent 3e7f9cd54c
commit e2c41c52ee

View file

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