-
Notifications
You must be signed in to change notification settings - Fork 18
IBX-10800: Added content_details_extra_items variable to authors tab template that allows to pass extra data #1753
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
base: 4.6
Are you sure you want to change the base?
Conversation
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.
Pull Request Overview
This PR adds a content_details_extra_items variable to the authors tab template, enabling external code to inject additional data into the authors details section. The changes reorganize the existing content details items and introduce a mechanism for extensibility via the merge filter.
Key Changes
- Reordered content details items to show Published/Modified dates first, followed by Creator/Last contributor
- Added
content_details_extra_itemsvariable support via merge filter for extensibility
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
src/bundle/Resources/views/themes/admin/content/tab/authors.html.twig
Outdated
Show resolved
Hide resolved
|
…ml.twig Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
554cefa to
6cce3f9
Compare
|



Description:
For QA:
Documentation: