psr2 fix
[openemr.git] / config / config.yaml
blob2b8aba783326fe7f979ff3753ceaa49898331be6
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     main-theme:
31         alreadyBuilt: true
32         link: %css_header%
33         autoload: true
34         allowNoLoad: true
35     tabs-theme:
36         basePath: %webroot%/interface/themes/
37         link: %theme_tabs_layout%
38     knockout:
39         basePath: %assets_static_relative%/knockout-3-4-0/dist/
40         script: knockout.js
41     jquery-ui:
42         basePath: %assets_static_relative%/jquery-ui-1-12-1/
43         script: jquery-ui.min.js
44     jquery-ui-base:
45         basePath: %assets_static_relative%/jquery-ui-1-12-1/themes/base/
46         link: jquery-ui.min.css
47     jquery-ui-darkness:
48         basePath: %assets_static_relative%/jquery-ui-1-12-1/themes/ui-darkness/
49         link: jquery-ui.min.css
50     jquery-ui-sunny:
51         basePath: %assets_static_relative%/jquery-ui-1-12-1/themes/sunny/
52         link: jquery-ui.min.css
53     fontawesome:
54         basePath: %assets_static_relative%/font-awesome-4-6-3/css/
55         link: font-awesome.min.css
56         autoload: true
57     datetime-picker:
58         basePath: %assets_static_relative%/jquery-datetimepicker-2-5-4/build/
59         script: jquery.datetimepicker.full.min.js
60         link: jquery.datetimepicker.min.css
61     report-helper:
62         basePath: %webroot%/library/js/
63         script: report_helper.js
64     opener:
65         basePath: %webroot%/interface/main/tabs/js/
66         script: include_opener.js
67     topdialog:
68         basePath: %webroot%/library/
69         script: topdialog.js
70     common:
71         basePath: %webroot%/library/js/
72         script: common.js
73     textformat:
74         basePath: %webroot%/library/
75         script: textformat.js
76         autoload: true
77     dialog:
78         basePath: %webroot%/library/
79         script: dialog.js
80         autoload: true
81     select2:
82         basePath: %assets_static_relative%/
83         script: select2-4-0/dist/js/select2.full.js
84         link:
85             - select2-4-0/dist/css/select2.css
86             - select2-bootstrap-theme-0-1-0/dist/select2-bootstrap.css
87     jscolor:
88         basePath: %assets_static_relative%/jscolor-2-0-4/
89         script: jscolor.js
90     emodal:
91         basePath: %assets_static_relative%/emodal-1-2-65/dist/
92         script: eModal.min.js
93     esign:
94         basePath: %webroot%/library/ESign/
95         script: js/jquery.esign.js
96         link: css/esign.css
97     dygraphs:
98         basePath: %assets_static_relative%/modified/dygraphs-2-0-0/
99         script: dygraph.js
100         link: dygraph.css