Provides a set of components to generate and embed Privacy Policies in Wordpress
- Privacy Policy
- Cookie Policy
..other coming soon.
- Gutenberg Block
- Shortcode
[svbk-policy /]
- Policy customization with Company Name, Address, Email, etc
- Wordpress default policy page replacement
- Languages support (en, it)
- Dynamic import from Policy Providers (in progress)
Via Composer:
composer require silverback/svbk-wp-policy
- Clone package from the repo
- Run
npm install
to install require dependencies
Run npm start
to start block compiler. When finished run npm run build
.
Run npm compile:scss
to start CSS compiler. To build the production version run npm build:scss
.
See package.json
for available commands.