add option to disable a category on creation
show disabled categories on manage privileges
This commit is contained in:
Baris Usakli
2018-09-21 16:10:07 -04:00
parent 4d5e164fd2
commit edefab1d69
4 changed files with 25 additions and 4 deletions

View File

@@ -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>