|
219a12578a
|
Simplify API for registering email block renderers
This commit makes the cleanup of filters for block rendering in emails automatic.
[MAILPOET-5645]
|
2023-11-10 08:44:08 +01:00 |
|
|
5644cab9e3
|
Refactor BlocksRegistry to pass dependencies as an argument
For better extensibility of 3rd party developers, I refactored to pass Settings Controller as an argument.
[MAILPOET-5591]
|
2023-11-09 09:06:33 +01:00 |
|
|
c2cb18ef37
|
Use render_block_* hooks for rendering changed blocks
[MAILPOET-5591]
|
2023-11-09 09:06:33 +01:00 |
|
|
a1869249e0
|
Add code handling block rendering
The idea is that anyone can register specialized renderers for
blocks.
The render will skip unknown blocks.
[MAILPOET-5540]
|
2023-09-21 14:20:35 +02:00 |
|