Merge pull request #19358 from colemanw/dashboardStatus
[civicrm-core.git] / ext / afform / admin / ang / afGuiEditor.ang.php
1 <?php
2 // Angular module for afform gui editor
3 return [
4 'js' => [
5 'ang/afGuiEditor.js',
6 'ang/afGuiEditor/*.js',
7 ],
8 'css' => ['ang/afGuiEditor.css'],
9 'partials' => ['ang/afGuiEditor'],
10 'requires' => ['crmUi', 'crmUtil', 'dialogService', 'api4', 'crmMonaco'],
11 'settings' => [],
12 'basePages' => [],
13 'exports' => [
14 'af-gui-editor' => 'A',
15 ],
16 ];