15424: Add WelcomePageHTML to config, with default text
[arvados.git] / lib / config / export.go
index 5437836f6fee05f3aded39954ea8d626d3c12f6e..cd58868ed105a6143205b79e21a47147360307cd 100644 (file)
@@ -207,6 +207,7 @@ var whitelist = map[string]bool{
        "Workbench.UserProfileFormFields.*.*.*":        true,
        "Workbench.UserProfileFormMessage":             true,
        "Workbench.VocabularyURL":                      true,
+       "Workbench.WelcomePageHTML":                    true,
 }
 
 func redactUnsafe(m map[string]interface{}, mPrefix, lookupPrefix string) error {