You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[IMP] html_editor: support frontend url in linkpopover preview
Previously, the link popover did not support frontend website pages
(e.g., /contactus, /shop, etc.).
Steps to reproduce:
- Enter edit mode.
- Click on a link to a frontend page, such as "Contact Us".
- An error was thrown in the browser console.
- Also, the link popover did not show the page description (even if it
existed).
This commit:
- Fixes the error that occurred in the browser console.
- Adds support for frontend website pages in the link popover.
- Displays the page description in the linkpopover, if available.
(The page description refers to the SEO field that can be set via:
Site > This Page > Optimize SEO > Description)
0 commit comments