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 8b3e3be commit fcb1473Copy full SHA for fcb1473
doc/module.opal
@@ -55,6 +55,11 @@ mainLicenseSpdx: GPL-3.0-or-later
55
# extraGalleryPages: Page1.qml Page2.qml MyComponent.qml
56
extraGalleryPages: none
57
58
+# colon-separated list of other Opal modules that this module depends on
59
+# Use the unstyled name without "opal-" prefix, as in the "name:" metadata field,
60
+# or set this field to "none" if there are no dependencies.
61
+dependencies: none
62
+
63
# where the module's sources are located
64
# This url will be automatically generated from the default repository url and
65
# this module's name as specified above.
0 commit comments