Files
MagicMirror/js/deprecated.js
T

12 lines
213 B
JavaScript
Raw Normal View History

/* Magic Mirror Deprecated Config Options List
*
2020-04-28 23:05:28 +02:00
* By Michael Teeuw https://michaelteeuw.nl
* MIT Licensed.
2017-02-21 19:28:53 -03:00
*
* Olex S. original idea this deprecated option
*/
2021-01-05 19:36:20 +01:00
module.exports = {
2020-05-11 22:22:32 +02:00
configs: ["kioskmode"]
2017-02-21 19:28:53 -03:00
};