tinymce / tinymce-webcomponent

MIT License
15 stars 7 forks source link

I can't use advanced configs in webcomponents #55

Open danielCCorreia opened 12 months ago

danielCCorreia commented 12 months ago

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

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?

TinyITAdmin commented 12 months ago

Ref: INT-3203