Allows insertion of a library catalog search box into any WordPress page viathe LMC Catalog Search Box block. In addition, it allows insertion of a Browzine search box into any WordPress page via the LMC Browzine Search Box block.
The plugin is structured as follows:
src/- Source code for the pluginlmc-search-block/- Catalog Search Blocklmc-browzine-search-block/- Browzine Search Block
build/- Build output for the pluginlmc-search-plugin.php- Main plugin file
The block portion of this plugin requires a build process. This is managed using wp-scripts.
The following NPM commands are available:
npm start # watch files and recompile on change
npm run build # do a one-time build with production settings
``