Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 629 Bytes

File metadata and controls

19 lines (12 loc) · 629 Bytes

Persistent Checkboxes

WordPress plugin that contains a Gutenberg block which renders a list of checkboxes which persist their state in localStorage.

Perfect for recipes and other how-to content.

Demo

Development

This plugin is built and packaged with npm. It follows typical npm workflows, see package.json for available scripts.

Release

To create a release, create a tag of the format "v0.0.0" for the version being released and push to github. The configured github workflow will take care of building and pushing the release.