TSconfig
1.2.4. ->SETUP
Default values and overriding values for the "User > Setup" module.

Notice: the User > Setup module only represents a subset of the options from the table below.
Default values are set by 'setup.default' while overriding values are set by 'setup.override'. Overriding values will be impossible for the user to change himself and no matter the current value the overriding value will overrule. The default values are used for new users or if the setup is re-initialized.
NOTICE: If you have first set a value (by override eg) and then REMOVE that value from being set, the value is NOT restored to the original default but is kept at the current value! Therefore setting a value and later removing that value would require the users preferences to be reset (you can do that from the Install Tool > Database Analyser > Reset user preferences) OR better, don't remove the value, just change the value of it! (eg. to a blank string if you wish to "reset" the value).
This table shows the keys for both defaults and override values:
|
Property: |
Data type: |
Description: |
Default: |
|---|---|---|---|
|
thumbnailsByDefault |
boolean |
Show Thumbnails by default |
|
|
emailMeAtLogin |
boolean |
Notify me by email, when somebody logs in from my account |
|
|
startInTaskCenter |
boolean |
If set, then the backend will start up in the task center (task center should be enabled for the user) |
|
|
helpText |
boolean |
Show help text when applicable |
|
|
titleLen |
int+ |
Max. Title Length |
|
|
edit_wideDocument |
boolean |
Wide document background |
|
|
edit_RTE |
boolean |
Enable Rich Text Editor |
|
|
edit_docModuleUpload |
boolean |
File upload directly in Doc. module |
|
|
edit_showFieldHelp |
string |
Keywords: "", "icon" or "text" Determines the type of help text mode for TCA form fields. |
|
|
navFrameWidth |
int+ |
The width in pixels of the navigation frame in the Page and File main modules |
245 pixels |
|
navFrameResizable |
boolean |
If set, the frameset modules will have the border between the navigation and list frame resizable. |
|
|
lang |
language-key |
One of the language-keys. See t3lib/config_default.php for current options. Eg. "dk", "de", "es" etc. |
|
|
copyLevels |
int+ |
Recursive Copy: Enter the number of page sublevels to include, when a page is copied |
|
|
recursiveDelete |
boolean |
Recursive Delete(!): Allow ALL subpages to be deleted when deleting a page |
|
|
allSaveFunctions |
boolean |
Display all save functions in Doc-module menu |
|
|
neverHideAtCopy |
boolean |
If set, then the hideAtCopy feature for records in TCE will not be used. |
|
|
condensedMode |
boolean |
If set, the backend will not load the Web-submodules and File-submodules in a frameset but allow the page and folder trees to load the submodule in its own frame. This allows for a better display on small screens. |
|
|
noMenuMode |
boolean / string |
If set, the backend will not load the left menu frame but rather put a selector-box menu in the topframe. This saves a lot of space on small screens. Also icons will not be displayed in the clickmenu panel in the top.
Value "icons": Setting noMenuMode to "icons" will still remove the menu, but instead of the selectorbox menu you will have the whole clickmenu panel as a menu with the icons only as the hidden state of the clickmenu panel. This is extremely nice (in my opinion) for experienced users who know the icons of the modules. |
|
|
classicPageEditMode |
boolean |
Setting this option will not open the Web>Page module but rather load the content elements (normal column/default language) together with the page header in one big form when a page is edited (clicking a page icon in the page tree). This simulates the old behaviour in Classic Backend |
|
|
hideSubmoduleIcons |
boolean |
If set then submodule icons will not be shown in the left menu of the backend. |
|
|
dontShowPalettesOnFocusInAB |
boolean |
If set, palettes are not activated in the TCEFORMs when focus is moved to a field. |
|
|
disableCMlayers |
boolean |
Disable the context menu layers in the backend. |
|
|
disableTabInTextarea |
boolean |
If you are using IE or Mozilla, TYPO3 will load a little JavaScript file that makes it possible to use the <tab> key in textareas. If you don't like the feature for some reason, you can disable it here. |
|
[beuser:setup.default/setup.override]
Don't use any other properties than the ones listed in the table above.