Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/development/components/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down