Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • schema: The database schema for this plugin. This uses the same format as the main schema.json file, and will inherit definitions from that file's columnLibrary.
    • In general, a plugin-type specific foreign key column (eg: reports_id) is defined for each plugin type to simplify schema definition.
    • For information on applying the database schema,
    see 
    • see Activating Plugins, below.
  • types: The Plugin Type(s) supported by this plugin. Within each Plugin Type, a list of Entry Point Models for that type implemented by the plugin.

...