ApplyRuleTester::GetYamlPluginSettings (open)
Get the yaml plugin settings associated with the specified name
Syntax
LOADLIB "mod::publisher/lib/internal/siteprofiles/reader.whlib";
RECORD ARRAY FUNCTION GetYamlPluginSettings(STRING name)Parameters
STRING nameThe name of the plugin, corresponding to a : property. Snake case if it was mixed case in the YAML
Return value
RECORD ARRAYAn array of settings records found. Each record includes a 'source' member specifying the source site profile rule. It's up to the caller to merge them as needed