Skip to content

Commit a8f3ce3

Browse files
Lukas Niestrojbmack
authored andcommitted
[DOCS] Fix Linkvalidator Code Example
The example code is missing the key `linktypesConfig`. Releases: main, 13.4 Resolves: #107372 Change-Id: Icd04f7c0b8bc0f6c4d17def01452680683ba372b Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/90538 Tested-by: core-ci <typo3@b13.com> Tested-by: Benni Mack <benni@typo3.org> Reviewed-by: Benni Mack <benni@typo3.org> Tested-by: Stefan Bürk <stefan@buerk.tech> Reviewed-by: Stefan Bürk <stefan@buerk.tech>
1 parent 9edf2a9 commit a8f3ce3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

typo3/sysext/linkvalidator/Documentation/Configuration/_example.tsconfig

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ mod.linkvalidator {
1212
replytoemail =
1313
subject = TYPO3 LinkValidator report
1414
}
15-
external {
16-
httpAgentUrl = https://example.org/info.html
17-
httpAgentEmail = info@example.org
15+
linktypesConfig {
16+
external {
17+
httpAgentUrl = https://example.org/info.html
18+
httpAgentEmail = info@example.org
19+
}
1820
}
1921
}

0 commit comments

Comments
 (0)