Skip to content
This repository was archived by the owner on Oct 9, 2020. It is now read-only.
This repository was archived by the owner on Oct 9, 2020. It is now read-only.

Missing 'idPrefix' in config.js #36

@Climenty

Description

@Climenty

The 'idPrefix' default option is missing in config.js. And you will get id="undefined<ID>" in result.
Just add one string to easily fix it.

  ...
  classPrefix: false,
  idPrefix: false
};

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