mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-18 02:59:27 +00:00
- added missing configuration options
This commit is contained in:
parent
c1bd0974fa
commit
65c3a67627
|
@ -21,10 +21,13 @@
|
||||||
- enableEmail: enable/disable automatic email notification
|
- enableEmail: enable/disable automatic email notification
|
||||||
- enableUsersView: enable/disable group and user view for all users
|
- enableUsersView: enable/disable group and user view for all users
|
||||||
- enableFullSearch: false to don't use fulltext search
|
- 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
|
- enableFolderTree: false to don't show the folder tree
|
||||||
- expandFolderTree: 0 to start with tree hidden
|
- expandFolderTree: 0 to start with tree hidden
|
||||||
- 1 to start with tree shown and first level expanded
|
- 1 to start with tree shown and first level expanded
|
||||||
- 2 to start with tree shown fully 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
|
<edition
|
||||||
strictFormCheck = "false"
|
strictFormCheck = "false"
|
||||||
|
@ -35,7 +38,9 @@
|
||||||
enableFullSearch = "true"
|
enableFullSearch = "true"
|
||||||
enableFolderTree = "true"
|
enableFolderTree = "true"
|
||||||
expandFolderTree = "1"
|
expandFolderTree = "1"
|
||||||
|
enableLanguageSelector = "true"
|
||||||
|
stopWordsFile = ""
|
||||||
|
sortUsersInList = ""
|
||||||
>
|
>
|
||||||
</edition>
|
</edition>
|
||||||
<!-- enableCalendar: enable/disable calendar
|
<!-- enableCalendar: enable/disable calendar
|
||||||
|
@ -183,10 +188,18 @@
|
||||||
</authentication>
|
</authentication>
|
||||||
<!-- enableAdminRevApp: false to don't list administrator as reviewer/approver
|
<!-- enableAdminRevApp: false to don't list administrator as reviewer/approver
|
||||||
- versioningFileName: the name of the versioning info file created by the backup tool
|
- 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
|
<edition
|
||||||
enableAdminRevApp = "false"
|
enableAdminRevApp = "false"
|
||||||
versioningFileName = "versioning_info.txt"
|
versioningFileName = "versioning_info.txt"
|
||||||
|
workflowMode = "advanced"
|
||||||
|
enableVersionDeletion = "true"
|
||||||
|
enableVersionModification = "true"
|
||||||
|
enableDuplicateDocNames = "true"
|
||||||
>
|
>
|
||||||
</edition>
|
</edition>
|
||||||
<!-- coreDir: Path to LetoDMS_Core (optional)
|
<!-- coreDir: Path to LetoDMS_Core (optional)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user