-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathext_conf_template.txt
41 lines (28 loc) · 2.59 KB
/
ext_conf_template.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
### separate label and description with ":"
### Things added in later versions, add at the bottom
### Use category "checking" and "report" and "page module"
# cat=checking; type=string; label=Do not use these softreference parsers (comma separated list) when parsing content: This is a workaround for a TYPO3 core bug. The default is "url".
excludeSoftrefs = url
# cat=checking; type=string; label=In which fields should excludeSoftrefs apply: This is a comma separated list of table.field. The default is "tt_content.bodytext".
excludeSoftrefsInFields = tt_content.bodytext
# cat=checking; type=options[default=default,full=full]; label= How to perform TCA processing: Set this to "full" if Flexform fields should be processed. The default is "default".
tcaProcessing = default
# cat=checking; type=string; label= Override FormDataGroup for processing TCA: The default is empty which means use the FormDataGroup based on tcaProcessing setting.
overrideFormDataGroup =
# cat=report; type=int; label= Maximum number of pages to traverse in Backend: Limit is disabled if =0. The default is 1000. This should be set to a hard limit for performance reasons.
traverseMaxNumberOfPagesInBackend = 1000
# cat=checking; type=int; label= External link target cache (in seconds) for checking: Default value is 0, which means use TSconfig value linkTargetCache.expiresLow
linkTargetCacheExpiresLow = 0
# cat=checking; type=int; label= External link target cache (in seconds) for rechecking in Backend: Default value is 0, which means use TSconfig value linkTargetCache.expiresHigh
linkTargetCacheExpiresHigh = 0
# cat=report; type=options[Both=both, Edit field=field, Edit full=full]; label=LLL:EXT:brofix/Resources/Private/Language/locallang_extconf.xlf:showEditButtons
showEditButtons = both
# cat=report; type=options[Off=0,On=1]; label=Show button to jump to page layout view
showPageLayoutButton = 1
### since TYPO3 v12
# cat=checking; type=bool; label=If an error code / type / exception matches this, the URL is non-checkable: This can be a regex if it starts with regex (separated by colon), otherwise it matches by start of string.
combinedErrorNonCheckableMatch = regex:/^(httpStatusCode:(401|403):|libcurlErrno:60:SSL certificate problem: unable to get local issuer certificate)/
# cat=report; type=bool; label=Show all links, not just broken links: The default is 1 (true).
showalllinks = 1
# cat=page module; type=bool; label=Show message in page module if broken links exist on page: Has small performance impact, requires the extension page_callouts, can be further configured in BE user settings
showPageCalloutBrokenLinksExist = 1