🇨🇷Costa Rica lmiranda08
I'm currently facing the same issue when trying to add data-attributes to the components. I've searched the forums and documentation, but I haven't been able to find a working solution.
Any insights or suggestions would be greatly appreciated!
Thanks!
🇨🇷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';