https://github.com/hounddd/wn-blocksforblog-plugin
Blocks for Winter.blog plugin
https://github.com/hounddd/wn-blocksforblog-plugin
blocks blog plugin wintercms
Last synced: about 2 months ago
JSON representation
Blocks for Winter.blog plugin
- Host: GitHub
- URL: https://github.com/hounddd/wn-blocksforblog-plugin
- Owner: Hounddd
- Created: 2023-06-05T09:37:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-17T19:13:28.000Z (3 months ago)
- Last Synced: 2025-02-17T20:25:14.665Z (3 months ago)
- Topics: blocks, blog, plugin, wintercms
- Language: PHP
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://github.com/thephpleague/html-to-markdown) library.
You must adjust your root winter composer.json file to include this plugin's composer.json file in your dependencies.```json
"extra": {
"merge-plugin": {
"include": [
"plugins/hounddd/blocksforblog/composer.json"
],
"recurse": true,
"replace": false,
"merge-dev": false
}
},
```