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