Standalone: Towards Gencode support (findConfigTemplate, based on code by DaveD)
authorMathieu Lutfy <mathieu@symbiotic.coop>
Mon, 13 Dec 2021 12:07:17 +0000 (07:07 -0500)
committerbgm <bgm@bagdad.bidon.ca>
Fri, 24 Jun 2022 17:59:43 +0000 (13:59 -0400)
CRM/Core/CodeGen/Config.php

index 71703304254db58d380e502731d6888cc37d4737..6f6f442f17ba4c167999c3fdc6669497b53e0b1c 100644 (file)
@@ -65,6 +65,10 @@ class CRM_Core_CodeGen_Config extends CRM_Core_CodeGen_BaseTask {
         $candidates[] = "../../../modules/civicrm-drupal/civicrm.config.php.drupal";
         break;
 
+      case 'standalone':
+        $candidates[] = "../../../../civicrm.config.php.standalone";
+        break;
+
       case 'wordpress':
         $candidates[] = "../../civicrm.config.php.wordpress";
         $candidates[] = "../WordPress/civicrm.config.php.wordpress";