diff --git a/plugins.html b/plugins.html index 64a6f63e..9569d345 100644 --- a/plugins.html +++ b/plugins.html @@ -10,7 +10,7 @@

Plugins are used to extend the possibilities of QueryBuilder either by adding new public method or by modifying default behaviour.

-

Some plugins like Mongo support and SQL support don't require any configuration and are useable as +

Some plugins like Mongo support and SQL support don't require any configuration and are usable as long as they are loaded. Other plugins must be manually activated with the plugins option. This option is an object where keys are plugin names and values are plugin configuration (or null).

@@ -26,7 +26,7 @@

You can find bellow the plugins shipped by default with QueryBuilder, with their identifiers.

-

Want to create a new plugin ? Check our developper doc. +

Want to create a new plugin ? Check our developer doc.

@@ -152,7 +152,7 @@

.setRulesFromMongo(query)

Operators

The MongoDB module requires special configuration of operators to convert rules to a valid Mongo JSON and - vis-versa. This configuration is stored in the mongoOperators and mongoRuleOperators + vice-versa. This configuration is stored in the mongoOperators and mongoRuleOperators options, the keys are the operators types and the values are formatting functions, see the source code for more details.

@@ -233,7 +233,7 @@

Provides three ways to display a description about a filter: inline, Bootsrap Popover or Bootstrap Popover or Bootbox.

The description is defined in the description attribute of each filter. It can contain HTML.