Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting to allow custom elements #203

Open
knowler opened this issue Aug 31, 2024 · 0 comments
Open

Setting to allow custom elements #203

knowler opened this issue Aug 31, 2024 · 0 comments

Comments

@knowler
Copy link

knowler commented Aug 31, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant