Replies: 1 comment 1 reply
-
@artf Can you please help with how I can add traits to custom components for user input? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team
I'm trying to add support for user input using the trait manager feature of GrapesJs and for that I'm trying to add the Settings sector in style like in the demo. But I'm unable to add it as I keep getting the below error:
Failed to execute 'appendchild' on 'node' parameter 1 is not of type 'node'
The code is as below:
`editor.on("load", function () {
var $ = grapesjs.$;
Beta Was this translation helpful? Give feedback.
All reactions