Skip to content

hrefs are not inserted into links #11

Description

@VladyslavaP

With enableLinks global option set to true and a simple data example such as :

 let data = [
      {
        text: 'Parent 1',
        href: 'test',
        nodes: [
          {
            text: 'Child 1',
            href: 'test1',
          },
          {
            text: 'Child 2',
          },
        ],
      },
      {
        text: 'Parent 2',
      },
 ];

In the resulting HTML <a>'s there are no href attributes.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions