mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-27 00:16:44 +00:00
Added console warning for deprecated config options
This commit is contained in:
1
config/.gitignore
vendored
1
config/.gitignore
vendored
@@ -1,2 +1,3 @@
|
||||
*
|
||||
!config.js.sample
|
||||
!deprecated.js
|
||||
|
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