You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I’d like to allow custom elements. The problem is that I can’t know what custom elements will be used so I can’t add them to the tags.
Describe the solution you'd like
Perhaps a simple boolean for allowing custom elements or not. Perhaps it could even allow for a regex or something to filter out custom elements that don’t make a certain pattern (e.g. my-*).
Describe alternatives you've considered
I could parse it first to find all of the custom elements to add to the builder, but it would be nice to not parse twice.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I’d like to allow custom elements. The problem is that I can’t know what custom elements will be used so I can’t add them to the tags.
Describe the solution you'd like
Perhaps a simple boolean for allowing custom elements or not. Perhaps it could even allow for a regex or something to filter out custom elements that don’t make a certain pattern (e.g.
my-*
).Describe alternatives you've considered
I could parse it first to find all of the custom elements to add to the builder, but it would be nice to not parse twice.
The text was updated successfully, but these errors were encountered: