From: demeritcowboy Date: Mon, 13 Dec 2021 12:06:35 +0000 (-0500) Subject: Standalone: Towards Gencode support X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=d2763d635f3374c11990545e70acfa95308263f2;p=civicrm-core.git Standalone: Towards Gencode support --- diff --git a/CRM/Core/CodeGen/Config.php b/CRM/Core/CodeGen/Config.php index aa50e05957..7170330425 100644 --- a/CRM/Core/CodeGen/Config.php +++ b/CRM/Core/CodeGen/Config.php @@ -16,6 +16,7 @@ class CRM_Core_CodeGen_Config extends CRM_Core_CodeGen_BaseTask { 'drupal8', 'joomla', 'wordpress', + 'standalone', ])) { echo "Config file for '{$this->config->cms}' not known."; exit();