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:
- the platform addons directory - a.k.a platform addon
- addon is applied to all sites served by the platform
- 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:
mysite
- site-config.xml Site configuration
- addonsDirectory to store addons
- myaddon1Addon directory
- site-config.xml Addon site configuration
- myaddon2Addon directory
- site-config.xml Addon site configuration
- myaddon1Addon directory