Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add default value for sortOrder in Plugins #259

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
Loading