diff --git a/src/helpers/Cp.php b/src/helpers/Cp.php index 3a5bd55aa92..cf611e9fd6a 100644 --- a/src/helpers/Cp.php +++ b/src/helpers/Cp.php @@ -367,6 +367,7 @@ public static function chipHtml(Chippable $component, array $config = []): strin 'settings' => $config['autoReload'] ? [ 'selectable' => $config['selectable'], 'id' => Craft::$app->getView()->namespaceInputId($config['id']), + 'hyperlink' => $config['hyperlink'], 'showLabel' => $config['showLabel'], 'showHandle' => $config['showHandle'], 'showStatus' => $config['showStatus'],