Plugin installation
Plugins are installed in a few steps.
- Ensure that root site directory has a
plugins
directory, if not create it - Create a directory for the plugin to be installed in
plugins
and copy the plugin files there - Enable the plugin in
site.conf
in the[site]
section adding<plugin name>
toenabled_plugins
setting. The list of plugin names must be separated by commas - Optionally add any configuration to
site.conf
, see plugin documentation - Optionally add plugin to any
hook_*
settings if the order of plugin execution is required for correct operation (if not set Pagegen will execute in alphabetical order)