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:
parent
3e7f9cd54c
commit
e2c41c52ee
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ const BETA_FEATURES = [
|
|||
const ALPHA_FEATURES = [
|
||||
'oauthLogin',
|
||||
'membersFiltering',
|
||||
'emailOnlyPosts'
|
||||
'emailOnlyPosts',
|
||||
'customThemeSettings'
|
||||
];
|
||||
|
||||
module.exports.WRITABLE_KEYS_ALLOWLIST = [...BETA_FEATURES, ...ALPHA_FEATURES];
|
||||
|
|
Loading…
Add table
Reference in a new issue