Replies: 0
Currently the alphabet sections are generated as a span element:
wp.element.createElement("span", {
className: "hg-content__letter",
"data-role": "hg-section-letter"
}, t)
I would like this to be a selectable element type, such as H1, H2, H3, H4, span, div. I manually edited the plugin to use H4, but I think we should have choices based on the template we’re using.