Text to go in the release notes:
|
This development allows plugins to make arbitrary data available to notices.
Each plugin has a defined namespace (e.g. 'innreach'). If a plugin implements the `notices_content` method, it will be called. The generated data structure it returns will be available to the notice author as `[% plugin_content.innreach %]`.
The hook will be passed the notice generation context, so authors can return different information based on what they need for each letter, for example.
|