32 lines
2.0 KiB
Plaintext
32 lines
2.0 KiB
Plaintext
######################### general information ####################
|
|
|
|
# cat=basic; type=string; label=View languages: List of languages which will be available in the extension (comma separated short names e.g. da, de, fi). If field is empty all languages will be used (Warning: very long list!). Default language is always included.
|
|
viewLanguages =
|
|
|
|
# cat=basic; type=string; label=Default language: If 'en' is not default language in TYPO3 BE, default language must be defined here (e.g. de).
|
|
defaultLanguage =
|
|
|
|
# cat=basic; type=string; label=This is the search pattern, which is in charge for finding all language files. Including legacy files.
|
|
searchRegex = /^([a-z0-9_]*locallang[a-z0-9_-]*\.(php|xml)|[^\.]*\.xlf)$/i
|
|
|
|
# cat=basic; type=string; label=Ignore extensions: Regular expression which limits the extension key list. An example for blacklist specific extensions, from the extension select box, would be the following pattern: /^(gridelements|lfeditor|CVS|.svn|.git|csh_)/
|
|
extIgnore = /^(CVS|.svn|.git|csh_)/
|
|
|
|
# cat=basic; type=string; label=Only extensions: Regular expression which restricts the extension key list. An example for list only specific extensions in the extension select box, would be the following pattern: /^(felogin|lfeditor)/. extIgnore is evaluated before extWhitelist.
|
|
extWhitelist =
|
|
|
|
# cat=basic; type=boolean; label=Change XLF date: If set to TRUE, LFEditor will change the date in XLF files on each change.
|
|
changeXlfDate = 1
|
|
|
|
# cat=basic; type=boolean; label=Allow edit mode "extension"
|
|
editModeExtension = 1
|
|
|
|
# cat=basic; type=boolean; label=Allow edit mode "l10n"
|
|
#editModeL10n = 1
|
|
|
|
# cat=basic; type=string; label=Path to AdditionalConfiguration.php file: It is possible to change the file where locallangXMLOverride will be declared. Relative to the document root. If modified, don't forget then to include the custom file path from the AdditionalConfiguration.php.
|
|
pathAdditionalConfiguration = typo3conf/AdditionalConfiguration.php
|
|
|
|
# cat=basic; type=options[user,tools,system]; label=Position of LFEditor module in TYPO3 BE
|
|
beMainModuleName = user
|