mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
12 lines
213 B
JavaScript
12 lines
213 B
JavaScript
/* Magic Mirror Deprecated Config Options List
|
|
*
|
|
* By Michael Teeuw https://michaelteeuw.nl
|
|
* MIT Licensed.
|
|
*
|
|
* Olex S. original idea this deprecated option
|
|
*/
|
|
|
|
module.exports = {
|
|
configs: ["kioskmode"]
|
|
};
|