Remove references to deleted file
authorcolemanw <coleman@civicrm.org>
Thu, 28 Sep 2023 19:08:53 +0000 (15:08 -0400)
committercolemanw <coleman@civicrm.org>
Thu, 28 Sep 2023 19:08:58 +0000 (15:08 -0400)
The file was deleted in f712b2a88b23ed8cb7f2358b8876efcc01185220

ext/afform/admin/afformEntities/Household.php
ext/afform/admin/afformEntities/Individual.php
ext/afform/admin/afformEntities/Organization.php

index 808565deab9781f6250f6d55614f5d371afe17a5..3e120a7fef9447641dda1ba8c21e986aeef9c004 100644 (file)
@@ -11,5 +11,4 @@ return [
   'boilerplate' => [
     ['#tag' => 'afblock-name-household'],
   ],
-  'admin_tpl' => '~/afGuiEditor/entityConfig/Contact.html',
 ];
index 3d124377d893504472cb52b4b70e7a0c3c63a152..3a51fdc9b75e1be3ea8504e75594744736682974 100644 (file)
@@ -11,5 +11,4 @@ return [
   'boilerplate' => [
     ['#tag' => 'afblock-name-individual'],
   ],
-  'admin_tpl' => '~/afGuiEditor/entityConfig/Contact.html',
 ];
index b36455be1bba0e913530c4d57ea4a6a48374afc1..eaf258446d9b7014e59c4116e9bac81e447b8bdc 100644 (file)
@@ -11,5 +11,4 @@ return [
   'boilerplate' => [
     ['#tag' => 'afblock-name-organization'],
   ],
-  'admin_tpl' => '~/afGuiEditor/entityConfig/Contact.html',
 ];