• Resolved billthecat

    (@billthecat)


    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.

Viewing 1 replies (of 1 total)
  • Plugin Contributor Richard Long

    (@richardlong)

    Hi @billthecat

    Thanks for your suggestion.

    I’ve made a note of your comments on our product tracker as we look to improve the plugin going forward.

    Thanks again for using Heroic Glossary and the feedback.

    Richard

Viewing 1 replies (of 1 total)
  • The topic ‘Feature Request: Selectable header type for alphabet section’ is closed to new replies.