Navigation buttons (PageNavigationLink) in formatted content
Example - clicking the button Change redirects to a previously defined page.

To create such a link, we need to place into Content (TextContent) a div with the appropriate class and attribute:
class page-link
attribute mid with the value of the page MID to which we want to redirect
For example, it would look like this:
The above link will redirect to Page1, if it exists.
HTML code creating the Content (TextContent) from the screenshot above
Last updated
Was this helpful?
