[Question] Css class
Question
Hi! Probably this problem is already posted, but I can't understand where I'm wrong. I use this three parameters on init GrapesJs.
protectedCss: '',
avoidInlineStyle: true,
forceClass: true,
I would like GrapeJs not to edit preexisting css, but only creates its own. Is it possible?
Thank you!
Answers (3)
For example i have this code on canvas
<div class="row">
<div class="col-md-6" style="min-height: 50px"></div>
<div class="col-md-6" style="min-height: 50px"></div>
</div>
GrapesJs add to CSS this class
.col-md-6 {
min-height: 50px;
}
This rule modify all element with this class, this is a generic bootstrap class that we use in all site.
@alfaalex81 I can't reproduce it, create a live demo please
https://jsfiddle.net/ugc1otnk/
In the example when i change background color in the first column, GrapesJs set the css attribute to the external class "col-md-6", that is a bootstrap class name. I prefer Grapesjs set own class.
Moreover I think I've found a bug. Select the first column and deselect class "col-md-6" on the stylee manager panel, class name "example" appears but this class is associated in the second column. It is only a visual bug.
Related Questions and Answers
Continue research with similar issue discussions.
Issue #1787
[Question] Change HTML of Panel buttons from span to button
I have created some Panels and would like to change the element of panel buttons from span to button as its more appropriate and looks bett...
Issue #945
[QUESTION / FEATURE REQUESTS] : How to translate grapejs
Hi, I check the sources but it didn't seems to have a centralized language file (one per plugins per example) but multiple places where wor...
Issue #2009
'Select' trait no updated in edit mode
Hi there, There is a problem with me, I don't know if it from my code or from grapejs itself, For LINK tool, it takes its links from my DB...
Issue #923
[Question]: Add a select-option to toolbar
I have read the code and only I could find out that there is only a list of ToolbarButton associated with the toolbar. I have a special tra...
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.