DmitrMakeev commited on
Commit
9a64a93
·
verified ·
1 Parent(s): 0b55009

Update builder.html

Browse files
Files changed (1) hide show
  1. 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
- <!-- Your Custom CSS -->
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
  },