Change the default Panel on Select Element #3967
Answered
by
ronaldohoch
LamaYouzghatli
asked this question in
Q&A
-
Hi, I want to show trait manager panel on selecting element instead of style manager. How can I do that? |
Beta Was this translation helpful? Give feedback.
Answered by
ronaldohoch
Nov 23, 2021
Replies: 1 comment 1 reply
-
Hello, i think you're using the grapesjs-preset-webpage plugin, if so, here is the code that select and show style manager, try to adapt it. https://github.com/artf/grapesjs-preset-webpage/blob/master/src/panels/index.js#L109 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
LamaYouzghatli
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, i think you're using the grapesjs-preset-webpage plugin, if so, here is the code that select and show style manager, try to adapt it.
https://github.com/artf/grapesjs-preset-webpage/blob/master/src/panels/index.js#L109