Kontent.ai Smart Link SDK can be used to automatically inject smart links to Kontent.ai according to manually specified HTML data attributes on your website. It also lets you connect your website with Web Spotlight (for faster editing and preview of your content).
In some scenarios, it would be handy to have an option to hide some of the features which are not desirable in a given context. Take these examples
I want to show a relative add-button on an element. To do that I need to add an itemId attribute on that element. The itemId attribute will also render the edit-button, which I don’t want here. => I can’t hide the edit-button while keeping the add-button, without resorting to some wrapper and css workaround, which is cumbersome.
by default, the edit button functionality extends to the whole area of the element it's enabled for. this can be potentially undesirable in situations where the overlaid content includes some interactive/clickable buttons, in which case smartlink needs to be disabled.
Proposed solution
Provide more configuration options, which would allow disabling unwanted features either per element basis (e.g. using an optional boolean attribute) or globally
Additional context
Add any other context, screenshots, or reference links about the feature request here.
Motivation
In some scenarios, it would be handy to have an option to hide some of the features which are not desirable in a given context. Take these examples
Proposed solution
Provide more configuration options, which would allow disabling unwanted features either per element basis (e.g. using an optional boolean attribute) or globally
Additional context
Add any other context, screenshots, or reference links about the feature request here.