It would be great to set more than one path for which a layout is used instead of the default. For example, while most of the pages on a site may have a sidebar, there could be five or so pages that don't have a sidebar, and it'd be great to define a single layout without a sidebar and specify the five paths for which it should be used. Am I correct in assuming that this isn't something that cannot currently be done without creating five different layouts with five different paths?
Perhaps we could just allow the path field to be left as empty, or filled with a single % wildcard, and then just use the visibility conditions options to determine what paths it should be used instead of the default layout?
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