hounddd/wn-blocksforblog-plugin

Add blocks to Winter.Blog plugin

Maintainers

Package info

github.com/Hounddd/wn-blocksforblog-plugin

Type:winter-plugin

pkg:composer/hounddd/wn-blocksforblog-plugin

Statistics

Installs: 9

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

dev-main 2025-02-18 18:12 UTC

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