-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
colSpan not working in the backend view #505
Comments
this is my source-code (with EXT:container_example, https://github.com/b13/container-example/blob/master/Configuration/TCA/Overrides/tt_content.php#L11) |
Unfortunately, this doesn't work either... I will try out your code example and get back to you. |
Same issue in v12. |
Same problem here with TYPO3 11 and latest EXT:container. PHP 7.4 or 8.2 doesn't matter. It works in column view, but not in language view. |
We have examined the problem in detail.
In languageView the TCA values are ignored. Crazy... |
Thanks for digging into it. So next step is to open a core issue? |
I have the following configuration in the file tt_content.php:
According to an example of this extension, this should lead to having the first row span the two columns that follow.
However, this is the result in the backend:
Is this a bug or did I used "colSpan" wrongly?
The text was updated successfully, but these errors were encountered: