Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Removed "Public API" toggle in Labs screen
Browse files Browse the repository at this point in the history
no issue

- the v0.1 "Public API" was removed in Ghost 3.0 so the toggle was non-functional
  • Loading branch information
kevinansfield committed Oct 29, 2019
1 parent 33aa1db commit 3b43152
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions app/templates/settings/labs.hbs
Expand Up @@ -118,17 +118,6 @@
<div class="for-switch">{{gh-feature-flag "nightShift"}}</div>
</div>
</div>
{{#if (not-eq feature.labs.publicAPI undefined)}}
<div class="gh-setting">
<div class="gh-setting-content">
<div class="gh-setting-title">Public API (deprecated)</div>
<div class="gh-setting-desc">⚠️ Please use the Content API instead, more info in <a href="https://ghost.org/docs/api/content/">the docs</a></div>
</div>
<div class="gh-setting-action">
<div class="for-switch">{{gh-feature-flag "publicAPI"}}</div>
</div>
</div>
{{/if}}
<div class="gh-setting">
{{#gh-uploader
extensions=jsonExtension
Expand Down

0 comments on commit 3b43152

Please sign in to comment.