Newsletter - Custom Blocks
Custom Block for the Newsletter Plugin.
by Gregor Kleczkowski · github.com/goyotek/newsletter-custom-blocks
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/goyotek/newsletter-custom-blocks/archive/refs/heads/master.zipDummy Composer Block for Newsletter
This is a really simple example on how to create and register a new block for the Newsletter Composer.
The block will appear in the block list and can be used on every newsletter.
See the options.php file to add more options to your block and the block.php
file to use them to render the block.
Remember to add each new option to the default array in block.php.