cron fix
[openemr.git] / config / config.yaml
blob5958d693ef78fefbe3fa8aa81aae4dabfde86a48
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         allowNoLoad: true
19     bootstrap:
20         basePath: %assets_static_relative%/bootstrap-3-3-4/dist/
21         script: js/bootstrap.min.js
22         link: css/bootstrap.min.css
23         autoload: true
24         allowNoLoad: true
25         rtl:
26             basePath: %assets_static_relative%/bootstrap-rtl-3-3-4/dist/
27             link: css/bootstrap-rtl.css
28     bootstrap-sidebar:
29         basePath: %assets_static_relative%/bootstrap-sidebar-0-2-2/dist/
30         script: js/sidebar.js
31         link: css/sidebar.css
32     main-theme:
33         alreadyBuilt: true
34         link: %css_header%
35         autoload: true
36         allowNoLoad: true
37     tabs-theme:
38         basePath: %webroot%/interface/themes/
39         link: %theme_tabs_layout%
40         rtl:
41             basePath: %webroot%/interface/themes/
42             link: rtl_%theme_tabs_layout%
43     knockout:
44         basePath: %assets_static_relative%/knockout-3-4-0/dist/
45         script: knockout.js
46     jquery-ui:
47         basePath: %assets_static_relative%/jquery-ui-1-12-1/
48         script: jquery-ui.min.js
49     jquery-ui-base:
50         basePath: %assets_static_relative%/jquery-ui-1-12-1/themes/base/
51         link: jquery-ui.min.css
52     jquery-ui-darkness:
53         basePath: %assets_static_relative%/jquery-ui-1-12-1/themes/ui-darkness/
54         link: jquery-ui.min.css
55     jquery-ui-sunny:
56         basePath: %assets_static_relative%/jquery-ui-1-12-1/themes/sunny/
57         link: jquery-ui.min.css
58     jquery-ui-redmond:
59         basePath: %assets_static_relative%/jquery-ui-1-12-1/themes/redmond/
60         link: jquery-ui.min.css
61     jquery-ui-cupertino:
62         basePath: %assets_static_relative%/jquery-ui-1-12-1/themes/cupertino/
63         link: jquery-ui.min.css
64     fontawesome:
65         basePath: %assets_static_relative%/font-awesome-4-6-3/css/
66         link: font-awesome.min.css
67         autoload: true
68         allowNoLoad: true
69     datetime-picker:
70         basePath: %assets_static_relative%/jquery-datetimepicker-2-5-4/build/
71         script: jquery.datetimepicker.full.min.js
72         link: jquery.datetimepicker.min.css
73     report-helper:
74         basePath: %webroot%/library/js/
75         script: report_helper.js
76     opener:
77         basePath: %webroot%/interface/main/tabs/js/
78         script: include_opener.js
79     topdialog:
80         basePath: %webroot%/library/
81         script: topdialog.js
82     common:
83         basePath: %webroot%/library/js/
84         script: common.js
85     textformat:
86         basePath: %webroot%/library/
87         script: textformat.js
88         autoload: true
89         allowNoLoad: true
90     dialog:
91         basePath: %webroot%/library/
92         script: dialog.js
93         autoload: true
94         allowNoLoad: true
95     select2:
96         basePath: %assets_static_relative%/
97         script: select2-4-0/dist/js/select2.full.js
98         link:
99             - select2-4-0/dist/css/select2.css
100             - select2-bootstrap-theme-0-1-0/dist/select2-bootstrap.css
101     jscolor:
102         basePath: %assets_static_relative%/jscolor-2-0-4/
103         script: jscolor.js
104     emodal:
105         basePath: %assets_static_relative%/emodal-1-2-65/dist/
106         script: eModal.min.js
107     esign:
108         basePath: %webroot%/library/ESign/
109         script: js/jquery.esign.js
110         link: css/esign.css
111     dygraphs:
112         basePath: %assets_static_relative%/modified/dygraphs-2-0-0/
113         script: dygraph.js
114         link: dygraph.css
115     moment:
116         basePath: %assets_static_relative%/moment-2-13-0/
117         script: moment.js
118     pure:
119         basePath: %assets_static_relative%/pure-0-5-0/
120         link: pure-min.css
121     qtip2:
122         basePath: %assets_static_relative%/qtip2-3-0-3/dist/
123         script: jquery.qtip.min.js
124         link: jquery.qtip.min.css