Skip to content

[TASK] Make it work with TYPO3 v14#178

Open
georgringer wants to merge 4 commits into
IchHabRecht:mainfrom
georgringer:main
Open

[TASK] Make it work with TYPO3 v14#178
georgringer wants to merge 4 commits into
IchHabRecht:mainfrom
georgringer:main

Conversation

@georgringer

Copy link
Copy Markdown

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

@develth

develth commented Feb 10, 2026

Copy link
Copy Markdown

hey @georgringer

seems like that for v14 it fails cause by different phpunit versions required by this package and typo3/testing-framework.
When change it, there are Errors regarding changed api of constructor of TransientMemoryBackend

@mbrodala

mbrodala commented Apr 28, 2026

Copy link
Copy Markdown
Contributor

Is this extension actually still necessary given that TYPO3v14 has this?

Feature: #108623 - Allow content element restrictions per colPos

@ghermens

Copy link
Copy Markdown

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...?

@mbrodala

Copy link
Copy Markdown
Contributor

@ghermens Not sure what you mean, b13/container only depends on typo3/cms-backend.

@ghermens

Copy link
Copy Markdown

@mbrodala

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"

@mbrodala

Copy link
Copy Markdown
Contributor

OK, that's support not a requirement. And apparently not necessary anymore: b13/container#691 (not released yet AFAIS)

@ghermens

Copy link
Copy Markdown

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... :-)

gmartino27 added a commit to gmartino27/content_defender that referenced this pull request May 11, 2026
@schluchzi

Copy link
Copy Markdown

@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.

@mbrodala

Copy link
Copy Markdown
Contributor

I see a usecase for maxitems, however minitems does not exist AFAIS.

@schluchzi

Copy link
Copy Markdown

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants