🇵🇱Poland @piotrsmykaj

Account created on 2 March 2008, over 16 years ago
#

Recent comments

🇵🇱Poland piotrsmykaj

Re-rolled for version 3.0.2 and added additional settings for the Font Awesome icon.

🇵🇱Poland piotrsmykaj

hello @vensires.
Thank you for the reply as I missed this information in the readme file.

🇵🇱Poland piotrsmykaj

@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.

🇵🇱Poland piotrsmykaj

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.

🇵🇱Poland piotrsmykaj

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.

🇵🇱Poland piotrsmykaj

Hello,

I have exactly the same issue. @tte, did you manage to handle this issue?

🇵🇱Poland piotrsmykaj

Added the output escape option.

Production build 0.71.5 2024