2015-06-13 17:34:09 +03:00
<section class="gh-view">
<header class="view-header">
2015-08-12 10:17:01 +03:00
{{ # gh-view-title openMobileMenu = "openMobileMenu" }} <span>Labs</span> {{ / gh-view-title }}
2015-06-13 17:34:09 +03:00
</header>
2014-12-14 20:56:04 +03:00
2015-06-13 17:34:09 +03:00
<section class="view-content settings-debug">
<p><strong>Important note:</strong> Labs is a testing ground for experimental features which aren't quite ready for primetime. They may change, break or inexplicably disappear at any time.</p>
<form id="settings-export">
<fieldset>
<div class="form-group">
<label>Export</label>
<button type="button" class="btn btn-blue" {{ action "exportData" }} >Export</button>
<p>Export the blog settings and data.</p>
</div>
</fieldset>
</form>
<form id="settings-import" enctype="multipart/form-data">
<fieldset>
<div class="form-group">
<label>Import</label>
{{ partial "import-errors" }}
{{ gh-file-upload id = "importfile" classNames = "flex" uploadButtonText = uploadButtonText onUpload = "onUpload" }}
<p>Import from another Ghost installation. If you import a user, this will replace the current user & log you out.</p>
</div>
</fieldset>
</form>
<form id="settings-resetdb">
<fieldset>
<div class="form-group">
<label>Delete all Content</label>
<button type="button" class="btn btn-red js-delete" {{ action "openModal" "deleteAll" }} >Delete</button>
<p>Delete all posts and tags from the database.</p>
</div>
</fieldset>
</form>
<form id="settings-testmail">
<fieldset>
<div class="form-group">
<label>Send a test email</label>
2015-08-25 23:15:59 +03:00
{{ # gh-spin-button id = "sendtestemail" class = "btn btn-blue" action = "sendTestEmail" submitting = submitting }} Send {{ / gh-spin-button }}
2015-06-13 17:34:09 +03:00
<p>Sends a test email to your address.</p>
</div>
</fieldset>
</form>
2015-10-23 12:03:38 +03:00
<hr>
<form>
<fieldset>
<div class="form-group for-checkbox">
<label for="labs-publicAPI">Public API</label>
<label class="checkbox" for="labs-publicAPI">
{{ in put id = "labs-publicAPI" name = "labs[publicAPI]" type = "checkbox" checked = usePublicAPI }}
<span class="input-toggle-component"></span>
<p>Enable public API access.</p>
</label>
<p>Allow access to the publicly available Ghost API using JavaScript.</p>
</div>
</fieldset>
</form>
2015-06-13 17:34:09 +03:00
</section>
2014-12-01 14:39:11 +03:00
</section>