QUESTION: Position of selector manager.
Question
Hi, @artf. I was going through the getting started guide and the selector manager is placed below the style manager.

How do I position the selector manager above the styles manager?
Answers (1)
As you can see from the example
selectorManager: {
appendTo: '.styles-container'
},
styleManager: {
appendTo: '.styles-container',
Both of them append the element inside the same container. You can simply create different containers
<div class="styles-container">
<div class="styles-container-t"></div>
<div class="styles-container-b"></div>
</div>
selectorManager: {
appendTo: '.styles-container-t'
},
styleManager: {
appendTo: '.styles-container-b',
Related Questions and Answers
Continue research with similar issue discussions.
Issue #1379
Question : how to replace style-manager font-awesome icon into svg?
hi @artf i Want to replace an icon of style manager with svg icon . As you can see screenshot attached. I tried dat way.
Issue #2535
file://unpkg.com/grapesjs net::ERR_FILE_NOT_FOUND
I was following the getting started guide, encountered this error. CDN link works but unpkg link gives me this error.
Issue #408
How to update toolbar of component?
Hi Artf, i was added new command to editable component, update style work well but i don't know how to update this toolbar after component...
Issue #995
[Question ] how to add fields on trait dynamically
I am building the trait when the application starts. so getting the below fields at side bar as settings Now I want more field to be loaded...
Paid Plugins That Match This Issue
Curated by issue keywords and label relevance to help you ship faster.
Loading paid plugin recommendations...
Browse Plugin Categories
Jump directly to plugin category pages on the marketplace.