Merge pull request #19382 from totten/master-maxfile
[civicrm-core.git] / ext / afform / admin / ang / afGuiEditor.ang.php
CommitLineData
f6c0358e
CW
1<?php
2// Angular module for afform gui editor
3return [
4 'js' => [
5 'ang/afGuiEditor.js',
6 'ang/afGuiEditor/*.js',
ab3c1d83 7 'ang/afGuiEditor/*/*.js',
f6c0358e
CW
8 ],
9 'css' => ['ang/afGuiEditor.css'],
10 'partials' => ['ang/afGuiEditor'],
2e2aaaea
CW
11 'requires' => ['crmUi', 'crmUtil', 'dialogService', 'api4', 'crmMonaco', 'ui.sortable'],
12 'settingsFactory' => ['CRM_AfformAdmin_Utils', 'getAngularSettings'],
f6c0358e
CW
13 'basePages' => [],
14 'exports' => [
2e2aaaea 15 'af-gui-editor' => 'E',
f6c0358e
CW
16 ],
17];