Update public API labs flag text

This commit is contained in:
Hannah Wolfe 2015-11-05 12:00:22 +00:00
parent 132b2a7084
commit 180c95ec2f
2 changed files with 7 additions and 3 deletions

View File

@ -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;
}

View File

@ -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>