| @@ -15,8 +15,12 @@ | ||
| 15 | 15 | 'block_id' => [ |
| 16 | 16 | 'type' => 'string', |
| 17 | 17 | 'default' => '' |
| 18 | 18 | ], |
| 19 | + 'blockVersion' => array( | |
| 20 | + 'type' => 'number', | |
| 21 | + 'default' => '', | |
| 22 | + ), | |
| 19 | 23 | 'isSwitch' => [ |
| 20 | 24 | 'type' => 'boolean', |
| 21 | 25 | 'default' => false, |
| 22 | 26 | ], |
| @@ -76,9 +80,9 @@ | ||
| 76 | 80 | Range::get_attribute([ |
| 77 | 81 | 'attributeName' => 'space', |
| 78 | 82 | 'isResponsive' => true, |
| 79 | 83 | 'attributeObjectKey' => 'value', |
| 80 | - 'defaultValue' => 0, | |
| 84 | + 'defaultValue' => 10, | |
| 81 | 85 | 'hasUnit' => false, |
| 82 | 86 | ]), |
| 83 | 87 | Range::get_attribute([ |
| 84 | 88 | 'attributeName' => 'gap', |
| @@ -83,9 +87,9 @@ | ||
| 83 | 87 | Range::get_attribute([ |
| 84 | 88 | 'attributeName' => 'gap', |
| 85 | 89 | 'isResponsive' => true, |
| 86 | 90 | 'attributeObjectKey' => 'value', |
| 87 | - 'defaultValue' => 0, | |
| 91 | + 'defaultValue' => 10, | |
| 88 | 92 | 'hasUnit' => false, |
| 89 | 93 | ]), |
| 90 | 94 | Range::get_attribute([ |
| 91 | 95 | 'attributeName' => 'toggleWidth', |