Merge pull request #18286 from sunilpawar/ui_30
[civicrm-core.git] / ext / afform / gui / 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'],
11 'settings' => [],
12 'basePages' => [],
13 'exports' => [
14 'af-gui-editor' => 'A',
15 ],
16 ];