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

SERVERPLUGINS s/pluging/plugin #513

Merged
merged 1 commit into from
Apr 16, 2018
Merged
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 SERVERPLUGINS.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The module must export a single `function(app)` that must return an object with

The schema and uiSchema values can be functions so that the values can be generated dynamically.

The schema value should be the structure of the plugin's configuration data as [JSON Schema](http://json-schema.org/). The pluging can call `restartPlugin()` to restart itself. The uiSchema value is used by the user interface to provide information on how the configuration form should rendered. [The uiSchema object](https://github.com/mozilla-services/react-jsonschema-form#the-uischema-object)
The schema value should be the structure of the plugin's configuration data as [JSON Schema](http://json-schema.org/). The plugin can call `restartPlugin()` to restart itself. The uiSchema value is used by the user interface to provide information on how the configuration form should rendered. [The uiSchema object](https://github.com/mozilla-services/react-jsonschema-form#the-uischema-object)

`statusMessage` should return a shortish textual message describing the current status of the plugin, to be displayed in the plugin configuration UI.

Expand Down