hounddd / wn-blocksforblog-plugin
Add blocks to Winter.Blog plugin
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:winter-plugin
Requires
- php: >=7.2
- league/html-to-markdown: ^5.1.0
This package is not auto-updated.
Last update: 2024-11-01 21:51:18 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 } },