I want to set up in-page links.
Each html element in Wraptas has an id, so you can use it as a link by specifying it.
Test heading
In the case of the heading ↑
block-792556fb93174b1ea758951bc7df9b74
is the id, soThe link to this heading on this page is
/ceb94a6d502840a7a449108970ab4d66#block-792556fb93174b1ea758951bc7df9b74
To obtain the id, use the developer tools in the PC browser to validate the element and specify the id attached to the specified element.
The data-block-id is also attached to the element, but this is not the same.