-
Notifications
You must be signed in to change notification settings - Fork 3
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
Not all blocks show tooltips #13
Comments
The accordion block texts (not panel headers) should be equipped with tooltips. I'll include their slate sub blocks. description block: Yes, as you mentioned, by design only slate text blocks are supported. But I have an idea how to support also the description block. And also the teaser block description, which I think could also be supported. The key is to first include also description and teaser block descriptions in the calculation of the enhanced markup. And second use the enhanced markup. But this use must be left to the project with custom description block view and custom teaser block view. Don't want to override core blocks here. They do not provide a nice hook like slate blocks do. |
@mauritsvanrees Can you please check if the instructions are comfortable. |
Hi @ksuess. I will try this out next year. But the instructions look clear. Thanks for your work! |
We see that tooltips are not shown in all blocks. Two relevant ones for us are the standard description field block and
volto-accordion-block
.Sample page where Alpha, Beta and Gamma should be tool tips, and only Delta shows up:
Blocks config is:
And the blocks layout is:
Is this something that can be fixed?
Or is by design only the standard slate text block supported?
Note that the accordion block does contain slate sub blocks.
The text was updated successfully, but these errors were encountered: