Skip to content

Pluginfile

Plugin configuration can be offloaded to a Pluginfile within the plugin directory.

The Pluginfile contains only the relevant configuration of a plugin just like it would have been added to the Stackfile.

# Stackfile
plugins:
  foo:
    config:
      bar: baz
# plugins/foo/Pluginfile
config:
  bar: baz

Last update: May 20, 2022