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.
You can enable this using the following code.
unlayer.init({
features: {
pageAnchors: true
}
})
Updated about 2 months ago