[QUESTION] How to delete a list with devices
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 #2364
[Question] How to add toolbar functionality to the layers panel.
I am trying to add the toolbar to the layers panel and I am not sure how to go about this. Is there any way to accomplish this? toolbar Whe...
Issue #2865
[QUESTION] enable 'view components' button on panel by default
this button is currently off by default. so you have to turn it on every time, which is not obvious to everyone. how do you make it active...
Issue #1000
[Question/Bug] how to show plain text as trait
I want to show plain text within the trait under the setting button. In the above image 'Configuration_Type' I want to show as plain text....
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.