Issue #2280Opened September 19, 2019by Davidvlv2 reactions

[Question] How to show the traits manager button/panel

Question

Hi, I must be missing something basic, but how do I add the traits manager panel without adding a plugin? The newsletter plugin has it added by default: image But the editor with no plugins added does not have it: image

Answers (1)

pouyamiralayiSeptember 19, 20192 reactions

Hi there! i am not aware of your current page DOM structure. but i always do the customization this way:

<div id="style-manager">
           <div id="selectors-container"></div>
           <div id="traits-container"></div>
           <div id="style-manager-container"></div>
</div>

then in your editor instantiation config:

traitManager: {
     appendTo: '#traits-container',
},

same scenario goes for others like: style manager, layer manager... cheers.

Related Questions and Answers

Continue research with similar issue discussions.

Paid Plugins That Match This Issue

Curated by issue keywords and label relevance to help you ship faster.

View all plugins

Loading paid plugin recommendations...

Browse Plugin Categories

Jump directly to plugin category pages on the marketplace.