Re-rolled for version 3.0.2 and added additional settings for the Font Awesome icon.
hello @vensires.
Thank you for the reply as I missed this information in the readme file.
piotrsmykaj → created an issue.
Re-roll #2 against 3.1.2
Re-roll of #46 against Drupal 10.2.x.
Re-roll of #46 against Drupal 10.2.x.
@markus_petrux your patch makes sense and it's a significant performance improvement and makes the entity deletion process much faster. Reviewed and tested and works properly on my side.
Hi @Nigel,
I don't see any Google fonts commits added to the 3.x branch.
In my case, when I use the Dompdf engine, I fixed this cyrillic issue by changing the body font family to:
body {
font-family: "DejaVu Sans", sans-serif;
}
"DejaVu Sans" font ships with Dompdf so no need to do anything else.
https://github.com/dompdf/dompdf/tree/master/lib/fonts.
Patch added.
I have the same issue. It fails in the line
if ($entity->get($field_name)->isEmpty()) {
and $entity is a child entity but $field_name is the entity_reference field name from the parent, which doesn't exist and is not defined in the child when it's other content type.
piotrsmykaj → created an issue.
Hello,
I have exactly the same issue. @tte, did you manage to handle this issue?
Added the output escape option.