mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-15 06:01:19 +00:00
add some more documentation
This commit is contained in:
parent
2b14bb5748
commit
f6d9b1892e
|
@ -22,7 +22,7 @@
|
||||||
<!--
|
<!--
|
||||||
- strictFormCheck: Strict form checking. If set to true, then all fields in the form will be checked for a value. If set to false, then (most) comments and keyword fields become optional. Comments are always required when submitting a review or overriding document status.
|
- strictFormCheck: Strict form checking. If set to true, then all fields in the form will be checked for a value. If set to false, then (most) comments and keyword fields become optional. Comments are always required when submitting a review or overriding document status.
|
||||||
- viewOnlineFileTypes: files with one of the following endings can be viewed online (USE ONLY LOWER CASE CHARACTERS)
|
- viewOnlineFileTypes: files with one of the following endings can be viewed online (USE ONLY LOWER CASE CHARACTERS)
|
||||||
- enableConverting: enable/disable converting of files XXX
|
- enableConverting: enable/disable converting of files (deprecated)
|
||||||
- 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
|
||||||
|
@ -34,12 +34,14 @@
|
||||||
- 2 to start with tree shown fully expanded
|
- 2 to start with tree shown fully expanded
|
||||||
- stopWordsFile: path to stop word file for indexer
|
- stopWordsFile: path to stop word file for indexer
|
||||||
- sortUsersInList: how to sort users in lists ('fullname' or '' (default))
|
- sortUsersInList: how to sort users in lists ('fullname' or '' (default))
|
||||||
- enableDropUpload: XXX
|
- enableDropUpload: enable/disable uploading files by drag&drop
|
||||||
- enableRecursiveCount: XXX
|
- enableRecursiveCount: enable/disable counting docs and folder recursively
|
||||||
- maxRecursiveCount: XXX
|
- maxRecursiveCount: after this number of docs/folders precise counting will stop
|
||||||
- enableThemeSelector: XXX
|
- enableThemeSelector: enable/disable the theme selector on the login page
|
||||||
- fullSearchEngine: Either "lucene" or "sqlitefts"
|
- fullSearchEngine: Either "lucene" or "sqlitefts"
|
||||||
- sortFoldersDefault: XXX
|
- sortFoldersDefault: how to sort forders by default. u=unsorted, s=sequence, n=name
|
||||||
|
- defaultDocPosition: Default position for a new document. 'start', 'end', or ''
|
||||||
|
- defaultFolderPosition: Default position for a new folder. 'start', 'end', or ''
|
||||||
-->
|
-->
|
||||||
<edition
|
<edition
|
||||||
strictFormCheck = "false"
|
strictFormCheck = "false"
|
||||||
|
@ -60,6 +62,8 @@
|
||||||
enableThemeSelector = "false"
|
enableThemeSelector = "false"
|
||||||
fullSearchEngine = "lucene"
|
fullSearchEngine = "lucene"
|
||||||
sortFoldersDefault = "u"
|
sortFoldersDefault = "u"
|
||||||
|
defaultDocPosition = "end"
|
||||||
|
defaultFolderPosition = "end"
|
||||||
/>
|
/>
|
||||||
<!--
|
<!--
|
||||||
- enableCalendar: enable/disable calendar
|
- enableCalendar: enable/disable calendar
|
||||||
|
|
Loading…
Reference in New Issue
Block a user