Hi all,
I have a doubt that I am not clear in the documentation. Is it possible to get linked Entry resolved from a sidebar UI Extension?I’m trying to solve it with extension.space.getEntry () but it returns “undefined”.
Example
"window.contentfulExtension.init(function(extension) {
let a = extension.space.getEntry(extension.ids.entry);
-ETC-
"
Regards!