mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-12 16:14:25 +03:00
Update public API labs flag text
This commit is contained in:
parent
132b2a7084
commit
180c95ec2f
@ -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;
|
||||
}
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user