npm package for Gutenberg


Gutenberg component for the editor.

This is my saved content

npm package: https://www.npmjs.com/package/@cobianzo/gutenberg-post-lookup-component

– This repository creates the component `<PostLookup>`.

– It replaces the built in `<ComboboxControl>`, which loads all posts on page load.

– it allows to type up a post name, and select a post from the list.

– The repo includes a test block in order to test it. See `plugin.php`, which is the start of the plugin containing this block, and it has functions to create dummy data.

– Uses typescript and `playwright` testing, developed in `wp-env` with `wp-scripts` package.

git repo: https://github.com/cobianzo/gutenberg-post-lookup-component