Afform - Refactor elements as components & move to their own files
[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 'ang/afGuiEditor/*/*.js',
8 ],
9 'css' => ['ang/afGuiEditor.css'],
10 'partials' => ['ang/afGuiEditor'],
11 'requires' => ['crmUi', 'crmUtil', 'dialogService', 'api4', 'crmMonaco', 'ui.sortable'],
12 'settingsFactory' => ['CRM_AfformAdmin_Utils', 'getAngularSettings'],
13 'basePages' => [],
14 'exports' => [
15 'af-gui-editor' => 'E',
16 ],
17 ];