Blockstrap Plugins

The following plugins are available and included with the Blockstrap Framework:

A plugin should take the form of a folder with the same name as the plugin (this provides a place to add other non auto-loaded files related to the plugin) and should be added (by default) to the plugins folder at root.

Including the name of the plugin within the configuration array will activate the plugin, as follows:

{
    "theme": "default",
    "plugins": [
        "markets"
    ]
}

This can be seen in themes/default/config.json, keeping it attached only to the default theme.

This would in-turn activate plugins/markets/markets.js.


  1. Related Articles
  2. Markets
  3. Table of Contents