Afform - delete unused entityDefaults dir
authorColeman Watts <coleman@civicrm.org>
Wed, 27 Jan 2021 14:14:42 +0000 (09:14 -0500)
committerColeman Watts <coleman@civicrm.org>
Sat, 30 Jan 2021 01:41:05 +0000 (20:41 -0500)
ext/afform/admin/ang/afGuiEditor/entityDefaults/Activity.json [deleted file]
ext/afform/admin/ang/afGuiEditor/entityDefaults/Contact.json [deleted file]

diff --git a/ext/afform/admin/ang/afGuiEditor/entityDefaults/Activity.json b/ext/afform/admin/ang/afGuiEditor/entityDefaults/Activity.json
deleted file mode 100644 (file)
index 41288d8..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-// Default values for creating a new entity.
-// Note this is not strict JSON - it passes through angular.$parse - $scope variables are available.
-{
-  'url-autofill': '1'
-}
diff --git a/ext/afform/admin/ang/afGuiEditor/entityDefaults/Contact.json b/ext/afform/admin/ang/afGuiEditor/entityDefaults/Contact.json
deleted file mode 100644 (file)
index 2ffa077..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-// Default values for creating a new entity.
-// Note this is not strict JSON - it passes through angular.$parse - $scope variables are available.
-{
-  data: {
-    contact_type: 'Individual',
-    source: afform.title
-  },
-  'url-autofill': '1'
-}