Skip to content

Commit

Permalink
Update public API labs flag text
Browse files Browse the repository at this point in the history
  • Loading branch information
ErisDS committed Nov 17, 2015
1 parent 132b2a7 commit 180c95e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions core/client/app/styles/patterns/forms.css
Expand Up @@ -58,6 +58,11 @@ input {
font-size: 1.3rem;
}

.form-group h3 {
margin-bottom: 1.6em;
font-size: 1.5rem;
}

.form-group label {
margin-bottom: 4px;
}
Expand Down
5 changes: 2 additions & 3 deletions core/client/app/templates/settings/labs.hbs
Expand Up @@ -46,13 +46,12 @@
<form>
<fieldset>
<div class="form-group for-checkbox">
<label for="labs-publicAPI">Public API</label>
<h3>Enable Beta Features</h3>
<label class="checkbox" for="labs-publicAPI">
{{input id="labs-publicAPI" name="labs[publicAPI]" type="checkbox" checked=usePublicAPI}}
<span class="input-toggle-component"></span>
<p>Enable public API access.</p>
<p>Public API - For full instructions, read the <a href="http://support.ghost.org/public-api-beta/">developer guide</a>.</p>
</label>
<p>Allow access to the publicly available Ghost API using JavaScript.</p>
</div>
</fieldset>
</form>
Expand Down

0 comments on commit 180c95e

Please sign in to comment.