block_asset_uri( 'editor.js' ) ); wp_register_style( self::CSS_KEY, $this->block_asset_uri( 'style.css' ) ); } protected function get_block_register_params(): array { return array( 'editor_script_handles' => array( self::EDITOR_JS_SCRIPT_KEY ), 'style_handles' => array( self::CSS_KEY ), ); } }