[FEATURE] Allow extensions to modify new content wizard URLs - #121
Merged
Conversation
With this event extension authors could modify the new content element wizard URL parameter in order to pass additional information. In combination with the core ModifyNewContentElementWizardItemsEvent it's possible to change the defaultValues of content elements when creating new records.
Move URL and route-argument handling to a dedicated service so it can be tested independently. Add coverage for generated URLs, route arguments, event modifications, and invalid request contexts.
Contributor
|
@fnagel Thank you for making the visual editor better ❤️ |
Contributor
Author
|
Thanks for proving such a nice extension and the quick merge / release! I will link the integration on the other side (my blog extension) so interested devs can check how I did it. |
fnagel
added a commit
to fnagel/t3extblog
that referenced
this pull request
Aug 10, 2026
This also adds support for EXT:visual_editor, see https://github.com/FriendsOfTYPO3/visual_editor Full support is available since v1.10.0, see this PR: FriendsOfTYPO3/visual_editor#121 https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/14.2/Feature-108868-IntroduceFluidRenderTextViewHelper.html https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/14.2/Feature-108726-IntroduceFluidRenderRecordViewHelper.html https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/14.2/Feature-108726-IntroduceFluidRenderContentAreaViewHelper.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi @Kanti, we had a quick chat at the T3DD event about how to to use the visual editor for extension. With this PR an event is added which enables extension authors to prepare their extensions to work with the visual editor.
With this event extension authors could modify the new content element wizard URL parameter in order to pass additional information. In combination with the core ModifyNewContentElementWizardItemsEvent it's possible to change the defaultValues of content elements when creating new records.