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

Improvement: Support for TYPO3 6.0 and higher #2

Open
leonderijke opened this issue May 7, 2014 · 1 comment
Open

Improvement: Support for TYPO3 6.0 and higher #2

leonderijke opened this issue May 7, 2014 · 1 comment

Comments

@leonderijke
Copy link

Currently, we've only tested on TYPO3 CMS 4.7. It would be nice to support 6.0 and higher too.

@leonderijke
Copy link
Author

I tested on 6.0 and 6.1 and it works there. Only the preview in the Page module needs some work.

In 4.7 we could just add our preview line to headerContent and it would be rendered before start, stop etc. In 6.0 the start, stop etc. fields are moved to a footer element. We can't add our preview line before the footer, because the item preview will be rendered after our hook is called.

I opened a core issue to request a hook for adapting the footer: http://forge.typo3.org/issues/58929

leonderijke pushed a commit that referenced this issue Jul 3, 2014
This change depends on a change in the TYPO3 core:
http://forge.typo3.org/issues/58929 to add a hook for the footer of a
content element preview in the Page module.

See issue #2 for more information.
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

No branches or pull requests

1 participant