hounddd / wn-blocksforblog-plugin
Add blocks to Winter.Blog plugin
Package info
github.com/Hounddd/wn-blocksforblog-plugin
Type:winter-plugin
pkg:composer/hounddd/wn-blocksforblog-plugin
dev-main
2025-02-18 18:12 UTC
Requires
- php: >=7.2
- league/html-to-markdown: ^5.1.0
This package is auto-updated.
Last update: 2026-02-18 20:16:36 UTC
README
Adds blocks for the Winter.Blocks plugin. Replaces the post editor (Winter.Blog plugin) with blocks according to settings.
Requirements
This plugin use the HTML To Markdown for PHP library. You must adjust your root winter composer.json file to include this plugin's composer.json file in your dependencies.
"extra": { "merge-plugin": { "include": [ "plugins/hounddd/blocksforblog/composer.json" ], "recurse": true, "replace": false, "merge-dev": false } },