- added missing configuration options

This commit is contained in:
steinm 2013-01-28 11:00:33 +00:00
parent c1bd0974fa
commit 65c3a67627

View File

@ -21,10 +21,13 @@
- enableEmail: enable/disable automatic email notification
- enableUsersView: enable/disable group and user view for all users
- enableFullSearch: false to don't use fulltext search
- enableLanguageSelector: false to don't show the language selector after login
- enableFolderTree: false to don't show the folder tree
- expandFolderTree: 0 to start with tree hidden
- 1 to start with tree shown and first level expanded
- 2 to start with tree shown fully expanded
- stopWordsFile: path to stop word file for indexer
- sortUsersInList: how to sort users in lists ('fullname' or '' (default))
-->
<edition
strictFormCheck = "false"
@ -35,7 +38,9 @@
enableFullSearch = "true"
enableFolderTree = "true"
expandFolderTree = "1"
enableLanguageSelector = "true"
stopWordsFile = ""
sortUsersInList = ""
>
</edition>
<!-- enableCalendar: enable/disable calendar
@ -183,10 +188,18 @@
</authentication>
<!-- enableAdminRevApp: false to don't list administrator as reviewer/approver
- versioningFileName: the name of the versioning info file created by the backup tool
- workflowMode: 'traditional' or 'advanced'
- enableVersionDeletion: allow to delete versions after approval
- enableVersionModification: allow to modify versions after approval
- enableDuplicateDocNames: allow duplicate names in a folder
-->
<edition
enableAdminRevApp = "false"
versioningFileName = "versioning_info.txt"
workflowMode = "advanced"
enableVersionDeletion = "true"
enableVersionModification = "true"
enableDuplicateDocNames = "true"
>
</edition>
<!-- coreDir: Path to LetoDMS_Core (optional)