We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Popovers are a small, floating UI element that appears near a trigger (e.g., plugin button) when clicked.
popoverRect
Example plugin config. New isPopover boolean.
isPopover
{ "id": "reviews", "title": "Review", "isPopover": true, "popoverRect": "width:200px; height: 200px", "url": "https://labs.aem.live/tools/snapshot-admin/palette.html", "environments": [ "preview" ] }
The text was updated successfully, but these errors were encountered:
🎉 This issue has been resolved in version 7.4.0 🎉
The release is available on:
v7.4.0
Your semantic-release bot 📦🚀
Sorry, something went wrong.
dylandepass
Successfully merging a pull request may close this issue.
Popovers are a small, floating UI element that appears near a trigger (e.g., plugin button) when clicked.
Features
popoverRect
plugin property that is used in the style of the iframe. Similar to paletteRect.Example plugin config. New
isPopover
boolean.The text was updated successfully, but these errors were encountered: