Content Pilot Page Tools
Set of page tools for users to print, email, share, etc.
Installation
npm install @contentpilot/page-tools --save-dev
Require JS file in task runner
./node_modules/@contentpilot/page-tools/index.js
Bind to content area
$('.page-tools').cpPageTools();
Publish to NPM
To update this repository on NPM using the GitHub action,
- Bump the version number in
package.json
- Commit with message pattern of
Release x.x.x
- Push to
master
branch toorigin