πŸ‡¨πŸ‡·Costa Rica @lmiranda08

Account created on 25 June 2021, about 3 years ago
#

Recent comments

πŸ‡¨πŸ‡·Costa Rica lmiranda08

I have the same issue in Drupal 10.

I want to create the pdf with a view_mode created with Layout Builder, but only show the fields without the format.

And the PDF created is like this:

πŸ‡¨πŸ‡·Costa Rica lmiranda08

I add these lines to my settings.local and now the mailhog is running well.

# Symfony Mailer module sendmail commands.
$settings['mailer_sendmail_commands'] = [
  ini_get('sendmail_path') . ' -t'
];

# Set the default transport to mailhog
$config['symfony_mailer.settings']['default_transport'] = 'mailhog';
Production build 0.69.0 2024