mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
Added "urlCache" labs alpha flag
closes https://github.com/TryGhost/Toolbox/issues/126 - A flag go control the experimental URL Cache alpha feature
This commit is contained in:
parent
2e668d0d41
commit
b42271d87c
@ -57,6 +57,7 @@ export default Service.extend({
|
||||
membersActivity: feature('membersActivity', {developer: true}),
|
||||
cardSettingsPanel: feature('cardSettingsPanel', {developer: true}),
|
||||
membersAutoLogin: feature('membersAutoLogin', {developer: true}),
|
||||
urlCache: feature('urlCache', {developer: true}),
|
||||
mediaAPI: feature('mediaAPI', {developer: true}),
|
||||
filesAPI: feature('filesAPI', {developer: true}),
|
||||
buttonCard: feature('buttonCard', {developer: true}),
|
||||
|
@ -300,6 +300,19 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="gh-expandable-block">
|
||||
<div class="gh-expandable-header">
|
||||
<div>
|
||||
<h4 class="gh-expandable-title">URL Cache</h4>
|
||||
<p class="gh-expandable-description">
|
||||
Enable URL Caching
|
||||
</p>
|
||||
</div>
|
||||
<div class="for-switch">
|
||||
<GhFeatureFlag @flag="urlCache" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="gh-expandable-block">
|
||||
<div class="gh-expandable-header">
|
||||
<div>
|
||||
|
Loading…
Reference in New Issue
Block a user