Merge pull request #1281 from matrix-israel/AE/beautifyBithdayPopup
[openemr.git] / config / config.yaml
blobe797a5878fb80616e0dbdb253fd794cb360c179b
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     tabs-theme:
35         basePath: %webroot%/interface/themes/
36         link: %theme_tabs_layout%
37     knockout:
38         basePath: %assets_static_relative%/knockout-3-4-0/dist/
39         script: knockout.js
40     jquery-ui:
41         basePath: %assets_static_relative%/jquery-ui-1-12-1/
42         script: jquery-ui.min.js
43     jquery-ui-darkness:
44         basePath: %assets_static_relative%/jquery-ui-1-12-1/themes/ui-darkness/
45         link: jquery-ui.min.css
46     jquery-ui-sunny:
47         basePath: %assets_static_relative%/jquery-ui-1-12-1/themes/sunny/
48         link: jquery-ui.min.css
49     fontawesome:
50         basePath: %assets_static_relative%/font-awesome-4-6-3/css/
51         link: font-awesome.min.css
52         autoload: true
53     datetime-picker:
54         basePath: %assets_static_relative%/jquery-datetimepicker-2-5-4/build/
55         script: jquery.datetimepicker.full.min.js
56         link: jquery.datetimepicker.min.css
57     report-helper:
58         basePath: %webroot%/library/js/
59         script: report_helper.js
60     opener:
61         basePath: %webroot%/interface/main/tabs/js/
62         script: include_opener.js
63     topdialog:
64         basePath: %webroot%/library/
65         script: topdialog.js
66     common:
67         basePath: %webroot%/library/js/
68         script: common.js
69     textformat:
70         basePath: %webroot%/library/
71         script: textformat.js
72         autoload: true
73     dialog:
74         basePath: %webroot%/library/
75         script: dialog.js
76         autoload: true
77     select2:
78         basePath: %assets_static_relative%/
79         script: select2-4-0/dist/js/select2.full.js
80         link:
81             - select2-4-0/dist/css/select2.css
82             - select2-bootstrap-theme-0-1-0/dist/select2-bootstrap.css
83     jscolor:
84         basePath: %assets_static_relative%/jscolor-2-0-4/
85         script: jscolor.js
86     emodal:
87         basePath: %assets_static_relative%/emodal-1-2-65/dist/
88         script: eModal.min.js