How to delete a list with devices
Next time you can try to use the search function... ;) #875
Read full answer below ↓Question
How to delete a list with devices?

Answers (3)
editor.on('load', () => {
editor.Panels.removePanel('devices-c')
})
Next time you can try to use the search function... ;) #875
editor.on('load', () => { editor.Panels.removePanel('devices-c') })Next time you can try to use the search function... ;) #875
thx
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.
Issue #2646
[QUESTION] Body sectors
How to add the Dimension sector for the body?
Issue #3444
removeButton() causing error
Hi, I'm trying to remove a button from panel using this code editor.Panels.removeButton('options', 'fullscreen') . It removes the button bu...
Issue #3683
How to set the component cannot be deleted
Issue #3315
mm or cm Units are converted to px
I realized that mm or cm units are converted to px. How can i solve this problem? Thank you
Paid Plugins That Match This Issue
Curated by issue keywords and label relevance to help you ship faster.
Loading paid plugin recommendations...
Check the open-source GrapesJS plugins on GitHub or run a quick search in our free catalog.
Browse free plugins →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.