wgPublicList - speced/respec GitHub Wiki
wgPublicList
⚠️ Deprecated. Use group instead.
Previously used to set the short name of the group's public mailing list. The group option auto-configures this.
Migration
// Before:
// wgPublicList: "public-webapps",
// After:
var respecConfig = {
group: "webapps",
};