[QUESTION] How to completely disable badges on hover?
Question
Hello,
I've been looking to completely disable the badges that appear on hover, but I can only seem to disable it fro the wrapper with the following code:
domComponents: { wrapper: {badgable: false} },
Is there a similar way to completely disable them?
Thanks in advance!
Answers (2)
You can use canvas: { customSpots: { hover: true }, },
Probably in your case the easiest solution would be to hide it via CSS
.gjs-badge {
display: none !important;
}
Related Questions and Answers
Continue research with similar issue discussions.
Issue #1880
[QUESTION] Disable drop only for a specific block
Hello, There is a way to specify the blocks that should NOT be able to be inserted within a specific droppable block?
Issue #913
[Question] Using Style tag instead of css
Hi, I've been taking a look inside of the dom_components, but cant seem to figure out how to manually override the styling aspect. I need a...
Issue #2894
[Question]: How Do I Hide / Disable Dropzone in AM Modal
Hello, I've been reviewing the documentation and this link, trying to find the right configuration setting to disable the dropzone in the A...
Issue #2076
[QUESTION] How make a new component to allow laravel blade directives?
Hi, thanks for the nice work. I'll like to know if there is a way to use blade directives inside the code. I already add a new functionalit...
Paid Plugins That Match This Issue
Curated by issue keywords and label relevance to help you ship faster.
Loading paid plugin recommendations...
Browse Plugin Categories
Jump directly to plugin category pages on the marketplace.