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 3583e85 commit fa45575Copy full SHA for fa45575
Configuration/JavaScriptModules.php
@@ -4,6 +4,9 @@
4
// required import configurations of other extensions,
5
// in case a module imports from another package
6
'dependencies' => ['backend'],
7
+ 'tags' => [
8
+ 'backend.form',
9
+ ],
10
'imports' => [
11
// recursive definiton, all *.js files in this folder are import-mapped
12
// trailing slash is required per importmap-specification
0 commit comments