0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-08 02:52:39 -05:00

Added "urlCache" labs alpha flag

refs https://github.com/TryGhost/Toolbox/issues/126

- A flag go control the experimental URL Cache alpha feature
This commit is contained in:
Naz 2021-11-12 12:24:27 +04:00
parent b707f325c8
commit 6023b78688

View file

@ -29,6 +29,7 @@ const ALPHA_FEATURES = [
'oauthLogin',
'membersActivity',
'cardSettingsPanel',
'urlCache',
'mediaAPI',
'filesAPI',
'membersAutoLogin',