Adding validation of NPI number (#2261)
[openemr.git] / config / config.yaml
blob93cf1bbf92ac16ba9e0dd503ac49a003ff26c994
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 #         loadInFile: relative path to file, load always in specific file (defaults to false) for custom assets.
14 assets:
15     jquery:
16         basePath: %assets_static_relative%/jquery/dist/
17         script: jquery.min.js
18         autoload: true
19         allowNoLoad: true
20     bootstrap:
21         basePath: %assets_static_relative%/bootstrap/dist/
22         script: js/bootstrap.min.js
23         link: css/bootstrap.min.css
24         autoload: true
25         allowNoLoad: true # could also just edit Header.php to remove this check (unnecessary?)
26         rtl:
27             basePath: %assets_static_relative%/bootstrap-rtl/dist/
28             link: css/bootstrap-rtl.css
29     bootstrap-sidebar:
30         basePath: %assets_static_relative%/bootstrap-sidebar/dist/
31         script: js/sidebar.js
32         link: css/sidebar.css
33     main-theme:
34         alreadyBuilt: true
35         link: %css_header%
36         autoload: true
37         allowNoLoad: true
38     tabs-theme:
39         basePath: %webroot%/public/themes/
40         link: %theme_tabs_layout%
41         rtl:
42             basePath: %webroot%/public/themes/
43             link: rtl_%theme_tabs_layout%
44     knockout:
45         basePath: %assets_static_relative%/knockout/build/output/
46         script: knockout-latest.js
47     jquery-ui:
48         basePath: %assets_static_relative%/jquery-ui/
49         script: jquery-ui.min.js
50     jquery-ui-base:
51         basePath: %assets_static_relative%/jquery-ui-themes/themes/base/
52         link: jquery-ui.min.css
53     jquery-ui-darkness:
54         basePath: %assets_static_relative%/jquery-ui-themes/themes/ui-darkness/
55         link: jquery-ui.min.css
56     jquery-ui-sunny:
57         basePath: %assets_static_relative%/jquery-ui-themes/themes/sunny/
58         link: jquery-ui.min.css
59     jquery-ui-redmond:
60         basePath: %assets_static_relative%/jquery-ui-themes/themes/redmond/
61         link: jquery-ui.min.css
62     jquery-ui-cupertino:
63         basePath: %assets_static_relative%/jquery-ui-themes/themes/cupertino/
64         link: jquery-ui.min.css
65     jquery-ui-lightness:
66         basePath: %assets_static_relative%/jquery-ui-themes/themes/ui-lightness/
67         link: jquery-ui.min.css
68     jquery-ui-lightness-1-10-4:
69         basePath: %assets_static_relative%/jquery-ui-themes-1-10-4/themes/ui-lightness/
70         link: jquery-ui.min.css
71     jquery-ui-excite-bike-1-11-4:
72         basePath: %assets_static_relative%/jquery-ui-themes-1-11-4/themes/excite-bike/
73         link: jquery-ui.css # should this be the minified file?
74     fontawesome:
75         basePath: %assets_static_relative%/font-awesome/css/
76         link: font-awesome.min.css
77         autoload: true
78         allowNoLoad: true
79     datetime-picker:
80         basePath: %assets_static_relative%/jquery-datetimepicker/build/
81         script: jquery.datetimepicker.full.min.js
82         link: jquery.datetimepicker.min.css
83     report-helper:
84         basePath: %webroot%/library/js/
85         script: report_helper.js
86     opener:
87         basePath: %webroot%/interface/main/tabs/js/
88         script: include_opener.js
89     topdialog:
90         basePath: %webroot%/library/
91         script: topdialog.js
92     common:
93         basePath: %webroot%/library/js/
94         script: common.js
95     textformat:
96             basePath: %webroot%/library/
97             script: textformat.js
98             autoload: true
99             allowNoLoad: true
100     dialog:
101         basePath: %webroot%/library/
102         script: dialog.js
103         autoload: true
104         allowNoLoad: true
105     select2:
106         basePath: %assets_static_relative%/
107         script: select2/dist/js/select2.full.js # should this be the minified file?
108         link:
109             - select2/dist/css/select2.css # should this be the minified file?
110             - select2-bootstrap-theme/dist/select2-bootstrap.css # should this be the minified file?
111     jscolor:
112         basePath: %assets_static_relative%/jscolor/
113         script: jscolor.js
114     emodal:
115         basePath: %assets_static_relative%/emodal/dist/
116         script: eModal.min.js
117     esign:
118         basePath: %webroot%/library/ESign/
119         script: js/jquery.esign.js
120         link: css/esign.css
121     dygraphs:
122         basePath: %assets_static_relative%/modified/dygraphs-2-0-0/
123         script: dygraph.js
124         link: dygraph.css
125     moment:
126         basePath: %assets_static_relative%/moment/
127         script: moment.js # should this be the minified file?
128     pure:
129         basePath: %assets_static_relative%/pure/0.5.0/
130         link: pure-min.css
131     angular:
132         basePath: %assets_static_relative%/angular/
133         script: angular.min.js
134     angular-sanitize:
135         basePath: %assets_static_relative%/angular-sanitize/
136         script: angular-sanitize.min.js
137     angular-summernote:
138         basePath: %assets_static_relative%/angular-summernote/dist/
139         script: angular-summernote.js # should this be the minified file?
140     anythingslider:
141         basePath: %assets_static_relative%/anythingslider/
142         script: js/jquery.anythingslider.fx.js # should optional plugins be their own key?
143         script: js/jquery.anythingslider.video.js # should optional plugins be their own key?
144         script: js/jquery.easing.1.2.js # should optional extensions be their own key?
145         script: js/jquery.anythingslider.min.js
146         # link: css/anythingslider.css
147         link: css/theme-metallic.css
148         link: css/theme-minimalist-round.css
149         link: css/theme-minimalist-square.css
150         link: css/theme-construction.css
151         link: css/theme-cs-portfolio.css
152     backbone:
153         basePath: %assets_static_relative%/backbone/
154         script: backbone-min.js
155     checklist-model:
156         basePath: %assets_static_relative%/checklist-model/
157         script: checklist-model.js
158     summernote:
159         basePath: %assets_static_relative%/summernote/dist/
160         script: summernote.js
161         link: summernote.css
162     shortcut:
163         basePath: %assets_static_relative%/manual-added-package/shortcut.js-2-01-B/
164         script: shortcut.js
165     underscore:
166         basePath: %assets_static_relative%/underscore
167         script: underscore-min.js
168     userdebug:
169         basePath: %webroot%/library/js/
170         script: userDebug.js
171         autoload: true
172         allowNoLoad: true