-
-
Notifications
You must be signed in to change notification settings - Fork 330
Closed
Description
I have followed the documentation for resolving custom entities. I am using ondoctype event to fetch the custom entities. So far it is working fine. But one of my custom entity name contains character '-' that your library doesn't permits.
Replacing the following code entity = number+letter+"#"
with entity = number+letter+"#-"
resolves my issue.
Please do this modification in your library.
Metadata
Metadata
Assignees
Labels
No labels