Writing Plugins for Basis - adampresley/cf-basis GitHub Wiki

Writing Plugins for Basis

More to come on this topic. The plugin system allows you to create simple components, provide a few attributes in an initPlugin() method, drop it in a configurable plugin directory, and Basis will pick it up and load it into the scope specified by its attributes.

Click on the Plugins List page and take a look at plugins there for examples.

Next up: Plugins List