[TASK] Make it work with TYPO3 v14#178
Conversation
|
hey @georgringer seems like that for v14 it fails cause by different phpunit versions required by this package and |
|
Is this extension actually still necessary given that TYPO3v14 has this? Feature: #108623 - Allow content element restrictions per colPos |
Afaik b13/container still depends on content_defender, if this functionality is required...? |
|
@ghermens Not sure what you mean, |
|
https://github.com/b13/container/blob/master/README.md "If EXT:content_defender is installed, you can use allowed, disallowed, and maxitems in the column configuration" |
|
OK, that's support not a requirement. And apparently not necessary anymore: b13/container#691 (not released yet AFAIS) |
Thanks for the hint, working with b13/container dev-master in my current project now... :-) |
|
@mbrodala I think this Extension is still necessary, because the TYPO3 Core only added the possibility to restrict the allowed CTypes. But you can't restrict the minitems or the maxitems for a BackendLayout column with the Core features. |
|
I see a usecase for |
|
@mbrodala Sorry, it's just a habit. If there's a "max", then there must be a "min" too... but “minitems” doesn't make any sense, of course. |
I just tested it and works in a v14 project, haven't checked anything else and TBH also don't got any clues why the github tests are failing