Merge pull request #19358 from colemanw/dashboardStatus
[civicrm-core.git] / ext / afform / admin / afformEntities / Individual.php
1 <?php
2 return [
3 'entity' => 'Contact',
4 'contact_type' => 'Individual',
5 'defaults' => "{
6 data: {
7 contact_type: 'Individual',
8 source: afform.title
9 },
10 'url-autofill': '1'
11 }",
12 ];