silverback / svbk-wp-policy
Wordpress Policy Management Plugin
Installs: 221
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 1
Language:HTML
Type:wordpress-plugin
This package is auto-updated.
Last update: 2024-10-11 04:05:16 UTC
README
Provides a set of components to generate and embed Privacy Policies in Wordpress
Supported Policies
- Privacy Policy
- Cookie Policy
..other coming soon.
Features
- 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)
Installation
Via Composer:
composer require silverback/svbk-wp-policy
Contributions
- Clone package from the repo
- Run
npm install
to install require dependencies
Blocks
Run npm start
to start block compiler. When finished run npm run build
.
Style
Run npm compile:scss
to start CSS compiler. To build the production version run npm build:scss
.
See package.json
for available commands.