mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-09 16:17:00 +02:00
closes #6728
add option to disable a category on creation show disabled categories on manage privileges
This commit is contained in:
@@ -25,6 +25,13 @@
|
||||
<input id="cloneChildren" name="cloneChildren" type="checkbox">
|
||||
<strong>[[admin/manage/categories:clone-children]]</strong>
|
||||
</label>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label>
|
||||
<input id="disabled" name="disabled" type="checkbox">
|
||||
<strong>[[admin/manage/categories:disable-on-create]]</strong>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
Reference in New Issue
Block a user