TSconfig
1.2.3. ->OPTIONS
Various options for the user affecting the core at various points.
|
Property: |
Data type: |
Description: |
Default: |
|---|---|---|---|
|
dontMountAdminMounts |
boolean |
This options prevents the root to be mounted for an admin user.
NOTE: Only for admin-users. For other users it has no effect. |
|
|
RTEkeyList |
[list of keywords] |
This is a list of the Rich Text Editor buttons the user may see displayed. The user will not see any buttons not listed here.
Either enter a comma list of button keywords (see "TYPO3 Core API / RTE section") or specify all with a wildcard "*" for everything. |
* (If value is not set at all, *, is default) |
|
clearCache.pages |
boolean |
This will allow a user to clear the whole page cache. |
|
|
clearCache.all |
boolean |
This will allow a user to clear all cache (that is everything including templates) |
|
|
lockToIP |
string |
List of IP-numbers with wildcards.
Note: This option is enabled only if the TYPO3_CONF_VARS[BE][enabledBeUserIPLock] configuration is true.
Examples: 192.168.*.* - will allow all from 192.168-network
192.168.*.*, 212.22.33.44 - will allow all from 192.168-network plus all from REMOTE_ADDR 212.22.33.44
192.168, 212.22.33.44 - the same as the previous. Leaving out parts of the IP address is the same as wild cards... |
|
|
saveClipboard |
boolean |
If set, the clipboard content will be preserved for the next login. Normally the clipboard content lasts only during the session. |
|
|
clipboardNumberPads |
int (0-20) |
This allows you to enter how many pads you want on the clipboard. |
3 |
|
disableDocModuleInAB |
boolean |
If set, the doc module is not displayed in the backend even if enabled in general. |
|
|
shortcutFrame |
boolean |
If set, the shortcut frame in the bottom of the window appears. |
|
|
shortcutGroups |
Array of integers/strings |
Set shortCutGroups that can be accessed by the user. By default, 5 default groups will be defined globally (shared, can only be set by admins) and also for each user (personal shortcuts):
1: Pages 2: Records 3: Files 4: Tools 5: Miscellaneous
Set 0 to disable one of these group IDs, 1 to enable it (this is the default) or "string" to change the label accordingly.
Example: shortcutGroups { 1=1 2=My Group 3=0 4= }
Shortcut group 1 is loaded with the default label (Pages), group 2 is loaded and labeled as "My Group" and groups 3 and 4 are disabled. Group 5 has not been set, so it will be displayed by default, just like group 1. |
|
|
shortcut_onEditId_dontSetPageTree |
boolean |
If set, the page tree is not opened to the page being edited when an id number is entered in the "Edit Id" box |
|
|
shortcut_onEditId_keepExistingExpanded |
boolean |
If set, the existing expanded pages in the page tree are not collapsed when an id is entered in the "Edit Id" box. (provided .shortcut_onEditId_dontSetPageTree is not set!) |
|
|
mayNotCreateEditShortcuts |
boolean |
If set, then the user cannot create or edit shortcuts. Depends on .shortcutFrame being set. |
|
|
createFoldersInEB |
boolean |
If set, a createFolders option appears in the element browser (for admin-users this is always enabled). |
|
|
noThumbsInEB |
boolean |
If set, then image thumbnails are not shown in the element browser. |
|
|
noThumbsInRTEimageSelect |
boolean |
As .noThumbsInEB but for the Rich Text Editor image selector. |
|
|
uploadFieldsInTopOfEB |
boolean |
If set, the upload-fields in the element browser are put in the top of the window. |
|
|
saveDocNew saveDocNew.[table] |
boolean / "top" |
If set, a button "Save and create new" will appear in TCEFORMs. Any value set for a single table will override the default value set to the object "saveDocNew".
Example: In this example the button is disabled for all tables, except tt_content where it will appear, and in addition create the records in the top of the page (default is after instead of top).
options.saveDocNew = 0 options.saveDocNew.tt_content = top |
|
|
disableDelete disableDelete.[table] |
|
Disables the "Delete" button in TCEFORMs. Overriding for single tables works like "saveDocNew" above. |
|
|
showHistory showHistory.[table] |
|
Shows link to the history for the record in TCEFORMs. Overriding for single tables works like "saveDocNew" above. |
|
|
pageTree.disableIconLinkToContextmenu folderTree.disableIconLinkToContextmenu |
boolean / "titlelink" |
If set, the page/folder-icons in the page/folder tree will not activate the clickmenu. If the value is set "titlelink" then the icon will instead be wrapped with the same link as the title. |
|
|
pageTree.disableTitleHighlight |
boolean |
If set, the page titles in the page tree will not be highlighted when clicked. |
|
|
pageTree.showPageIdWithTitle |
boolean |
If set, the titles in the page navigation tree will have their ID numbers printed before the clickable title. |
|
|
pageTree.showDomainNameWithTitle |
boolean |
If set, the domain name will be appended to the page title for pages that have "Is root of web site?" checked in the page properties. Useful if there are several domains in one page tree. |
|
|
pageTree.onlineWorkspaceInfo |
boolean |
If set, the workspace info box will also be shown in the page tree even in online mode. Recommended when working with workspaces a lot. |
|
|
contextMenu.[key].disableItems |
list of items |
List of context menu ("clickmenu") items to disable. "key" points to which kind of icon that brings up the menu, and possible options are "pageTree", "pageList", "folderTree", "folderList". "page" and "folder" obviously points to either the Web og File main module. "Tree" and "List" points to whether the menu is activated from the page/folder tree or the listing of records/files Items to disable are (for "page" type - that is database records):
view,edit,hide,new,info,copy,cut,paste,delete,move_wizard, history,perms,new_wizard,hide,edit_access,edit_pageheader,db_list
Items to disable are (for "folder" type - that is files/folders): edit,upload,rename,new,info,copy,cut,paste,delete |
|
|
contextMenu.options.leftIcons |
boolean |
If set, the icons in the clickmenu appear to the left instead of right |
|
|
contextMenu.options.clickMenuTimeOut |
int, 1-100 |
Number of seconds the click menu is visible in the top frame before it disappears by it self. |
5 |
|
contextMenu.options.alwaysShowClickMenuInTopFrame |
boolean |
If set, then the clickmenu in the top frame is always shown. Default is that it's shown only if the pop-up menus are disabled by user or by browser. |
|
|
overridePageModule |
string |
By this value you can substitute the default "Web > Page" module key ("web_layout") with another backend module key.
Example: options.overridePageModule = web_txtemplavoilaM1 This will enable TemplaVoila page module as default page module. |
|
|
moduleMenuCollapsable |
boolean |
If set, the user can collapse main modules in the left menu. |
1 |
|
alertPopups |
bitmask |
Configure which Javascript popup alerts have to be displayed and which not:
1 � onTypeChange 2 � copy / move / paste 4 - delete 8 � FE editing 128 - other (not used yet)
Default: 255 (show all warnings) |
|
|
defaultFileUploads |
integer |
Default number of file upload forms shown in the File->List module |
|
|
hideRecords.[table] |
[list of record uids] |
This hides records in the backend user interface. It is not an access restriction but makes defined records invisible. That means in principle those records can still be edited if the rights allow. This makes sense if a specialized module should be used only to edit those records.
This option is currently implemented for pages only and has an effect in following places:
- Pagetree navigation frame - Web>List module - New record wizard
Example: options.hideRecords.pages = 12,45 |
|
|
additionalPreviewLanguages |
[list of sys_language record uids] |
The user will see these additional languages when localizing stuff in TCEforms. The list are uid numbers of sys_language records. |
|
[beuser:options]