-
Notifications
You must be signed in to change notification settings - Fork 16
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
IBX-4044: Option to use HTML in tooltips #613
Conversation
src/bundle/Resources/views/themes/admin/content/edit/content_header.html.twig
Show resolved
Hide resolved
<div | ||
class="ibexa-edit-header__tooltip" | ||
title="{% include '@ibexadesign/ui/edit_header_tooltip.html.twig' %}" | ||
data-tooltip-use-html |
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.
indent
5212c40
to
81949dd
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
QA approved on IbexaDXP 4.2 commerce.
If he have documented using tooltips anywhere, it's probably worth adding that HTML is now switched of by default and to use HTML in tooltips
data-tooltip-use-html
parameter has to be added on node with title.Also for QA - as default using HTML was switched off in whole system, there can be missed places where it should be switched on and I missed them, so probably that's thing worth checking as well. Sorry!
Checklist:
$ composer fix-cs
)