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
When you edit a static page content via the back-end editor and add a link, the link value is not being generated on the frontend.
Instead the raw link value as generated by the pagefinder widget is outputted, like <a href="october://static-page@link/index">Button</a>
Steps To Reproduce:
Create a piece of content via the backend Pages > Content > + Add.
Create some text and select the text to insert a link via the pagefinder widget.
Save and verify on the frontend that the link isn't encoded correctly.
Can this be fixed?
The text was updated successfully, but these errors were encountered:
Description:
When you edit a static page content via the back-end editor and add a link, the link value is not being generated on the frontend.
Instead the raw link value as generated by the pagefinder widget is outputted, like
<a href="october://static-page@link/index">Button</a>
Steps To Reproduce:
Create a piece of content via the backend Pages > Content > + Add.
Create some text and select the text to insert a link via the pagefinder widget.
Save and verify on the frontend that the link isn't encoded correctly.
Can this be fixed?
The text was updated successfully, but these errors were encountered: