mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-09 02:37:01 +02:00
this panel is actually custom html not custom JS
This commit is contained in:
@@ -50,16 +50,16 @@
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<h3>Custom JS</h3>
|
||||
<h3>Custom Header</h3>
|
||||
<p>
|
||||
You can enter custom JS here, it will be added to the head tag.
|
||||
You can enter custom HTML here (ex. JavaScript, Meta Tags, etc.) which will be appended to the <code><head></code> section of your forum's markup.
|
||||
</p>
|
||||
<textarea class="well" data-field="customJS" placeholder="Enter your custom JS here..."></textarea>
|
||||
|
||||
<form class="form">
|
||||
<div class="form-group">
|
||||
<label for="useCustomJS">
|
||||
Use Custom JS?
|
||||
Use Custom Header?
|
||||
<input id="useCustomJS" type="checkbox" data-field="useCustomJS" />
|
||||
</label>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user