I'm trying to add a popup on metadata web item at page level, not able to get the correct decorator for the meta tag, to show is a pop using react in confluence plugin, can you help.
In Confluence Data Center, page-level web items can only be rendered in locations defined by the active page decorator. The metadata section you’re targeting is controlled by the `atl.page.metadata` and `atl.page.metadata.after` web-item locations. If your web item isn’t appearing as expected, make sure your `atlassian-plugin.xml` specifies one of those locations and that the decorator being used by the page (usually `decorators = "atl.general"`) supports metadata rendering. For example, a working module would use `
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.