Skip to content

Commit

Permalink
Merge pull request #23899 from MegaphoneJon/civigrant-afform
Browse files Browse the repository at this point in the history
Grants appear in afform
  • Loading branch information
colemanw authored Jun 29, 2022
2 parents 6fa8c62 + 67ae02c commit a207283
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ext/civigrant/afformEntities/Grant.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php
return [
'defaults' => "{'url-autofill': '1'}",
'icon' => 'fa-money',
];
1 change: 1 addition & 0 deletions ext/civigrant/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<mixins>
<mixin>menu-xml@1.0.0</mixin>
<mixin>mgd-php@1.1.0</mixin>
<mixin>afform-entity-php@1.0.0</mixin>
</mixins>
<civix>
<namespace>CRM/Grant</namespace>
Expand Down

0 comments on commit a207283

Please sign in to comment.