@aamodtgroup/block-processors
Version:
Block processors for Gutenberg blocks in Frontity.
34 lines (20 loc) • 823 B
Markdown
# Block Processors
Block processors package for [Frontity](https://frontity.org).
# Installation
1. Do `npm install @aamodtgroup/block-processors` in the root of your project.
1. Add the package name in `frontity-settings.js`.
```javascript
"packages": [
"@aamodtgroup/block-processors"
// other packages ...
]
```
3. Run `npx frontity dev` again.
That's it! The package doesn't need any settings.
## Credits
- Build with love :blue_heart:, using [Frontity](https://frontity.org)
## Authors
1. [Kasper Aamodt](https://twitter.com/kasperaamodt) - Owner and developer [@aamodtgroup](https://twitter.com/aamodtgroup)
## License

- **[GPLv2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)**