8000
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 5f10302 commit 5e62181Copy full SHA for 5e62181
reference/dic_tags.rst
@@ -57,7 +57,11 @@ assets.package
57
**Purpose**: Add an asset package to the application
58
59
This is an alternative way to declare a package in :doc:`/components/asset`.
60
-The `package` attribute of the tag is required to name the package.
+
61
+The name of the package is set in this order:
62
+* first, the `package` attribute of the tag
63
+* then, the value returned by the static method `getDefaultPackageName()` if defined
64
+* finally, the service name
65
66
.. configuration-block::
67
0 commit comments