Closed angelokeirsebilck closed 5 months ago
I have a hyper link field where I only have URL as the available link type. Here i only want editors inserting URL's as these are social links.
Removing every native field except linkValue throws an error:
Invalid Argument – yii\base\InvalidArgumentException Invalid field: linkText
5.1.7
dev-craft-5
No response
I'm experiencing the same. Following this issue.
Fixed for the next release. To get this early, run composer require verbb/hyper:"dev-craft-5 as 2.0.0".
composer require verbb/hyper:"dev-craft-5 as 2.0.0"
Fixed in 2.0.1
Describe the bug
I have a hyper link field where I only have URL as the available link type. Here i only want editors inserting URL's as these are social links.
Removing every native field except linkValue throws an error:
Invalid Argument – yii\base\InvalidArgumentException Invalid field: linkText
Steps to reproduce
Craft CMS version
5.1.7
Plugin version
dev-craft-5
Multi-site?
No response
Additional context
No response