1234567891011121314openDkml_install_apiopenAstringletvalidate(moduleCfg:Component_config)=letalphanumericc=(c>='a'&&c<='z')||(c>='0'&&c<='9')||c='-'inifString.for_allalphanumericCfg.component_namethenOk()elseError(Fmt.str"[19c415af]: The component_name must be alphanumeric with only dashes \
(-) allowed. Instead the component name was: %s"Cfg.component_name)