Skip to content

Commit

Permalink
Deps: add missing linkify lib
Browse files Browse the repository at this point in the history
This was missing in the original dependency PR but was indeed requested from the
Jour Fixe: ILIAS-eLearning#6893
  • Loading branch information
klees committed Jul 8, 2024
1 parent 1d2123c commit e1cb179
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/ILIAS/Link/Link.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ public function init(
new Component\Resource\ComponentJS($this, "ilIntLink.js");
$contribute[Component\Resource\PublicAsset::class] = fn() =>
new Component\Resource\ComponentJS($this, "ilExtLink.js");
/* This library was missing after discussing dependencies for ILIAS 10
$contribute[Component\Resource\PublicAsset::class] = fn() =>
new Component\Resource\NodeModule("linkifyjs/dist/linkify.min.js");
/* This library was missing after discussing dependencies for ILIAS 10
$contribute[Component\Resource\PublicAsset::class] = fn() =>
new Component\Resource\NodeModule("linkifyjs/dist/linkify-jquery.min.js");
*/
Expand Down
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"chart.js": "^4.4.1",
"dropzone": "^5.9.3",
"jquery": "^3.6.0",
"linkify": "^0.2.1",
"linkifyjs": "^4.1.3",
"moment": "^2.29.4",
"tinymce": "^6.8.4"
Expand Down

0 comments on commit e1cb179

Please sign in to comment.