| @@ -1,0 +1,24 @@ | ||
| 1 | +<?php | |
| 2 | + | |
| 3 | +if ( ! defined( 'ABSPATH' ) ) { | |
| 4 | + exit; | |
| 5 | +} | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | +$attributes = [ | |
| 10 | + 'block_id' => [ | |
| 11 | + 'type' => 'string', | |
| 12 | + 'default' => '', | |
| 13 | + ], | |
| 14 | + 'rowColor' => [ | |
| 15 | + 'type' => 'string', | |
| 16 | + 'default' => '', | |
| 17 | + ], | |
| 18 | + 'rowColorH' => [ | |
| 19 | + 'type' => 'string', | |
| 20 | + 'default' => '', | |
| 21 | + ], | |
| 22 | +]; | |
| 23 | + | |
| 24 | +return $attributes; | |