Documentation

Addons

Addons are a way to encapsulate functionality and make them available to many sites. An addon is actually just a site, but a site that is implicitly inherited.

An addon can be deployed to one of:

  1. the platform addons directory - a.k.a platform addon
    • addon is applied to all sites served by the platform
  2. the addons directory a specific site - a.k.a site addon
    • addon is only applied to the enclosing site.
These addons are delivered as open source so they're easy to extend and provide a great way to get to know how you can use bemoko.

For example the site structure with an addon would look like:


More