Question
I can create the link - but the only thing being created is the URL not the Label or Open new tab
For example:
$hyper = new \verbb\hyper\links\Url();
$hyper->linkText = 'Test''
$hyper->linkValue = 'https://example.com'
$hyper->newWindow = true;
$entry->setFieldValue('theLink', $hyper);
Additional context
No response