mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
Added console warning for deprecated config options
This commit is contained in:
12
config/deprecated.js
Normal file
12
config/deprecated.js
Normal file
@@ -0,0 +1,12 @@
|
||||
/* 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;}
|
Reference in New Issue
Block a user