Issue #2410Opened November 14, 2019by ko060 reactions

Is there any possibility to remove accordion from styled manager just show everything with out accordian?

Question

removing name from styled manager shows empty accordian

Answers (1)

artfNovember 17, 20190 reactions

You should at first declare, on init, your sectors open

...
styleManager: {
	...
	sectors: [{
        name: 'Dimension',
        open: true, // <-

If you need you can also hide sector titles with this

.gjs-sm-title {
    display: none;
}

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.