- 🇺🇸United States smustgrave
Closing as outdated.
If still a valid feature request please update the issue summary with a valid use case per #8
Thanks!
In that issue we didn't want contextual links to be rendered inside elements that were in the Layout Builder to avoid the user thinking they were related to layouts and being rerouted from the page.
We were only able to do this by responding to the Javascript event drupalContextualLinkAdded
and then removing the new link.
Although this works well it may cause unneeded requests to the server if the contextual links are not cached at that point on the client. If there was a way to prevent the contextual module from even adding the link this might be better.
But to be clear contextual links are cached in the clients browser local storage(which for clearing is sometimes maddening) so in most cases there will not actually be a server call. It could though also save Javascript resources.
Determine if need a way to do this or if the way Layout Builder did this is fine
Closed: outdated
10.1 ✨
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Closing as outdated.
If still a valid feature request please update the issue summary with a valid use case per #8
Thanks!