No Blocks, Just Bindings
A collection of useful block bindings.
by Nick Diego · github.com/ndiego/no-blocks-just-bindings · website
★ 14stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/ndiego/no-blocks-just-bindings/archive/refs/heads/main.zipReadme
No Blocks, Just Bindings
A collection of useful block bindings.
- Time To Read (Paragraph)
- Read More (Button)
Development
- Set up a local WordPress development environment.
- Clone / download this repository into the
wp-content/pluginsfolder. - Navigate to the
wp-content/plugins/no-blocks-just-bindingsfolder in the command line. - Run
npm installto install the plugin's dependencies within a/node_modules/folder. - Run
npm run startto compile and watch source files for changes while developing.
Refer to package.json for additional commands.