Skip to content

Commit

Permalink
Pass hyperlink along in the settings
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Sep 1, 2024
1 parent d7fa3dd commit 861123e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/helpers/Cp.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 861123e

Please sign in to comment.