We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Passing parameters to a custom widget doesn't work for me.
I tried the example with tineMCE and created my own widget.
"properties": { "pageContent": { "type": "string", "description": "Page content", "widget": { "id": "richtext", "plugins": "textcolor colorpicker", "toolbar": "forecolor backcolor" } } }
I've put a @Input() options : any: in the the Widget's Component. As done by tinyMCE.
@Input() options : any:
Both didn't work. TinyMCE semmes inconfigurable. Could you point out the code where the parameters are assigned? Am I missing something?
The text was updated successfully, but these errors were encountered:
Options should be accessible through the schema.widget property of your widget.
schema.widget
Sorry, something went wrong.
No branches or pull requests
Passing parameters to a custom widget doesn't work for me.
I tried the example with tineMCE and created my own widget.
I've put a
@Input() options : any:
in the the Widget's Component. As done by tinyMCE.Both didn't work. TinyMCE semmes inconfigurable. Could you point out the code where the parameters are assigned? Am I missing something?
The text was updated successfully, but these errors were encountered: