Issue #2677✓ SolvedOpened March 23, 2020by verloka5 reactions

How to delete a list with devices

快速解答by teawithfruit3

Next time you can try to use the search function... ;) #875

Read full answer below ↓

Question

How to delete a list with devices?

Аннотация 2020-03-23 170147

Answers (3)

👍 Most helpfulteawithfruitMarch 23, 2020
editor.on('load', () => {
  editor.Panels.removePanel('devices-c')
})

Next time you can try to use the search function... ;) #875

verlokaMarch 23, 2020
editor.on('load', () => {
  editor.Panels.removePanel('devices-c')
})

Next time you can try to use the search function... ;) #875

thx

teawithfruitMarch 23, 2020

You have to set a custom device manager configuration in your init block. https://grapesjs.com/docs/api/device_manager.html

With this snippet you can clear the list.

const editor = grapesjs.init({
  deviceManager: []
})

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...

Free option

Check the open-source GrapesJS plugins on GitHub or run a quick search in our free catalog.

Browse free plugins →
Premium option

Premium plugins ship with support, regular updates, and production-ready features — save days of integration work.

Browse premium plugins →

Browse Plugin Categories

Jump directly to plugin category pages on the marketplace.