Skip to content

Commit

Permalink
[TASK] Rename tab to "Report" in extension configuration
Browse files Browse the repository at this point in the history
Use tab name "Report" instead of "Backend" in Extension
Configuration.
  • Loading branch information
sypets committed Apr 7, 2024
1 parent dca4d73 commit e84ba3e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Documentation/Setup/ExtensionConfigurationReference.rst
Expand Up @@ -229,7 +229,7 @@ EXT:brofix | showEditButtons

*Show button to edit entire record, only the field with a broken link or both.*

:guilabel:`Backend` tab
:guilabel:`Report` tab

default:
"Both" (both buttons are displayed)
Expand All @@ -245,7 +245,7 @@ EXT:brofix | showalllinks

*Show all links, not just broken links.*

:guilabel:`Backend` tab
:guilabel:`Report` tab

default:
1 (on)
Expand All @@ -263,7 +263,7 @@ EXT:brofix | traverseMaxNumberOfPagesInBackend

*Maximum number of pages to traverse in Backend ...*

:guilabel:`Backend` tab
:guilabel:`Report` tab

default:
1000
Expand Down
6 changes: 3 additions & 3 deletions ext_conf_template.txt
Expand Up @@ -14,7 +14,7 @@ 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=backend; 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.
# 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
Expand All @@ -23,13 +23,13 @@ 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=backend; type=options[Both=both, Edit field=field, Edit full=full]; label=LLL:EXT:brofix/Resources/Private/Language/locallang_extconf.xlf:showEditButtons
# 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

### 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=backend; type=bool; label=Show all links, not just broken links: The default is 1 (true).
# cat=report; type=bool; label=Show all links, not just broken links: The default is 1 (true).
showalllinks = 1

0 comments on commit e84ba3e

Please sign in to comment.