| @@ -1,6 +1,10 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | +if ( ! defined( 'ABSPATH' ) ) { | |
| 4 | + exit; | |
| 5 | +} | |
| 6 | + | |
| 3 | 7 | use ABlocks\Controls\Alignment; |
| 4 | 8 | use ABlocks\Controls\TextShadow; |
| 5 | 9 | use ABlocks\Controls\TextStroke; |
| 6 | 10 | use ABlocks\Controls\Typography; |
| @@ -9,8 +13,12 @@ | ||
| 9 | 13 | 'block_id' => [ |
| 10 | 14 | 'type' => 'string', |
| 11 | 15 | 'default' => '' |
| 12 | 16 | ], |
| 17 | + 'blockVersion' => array( | |
| 18 | + 'type' => 'number', | |
| 19 | + 'default' => '', | |
| 20 | + ), | |
| 13 | 21 | 'paragraph' => [ |
| 14 | 22 | 'type' => 'string', |
| 15 | 23 | 'source' => 'html', |
| 16 | 24 | 'selector' => '.ablocks-paragraph-text' |