Description of the need
Currently AFAIK the only way to add an existing block to a layout region is through the UI in layout_block_add_page() and ultimately through layout_block_configure_form_submit().
Adding an API function that adds a block programmatically would be helpful for things like "recipes" and distributions.
GitHub Issue #:
5662
Recent comments
Most likely this is a problem with views_send.
Mail does not attach pdf and is sent unformatted after upgrade to php 8.1
Yes, this was solved in MIME mail: https://github.com/backdrop-contrib/mimemail/issues/52 The issue was that starting in php 8.1, you need \r\n to separate the header lines. Mimemail did...
Mail does not attach pdf and is sent unformatted after upgrade to php 8.1
Was this problem ever resolved @argiepiano? I am experiencing something similar with smtp, mailsystem, mime_mail and views_send. If I try to attach a pdf document, it gets sent but...
Mail does not attach pdf and is sent unformatted after upgrade to php 8.1