Merge pull request #899 from stephenwaite/admin_fix
[openemr.git] / config / config.yaml
blob8a2c893aa6f3c7ff5971afb84dc8d0a82cc6af35
1 ---
2 # Use %KEY-NAME% in this file and it will be replaced with the value of
3 # $GLOBALS['KEY-NAME'] if it exists. If the key name does not exist, this script
4 # won't work (Need to build in proper error handling @TODO RD 2017-05-16
6 # Example usage:
7 # assets: Top-level key name (Required)
8 #     asset-short-name: Short name
9 #         basePath: %assets_static_relative%/full/path/to/deepest/common/file
10 #         script: null filename or null
11 #         link: jquery-ui.min.css filename or null
12 #         autoload: true (defaults to false)
13 assets:
14     jquery:
15         basePath: %assets_static_relative%/jquery-min-3-1-1/
16         script: index.js
17         autoload: true
18     bootstrap:
19         basePath: %assets_static_relative%/bootstrap-3-3-4/dist/
20         script: js/bootstrap.min.js
21         link: css/bootstrap.min.css
22         autoload: true
23         rtl:
24             basePath: %assets_static_relative%/bootstrap-rtl-3-3-4/dist/
25             link: css/bootstrap-rtl.css
26     bootstrap-sidebar:
27         basePath: %assets_static_relative%/bootstrap-sidebar-0-2-2/dist/
28         script: js/sidebar.js
29         link: css/sidebar.css
30     tabs-theme:
31         basePath: %webroot%/interface/themes/
32         link: %theme_tabs_layout%
33     knockout:
34         basePath: %assets_static_relative%/knockout-3-4-0/dist/
35         script: knockout.js
36     jquery-ui:
37         basePath: %assets_static_relative%/jquery-ui-1-12-1/
38         script: jquery-ui.min.js
39     jquery-ui-darkness:
40         basePath: %assets_static_relative%/jquery-ui-1-12-1/themes/ui-darkness/
41         link: jquery-ui.min.css
42     jquery-ui-sunny:
43         basePath: %assets_static_relative%/jquery-ui-1-12-1/themes/sunny/
44         link: jquery-ui.min.css
45     fontawesome:
46         basePath: %assets_static_relative%/font-awesome-4-6-3/css/
47         link: font-awesome.min.css
48         autoload: true
49     datetime-picker:
50         basePath: %assets_static_relative%/jquery-datetimepicker-2-5-4/build/
51         script: jquery.datetimepicker.full.min.js
52         link: jquery.datetimepicker.min.css
53     report-helper:
54         basePath: %webroot%/library/js/
55         script: report_helper.js
56     opener:
57         basePath: %webroot%/interface/main/tabs/js/
58         script: include_opener.js
59     topdialog:
60         basePath: %webroot%/library/
61         script: topdialog.js
62     common:
63         basePath: %webroot%/library/js/
64         script: common.js
65     textformat:
66         basePath: %webroot%/library/
67         script: textformat.js
68         autoload: true
69     dialog:
70         basePath: %webroot%/library/
71         script: dialog.js
72         autoload: true