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

I can't use advanced configs in webcomponents #55

Open
danielCCorreia opened this issue Jul 5, 2023 · 1 comment
Open

I can't use advanced configs in webcomponents #55

danielCCorreia opened this issue Jul 5, 2023 · 1 comment
Labels

Comments

@danielCCorreia
Copy link

In my application, I need to use the following settings:

  • extended_valid_elements
  • custom_elements
  • valid_children

However, these props are not basic component props.

In code, there are this part:

// the advanced config will accept any attributes that start with config-
// and try to parse them as JSON or resolve them on the Global state.
const ADVANCED_CONFIG = false;

Because this I cant pass this properties.

Is there any solution to use these settings?

Copy link

Ref: INT-3203

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

No branches or pull requests

2 participants