Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 614 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 614 Bytes

Blocks For Blog Plugin

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
    }
},