We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2fed01 commit 16cba37Copy full SHA for 16cba37
wmentity_overview.libraries.yml
@@ -10,6 +10,16 @@ bulk-action-form:
10
base:
11
css/bulk-action-form.css: {}
12
13
+popperjs:
14
+ remote: https://github.com/floating-ui/floating-ui
15
+ version: '2.11.7'
16
+ license:
17
+ name: MIT
18
+ url: https://github.com/floating-ui/floating-ui/blob/v2.x/LICENSE.md
19
+ gpl-compatible: true
20
+ js:
21
+ https://unpkg.com/@popperjs/[email protected]/dist/umd/popper.min.js: { type: external , minified: true }
22
+
23
tooltip:
24
version: VERSION
25
css:
@@ -18,4 +28,4 @@ tooltip:
28
js:
29
js/tooltip.js: {}
30
dependencies:
- - core/popperjs
31
+ - wmentity_overview/popperjs
0 commit comments