mikolamin

Results 7 comments of mikolamin

You should use OpenSpout https://github.com/rap2hpoutre/fast-excel/issues/275

I got this issue as well, it is a blocker to update Craft 5. The fields/merge script compares fields with their settings and Hyper fields have a huge set of...

@engram-design do you mean links array should be like this? ``` $element->setFieldValues([ 'bulletpoints' => [ 'type' => 'bulletpointsBlock', 'fields' => [ 'urlLinkBulletpoint' => [ [ 'type' => 'verbb\\hyper\\links\\Url', 'handle' =>...

The block appears but the inputs "Link" and "Link Text" are empty. This problem appeared after the fix: https://github.com/craftcms/cms/pull/16818/files

Yes, for a multi-site. For all site doesn't work, just create the empty one link. ![Image](https://github.com/user-attachments/assets/c5344c8c-ecd3-4365-a7e7-f8eaad2b6b85) If the value set up not empty like 'linkValue' => 'https://test.com' it works properly...

_That's an empty Hyper field with no link value?_ If I set only the Link Text field and Link field leaves empty then there is created block with all fields...