hounddd/wn-blocksforblog-plugin

Add blocks to Winter.Blog plugin

dev-main 2023-06-13 14:51 UTC

This package is not auto-updated.

Last update: 2024-05-03 19:21:56 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
    }
},