* [task#141983,doing,1.5h] Add chapter for doc template.

This commit is contained in:
xieqiyu
2025-04-22 16:33:47 +08:00
parent 9999c55812
commit be0ca108a5
4 changed files with 24 additions and 6 deletions
+1
View File
@@ -25,6 +25,7 @@ $privs['addModule'] = hasPriv('doc', 'addTemplateType');
$privs['editModule'] = hasPriv('doc', 'editTemplateType');
$privs['deleteModule'] = hasPriv('doc', 'deleteTemplateType');
$privs['moveDoc'] = hasPriv('doc', 'moveTemplate');
$privs['addChapter'] = hasPriv('doc', 'createTemplate');
$privs['collect'] = 'no';
$filterTypes = $lang->docTemplate->filterTypes;