block_asset_uri( 'index.js' ) ); } protected function get_block_register_params(): array { return array( 'editor_script_handles' => array( self::JS_SCRIPT_KEY ), 'attributes' => array( 'src' => array( 'type' => 'string', 'default' => '', ), 'alt_text' => array( 'type' => 'string', 'default' => '', ), 'classname' => array( 'type' => 'string', 'default' => '', ), 'include_content' => array( 'type' => 'boolean', 'default' => false, ), ), ); } }