Actions
Bug #101883
closedTypoScript Issue between v11 and v12
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2023-09-08
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
8.2
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
The following HMENU works just fine in V11 but for some reason does not work in V12.
Expected behavior should be that it displays different values for aria-description based on title
100 = HMENU
100 {
special = directory
special {
value = XXX
}
1 = TMENU
1 {
NO = 1
NO {
ATagParams.cObject = COA
ATagParams.cObject {
10 = TEXT
10 {
wrap = aria-description="|"
data = field:title
}
}
}
}
}
Files
Actions