mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Update public API labs flag text
This commit is contained in:
parent
132b2a7084
commit
180c95ec2f
2 changed files with 7 additions and 3 deletions
|
@ -58,6 +58,11 @@ input {
|
||||||
font-size: 1.3rem;
|
font-size: 1.3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-group h3 {
|
||||||
|
margin-bottom: 1.6em;
|
||||||
|
font-size: 1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
.form-group label {
|
.form-group label {
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -46,13 +46,12 @@
|
||||||
<form>
|
<form>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<div class="form-group for-checkbox">
|
<div class="form-group for-checkbox">
|
||||||
<label for="labs-publicAPI">Public API</label>
|
<h3>Enable Beta Features</h3>
|
||||||
<label class="checkbox" for="labs-publicAPI">
|
<label class="checkbox" for="labs-publicAPI">
|
||||||
{{input id="labs-publicAPI" name="labs[publicAPI]" type="checkbox" checked=usePublicAPI}}
|
{{input id="labs-publicAPI" name="labs[publicAPI]" type="checkbox" checked=usePublicAPI}}
|
||||||
<span class="input-toggle-component"></span>
|
<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>
|
</label>
|
||||||
<p>Allow access to the publicly available Ghost API using JavaScript.</p>
|
|
||||||
</div>
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Add table
Reference in a new issue