Update pages.html
Browse files- pages.html +2 -1
pages.html
CHANGED
@@ -295,7 +295,8 @@ z-index: 1000; /* Убедитесь, что кнопка находится п
|
|
295 |
flexGrid: true,
|
296 |
stylePrefix: 'gjs-',
|
297 |
columns: 12,
|
298 |
-
rowHeight: 75
|
|
|
299 |
}
|
300 |
},
|
301 |
"grapesjs-component-code-editor": {
|
|
|
295 |
flexGrid: true,
|
296 |
stylePrefix: 'gjs-',
|
297 |
columns: 12,
|
298 |
+
rowHeight: 75,
|
299 |
+
addBasicStyle: true
|
300 |
}
|
301 |
},
|
302 |
"grapesjs-component-code-editor": {
|