Skip to main content
Version: Latest

Page Anchors

This is a great feature for linking within a page. It lets users define sections of a page and then link buttons or links to those sections.

Page Anchors

You can enable this using the following code.

unlayer.init({
features: {
pageAnchors: true,
},
});