| @@ -17,9 +17,17 @@ | ||
| 17 | 17 | 'block_id' => array( |
| 18 | 18 | 'type' => 'string', |
| 19 | 19 | 'default' => '', |
| 20 | 20 | ), |
| 21 | + 'blockVersion' => array( | |
| 22 | + 'type' => 'number', | |
| 23 | + 'default' => '', | |
| 24 | + ), | |
| 21 | 25 | 'allowMultiple' => [ |
| 26 | + 'type' => 'boolean', | |
| 27 | + 'default' => false, | |
| 28 | + ], | |
| 29 | + 'enableFaqSchema' => [ | |
| 22 | 30 | 'type' => 'boolean', |
| 23 | 31 | 'default' => false, |
| 24 | 32 | ], |
| 25 | 33 | 'initialOpen' => [ |