mirror of
https://hk.gh-proxy.com/https://github.com/NodeBB/nodebb-plugin-composer-default.git
synced 2025-10-03 04:31:23 +08:00
22 lines
847 B
Smarty
22 lines
847 B
Smarty
<div class="acp-page-container">
|
|
<!-- IMPORT admin/partials/settings/header.tpl -->
|
|
|
|
<div class="row m-0">
|
|
<div id="spy-container" class="col-12 col-md-8 px-0 mb-4" tabindex="0">
|
|
<form role="form" class="composer-default-settings mb-4">
|
|
<div class="form-check form-switch">
|
|
<input id="composeRouteEnabled" class="form-check-input" type="checkbox" name="composeRouteEnabled" />
|
|
<label for="composeRouteEnabled" class="form-check-label">Use a separate route for the composer</label>
|
|
</div>
|
|
|
|
<div class="form-check form-switch">
|
|
<input type="checkbox" class="form-check-input" id="hidePreviewOnOpen" name="hidePreviewOnOpen" />
|
|
<label for="hidePreviewOnOpen" class="form-check-label">Hide preview on open</label>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
|
|
<!-- IMPORT admin/partials/settings/toc.tpl -->
|
|
</div>
|
|
</div>
|
|
|