block_asset_uri( 'index.js' ) ); } protected function get_block_name(): string { return 'categories-menu'; } protected function get_view_name(): string { return 'categories-menu'; } protected function get_block_register_params(): array { return array( 'editor_script_handles' => array( self::JS_SCRIPT_KEY ), ); } }