docs/embed.md - Use example prefix that doesn't conflict with built-ins
[civicrm-core.git] / ext / afform / core / ang / afformCore.ang.php
1 <?php
2 // This file declares an Angular module which can be autoloaded
3 // in CiviCRM. See also:
4 // http://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_angularModules
5
6 return [
7 'js' => [
8 'ang/afformCore.js',
9 'ang/afformCore/*.js',
10 'ang/afformCore/*/*.js',
11 ],
12 'css' => ['ang/afformCore.css'],
13 'requires' => ['crmUi', 'crmUtil', 'api4', 'checklist-model'],
14 'partials' => ['ang/afformCore'],
15 'settings' => [],
16 'basePages' => [],
17 ];