Update builder.html
Browse files- builder.html +3 -3
builder.html
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
<!-- GrapesJS CSS -->
|
8 |
<link rel="stylesheet" href="https://unpkg.com/grapesjs/dist/css/grapes.min.css">
|
9 |
|
10 |
-
|
11 |
<style>
|
12 |
.gjs-row {
|
13 |
display: flex;
|
@@ -50,7 +50,7 @@
|
|
50 |
property: 'width',
|
51 |
units: ['px', '%'],
|
52 |
min: 0,
|
53 |
-
default: '300px', //
|
54 |
},
|
55 |
{
|
56 |
type: 'number',
|
@@ -58,7 +58,7 @@
|
|
58 |
property: 'height',
|
59 |
units: ['px', '%'],
|
60 |
min: 0,
|
61 |
-
default: '80px', //
|
62 |
},
|
63 |
],
|
64 |
},
|
|
|
7 |
<!-- GrapesJS CSS -->
|
8 |
<link rel="stylesheet" href="https://unpkg.com/grapesjs/dist/css/grapes.min.css">
|
9 |
|
10 |
+
<!-- Your Custom CSS -->
|
11 |
<style>
|
12 |
.gjs-row {
|
13 |
display: flex;
|
|
|
50 |
property: 'width',
|
51 |
units: ['px', '%'],
|
52 |
min: 0,
|
53 |
+
default: '300px', // Настройки по умолчанию для ширины
|
54 |
},
|
55 |
{
|
56 |
type: 'number',
|
|
|
58 |
property: 'height',
|
59 |
units: ['px', '%'],
|
60 |
min: 0,
|
61 |
+
default: '80px', // Настройки по умолчанию для высоты
|
62 |
},
|
63 |
],
|
64 |
},
|