mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
13 lines
281 B
JavaScript
13 lines
281 B
JavaScript
/* Magic Mirror Deprecated Config Options List
|
|
*
|
|
* By Michael Teeuw http://michaelteeuw.nl
|
|
* MIT Licensed.
|
|
*/
|
|
|
|
var deprecated = [
|
|
'kioskmode'
|
|
];
|
|
|
|
/*************** DO NOT EDIT THE LINE BELOW ***************/
|
|
if (typeof module !== 'undefined') {module.exports = deprecated;}
|