From 31f2c0fe7a9beda399645746bc5758c4938b2a83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Luis=20Narv=C3=A1ez?= Date: Wed, 17 Apr 2024 10:56:52 +0200 Subject: [PATCH] Add default value for sortOrder in Plugins --- src/pages/development/components/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/development/components/plugins.md b/src/pages/development/components/plugins.md index 703d7fda6..66cc77a45 100644 --- a/src/pages/development/components/plugins.md +++ b/src/pages/development/components/plugins.md @@ -46,7 +46,7 @@ You must specify these elements: The following elements are optional: -* `plugin sortOrder`. Plugins that call the same method run them using this order. +* `plugin sortOrder`. Plugins that call the same method run them using this order. The default value is `PHP_INT_MIN` predefined PHP constant. * `plugin disabled`. To disable a plugin, set this element to `true`. The default value is `false`. ### Defining a plugin