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 6cfba9b commit ce2756fCopy full SHA for ce2756f
src/Umbraco.Web.UI.Client/src/libs/extension-api/types/manifest-base.interface.ts
@@ -21,7 +21,7 @@ export interface ManifestBase {
21
name: string;
22
23
/**
24
- * Extensions such as dashboards are ordered by weight with lower numbers being first in the list
+ * Extensions such as dashboards are ordered by weight with higher numbers being first in the list
25
*/
26
weight?: number;
27
}
0 commit comments