Rename afform_gui -> afform_admin
[civicrm-core.git] / ext / afform / admin / ang / afGuiEditor / entityDefaults / Contact.json
CommitLineData
1b745abc
CW
1// Default values for creating a new entity.
2// Note this is not strict JSON - it passes through angular.$parse - $scope variables are available.
3{
4 data: {
5 contact_type: 'Individual',
6 source: afform.title
7 },
8 'url-autofill': '1'
9}