-
Notifications
You must be signed in to change notification settings - Fork 138
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
[FEATURE] Add preview renderer #833
Conversation
Related: https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/10.3/Feature-78450-IntroducePreviewRendererPattern.html Resolves: TYPO3-Documentation#781 Releases: main, 12.4, 11.5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the work you put into this, just some small remarks
Co-authored-by: Lina Wolf <[email protected]>
The backport to
stderr
stdout
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-11.5 11.5
# Navigate to the new working tree
cd .worktrees/backport-11.5
# Create a new branch
git switch --create backport-833-to-11.5
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick 120b979d78a578a1c54c2f49a21ceee22fece4a0,10a285159b85c59155edbc9416cc99784662411d,48f9669417912a7340ca36c0055f730f709a738f,aa9eebee3ab43bbd61efc609c83a82538a2bdd9a,e6b5aeaf5b4cbc2eb78904a59be1bf02c9d23357,470ce5d8b0d67d84fac9df03d0f56a7961454933,47d1e3590dd55ab637e63eebd794d88e67cacf77,7e2b2e75de31601a56b302e61872214d809f861a
# Push it to GitHub
git push --set-upstream origin backport-833-to-11.5
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-11.5 Then, create a pull request where the |
The backport to
stderr
stdout
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-12.4 12.4
# Navigate to the new working tree
cd .worktrees/backport-12.4
# Create a new branch
git switch --create backport-833-to-12.4
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick 120b979d78a578a1c54c2f49a21ceee22fece4a0,10a285159b85c59155edbc9416cc99784662411d,48f9669417912a7340ca36c0055f730f709a738f,aa9eebee3ab43bbd61efc609c83a82538a2bdd9a,e6b5aeaf5b4cbc2eb78904a59be1bf02c9d23357,470ce5d8b0d67d84fac9df03d0f56a7961454933,47d1e3590dd55ab637e63eebd794d88e67cacf77,7e2b2e75de31601a56b302e61872214d809f861a
# Push it to GitHub
git push --set-upstream origin backport-833-to-12.4
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-12.4 Then, create a pull request where the |
Related: https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/10.3/Feature-78450-IntroducePreviewRendererPattern.html Resolves: TYPO3-Documentation#781 Releases: main, 12.4, 11.5 --------- Co-authored-by: Lina Wolf <[email protected]>
Related: https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/10.3/Feature-78450-IntroducePreviewRendererPattern.html Resolves: #781 Releases: main, 12.4, 11.5 --------- Co-authored-by: Lina Wolf <[email protected]>
Related: https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/10.3/Feature-78450-IntroducePreviewRendererPattern.html Resolves: TYPO3-Documentation#781 Releases: main, 12.4, 11.5 --------- Co-authored-by: Lina Wolf <[email protected]>
Related: https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/10.3/Feature-78450-IntroducePreviewRendererPattern.html Resolves: #781 Releases: main, 12.4, 11.5 --------- Co-authored-by: Lina Wolf <[email protected]>
Related: https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/10.3/Feature-78450-IntroducePreviewRendererPattern.html
Resolves: #781
Releases: main, 12.4, 11.5