Skip to content
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

TYPO3 v13 compatibility #22

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Mbigha
Copy link

@Mbigha Mbigha commented Jan 5, 2025

What?

I updated the extension and made it compatible with TYPO3 v13 and PHP v8.3

Why?

The Extension t23_inline_container is a useful extension, but has no version compatible for TYPO3 v13.
So I updated the extension so that its users can continue using and enjoying it with TYPO3 v13.

How?

  • Setting of return types for functions with no return type specified.
  • Implementing an event Listener for the 'IsContentUsedOnPageLayoutEvent' event to prevent the displaying of the
    'Unused elements detected on this page' message being displayed in the Page Module in the TYPO3 Backend when a Container Content Element with children is localized in the 'Connected Mode'.
  • Remove 'showRemovedLocalizationRecords' TCA option which is no longer used.

Testing

Tested on TYPO3 v12 and TYPO3 v13

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.

2 participants