method

Plugin.TransformConfig

func (plugin *Plugin) TransformConfig(config ridu.Config) (ridu.Config, error)

TransformConfig adds the Forms and Form Submissions collections through the same public config surface available to application code.

Source plugins/formbuilder/formbuilder.go:118

@param config
The config value.
@returns
The declared result.

Related types

  • Plugin

    One configured backend plugin implementing descriptor and config transformation contracts.

  • Config

    The complete author-owned application definition.