2016-12-14 18:54:44 +01:00
|
|
|
/* Magic Mirror Deprecated Config Options List
|
|
|
|
*
|
2020-04-28 23:05:28 +02:00
|
|
|
* By Michael Teeuw https://michaelteeuw.nl
|
2016-12-14 18:54:44 +01:00
|
|
|
* MIT Licensed.
|
2017-02-21 19:28:53 -03:00
|
|
|
*
|
|
|
|
* Olex S. original idea this deprecated option
|
2016-12-14 18:54:44 +01:00
|
|
|
*/
|
|
|
|
|
2017-02-21 19:28:53 -03:00
|
|
|
var deprecated = {
|
2017-02-21 20:21:46 -03:00
|
|
|
configs: ["kioskmode"],
|
2017-02-21 19:28:53 -03:00
|
|
|
};
|
2016-12-14 18:54:44 +01:00
|
|
|
|
|
|
|
/*************** DO NOT EDIT THE LINE BELOW ***************/
|
2017-02-21 19:28:53 -03:00
|
|
|
if (typeof module !== "undefined") {module.exports = deprecated;}
|